mirror of
https://github.com/pinry/pinry.git
synced 2025-11-16 18:05:51 +01:00
Rework settings, add apps.py, preping for django 1.10 upgrade
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
from pinry.settings import *
|
||||
|
||||
import os
|
||||
|
||||
|
||||
DEBUG = True
|
||||
TEMPLATE_DEBUG = DEBUG
|
||||
ALLOWED_HOSTS = ['*']
|
||||
|
||||
DATABASES = {
|
||||
'default': {
|
||||
'ENGINE': 'django.db.backends.sqlite3',
|
||||
'NAME': os.path.join(SITE_ROOT, 'development.db'),
|
||||
}
|
||||
}
|
||||
|
||||
SECRET_KEY = 'fake-key'
|
||||
Reference in New Issue
Block a user