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

Loading…
Cancel
Save