1 2 3 4 5
DB_ENGINE = 'django.db.backends.sqlite3' DB_NAME = 'scipy.db' DB_USER = '' DB_PASS = '' SECRET_KEY = 'Use your secret key here'