fix bugs on signals

This commit is contained in:
bkfox
2016-11-14 13:35:15 +01:00
parent 45268cd699
commit b8d6c435d2
103 changed files with 47 additions and 32 deletions

0
instance/__init__.py Normal file → Executable file
View File

1
instance/base_settings.py Normal file → Executable file
View 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
View File

0
instance/prod.py Normal file → Executable file
View File

0
instance/sample_settings.py Normal file → Executable file
View File

1
instance/urls.py Normal file → Executable file
View 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
View File