Private
Public Access
1
0

messages working

This commit is contained in:
Sander Roosendaal
2017-05-10 10:11:57 +02:00
parent c4ffddfb06
commit 4aa7b7151a
6 changed files with 36 additions and 4 deletions

View File

@@ -49,6 +49,12 @@ TEMPLATE_DEBUG = DEBUG
ALLOWED_HOSTS = ['localhost']
CACHES = {
'default': {
'BACKEND': 'django.core.cache.backends.filebased.FileBasedCache',
'LOCATION': 'C:/python/rowsandallapp/django_cache',
}
}
# Application definition