create form
This commit is contained in:
@@ -49,7 +49,6 @@ DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
|
||||
INSTALLED_APPS = [
|
||||
'rowers',
|
||||
'survey',
|
||||
'boatmovers',
|
||||
# 'cvkbrno',
|
||||
'django.contrib.admin',
|
||||
'django.contrib.auth',
|
||||
@@ -77,6 +76,7 @@ INSTALLED_APPS = [
|
||||
'django_countries',
|
||||
'rules',
|
||||
'taggit',
|
||||
'boatmovers',
|
||||
]
|
||||
|
||||
AUTHENTICATION_BACKENDS = (
|
||||
@@ -138,10 +138,7 @@ TEMPLATES = [
|
||||
],
|
||||
'libraries': {
|
||||
'staticfiles': 'django.templatetags.static',
|
||||
}
|
||||
# 'loaders': [
|
||||
# 'django.template.loaders.app_directories.Loader',
|
||||
# ],
|
||||
},
|
||||
},
|
||||
},
|
||||
]
|
||||
|
||||
@@ -79,7 +79,8 @@ urlpatterns += [
|
||||
{'next_page': '/'},
|
||||
name='logout',),
|
||||
re_path(r'^rowers/', include('rowers.urls')),
|
||||
# re_path(r'^survey/',include('survey.urls')),
|
||||
re_path(r'^boatmovers/',include('boatmovers.urls')),
|
||||
#re_path(r'^survey/',include('survey.urls')),
|
||||
# re_path(r'^cvkbrno/',include('cvkbrno.urls')),
|
||||
# re_path(r'^admin/rq/',include('django_rq_dashboard.urls')),
|
||||
re_path(r'^call\_back', rowersviews.rower_process_callback),
|
||||
|
||||
Reference in New Issue
Block a user