File: settings.py

package info (click to toggle)
django-picklefield 0.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 196 kB
  • ctags: 71
  • sloc: python: 205; makefile: 20
file content (10 lines) | stat: -rw-r--r-- 222 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
DATABASES = {
    'default': {
        'ENGINE': 'django.db.backends.sqlite3',
        'NAME': 'testproject/test.db3'
    }
}
INSTALLED_APPS = ["picklefield"]
SITE_ID = 1
ROOT_URLCONF = "testproject.urls"
SECRET_KEY = "1"