forked from rc/aircox
fix bugs on signals
This commit is contained in:
0
instance/__init__.py
Normal file → Executable file
0
instance/__init__.py
Normal file → Executable file
1
instance/base_settings.py
Normal file → Executable file
1
instance/base_settings.py
Normal file → Executable file
@ -32,6 +32,7 @@ except:
|
||||
|
||||
# Application definition
|
||||
INSTALLED_APPS = (
|
||||
'jet',
|
||||
'wagtail.wagtailforms',
|
||||
'wagtail.wagtailredirects',
|
||||
'wagtail.wagtailembeds',
|
||||
|
0
instance/dev.py
Normal file → Executable file
0
instance/dev.py
Normal file → Executable file
0
instance/prod.py
Normal file → Executable file
0
instance/prod.py
Normal file → Executable file
0
instance/sample_settings.py
Normal file → Executable file
0
instance/sample_settings.py
Normal file → Executable file
1
instance/urls.py
Normal file → Executable file
1
instance/urls.py
Normal file → Executable file
@ -26,6 +26,7 @@ import aircox.urls
|
||||
|
||||
|
||||
urlpatterns = [
|
||||
url(r'^jet/', include('jet.urls', 'jet')),
|
||||
url(r'^admin/', include(admin.site.urls)),
|
||||
url(r'^aircox/', include(aircox.urls.urls)),
|
||||
|
||||
|
0
instance/wsgi.py
Normal file → Executable file
0
instance/wsgi.py
Normal file → Executable file
Reference in New Issue
Block a user