Fixed missing quote on line 158.
This commit is contained in:
parent
2e397df4d5
commit
c5208656f8
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ TEMPLATE_DIRS = (
|
|||
# refer to app models and perform DB syncs.
|
||||
INSTALLED_APPS = (
|
||||
'django.contrib.auth',
|
||||
'django.contrib.sites,
|
||||
'django.contrib.sites',
|
||||
'django.contrib.contenttypes',
|
||||
'django.contrib.sessions',
|
||||
'django.contrib.admin',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue