Browse Source

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

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

1
web/settings.py

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

Loading…
Cancel
Save