Browse Source

web/settings.py: add web.postkey to INSTALLED_APPS

pull/1/head
Hidden Z 14 years ago
parent
commit
0005783d08
  1. 1
      web/settings.py

1
web/settings.py

@ -93,6 +93,7 @@ INSTALLED_APPS = ( @@ -93,6 +93,7 @@ INSTALLED_APPS = (
'django.contrib.sessions',
'django.contrib.sites',
'django.contrib.messages',
'web.postkey',
# Uncomment the next line to enable the admin:
# 'django.contrib.admin',
)

Loading…
Cancel
Save