Browse Source

web/settings.py: prefix our apps with pyi2phosts.

We need this for correct import when installed as python package.
pull/1/head
Hidden Z 14 years ago
parent
commit
14d076eb4d
  1. 4
      web/settings.py

4
web/settings.py

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

Loading…
Cancel
Save