1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-01-22 20:44:55 +00:00

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

We need this for correct import when installed as python package.
This commit is contained in:
Hidden Z 2010-11-04 12:16:50 +00:00
parent a247ca2c7e
commit 14d076eb4d

View File

@ -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',
)