File: test_settings.py

package info (click to toggle)
django-memoize 2.0.0%2Bdfsg-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 204 kB
  • ctags: 147
  • sloc: python: 640; makefile: 114
file content (9 lines) | stat: -rw-r--r-- 145 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
DATABASES = {
    'default': {
        'ENGINE': 'django.db.backends.sqlite3'
    }
}
SECRET_KEY = "123456789"
INSTALLED_APPS = (
    'tests',
)