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:
parent
a247ca2c7e
commit
14d076eb4d
@ -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…
x
Reference in New Issue
Block a user