This commit is contained in:
Tomislav R 2016-03-01 21:24:51 +01:00
commit 7936e5dfe5
36 changed files with 45 additions and 40 deletions

View file

@ -4,12 +4,12 @@ ALLOWED_HOSTS = [
"*"
]
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': 'app.db',
}
}
# DATABASES = {
# 'default': {
# 'ENGINE': 'django.db.backends.sqlite3',
# 'NAME': 'app.db',
# }
# }
CACHES = {
'default': {