mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-01-09 06:18:05 +00:00
web/settings.py: add web.extsources to INSTALLED_APPS
This commit is contained in:
parent
342ba713a4
commit
ed063a86fc
@ -94,6 +94,7 @@ INSTALLED_APPS = (
|
|||||||
'django.contrib.sites',
|
'django.contrib.sites',
|
||||||
'django.contrib.messages',
|
'django.contrib.messages',
|
||||||
'web.postkey',
|
'web.postkey',
|
||||||
|
'web.extsources',
|
||||||
# Uncomment the next line to enable the admin:
|
# Uncomment the next line to enable the admin:
|
||||||
'django.contrib.admin',
|
'django.contrib.admin',
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user