Browse Source

web/settings.py: activate django admin

pull/1/head
Hidden Z 14 years ago
parent
commit
3a41972dd9
  1. 2
      web/settings.py

2
web/settings.py

@ -95,7 +95,7 @@ INSTALLED_APPS = ( @@ -95,7 +95,7 @@ INSTALLED_APPS = (
'django.contrib.messages',
'web.postkey',
# Uncomment the next line to enable the admin:
# 'django.contrib.admin',
'django.contrib.admin',
)
# include local settings

Loading…
Cancel
Save