Private
Public Access
1
0

still not running

This commit is contained in:
Sander Roosendaal
2019-02-03 21:00:56 +01:00
parent 2bc0aa72fb
commit c9695a9f8f
3 changed files with 2 additions and 3 deletions

View File

@@ -66,7 +66,6 @@ django-geojson==2.10.0
django-htmlmin==0.10.0
django-leaflet==0.22.0
django-mailbox==4.6.0
django-model-utils==2.6.1
django-modelcluster==1.1
django-oauth-toolkit==0.10.0
django-oauth2-provider==0.2.6.1

View File

@@ -54,7 +54,7 @@ INSTALLED_APPS = [
'leaflet',
'django_rq',
'django_rq_dashboard',
'translation_manager',
# 'translation_manager',
'django_mailbox',
'rest_framework',
'datetimewidget',

View File

@@ -63,7 +63,7 @@ urlpatterns += [
{'next_page': '/'},
name='logout',),
url(r'^rowers/',include('rowers.urls')),
url(r'^cvkbrno/',include('cvkbrno.urls')),
# url(r'^cvkbrno/',include('cvkbrno.urls')),
url(r'^admin/rq/',include('django_rq_dashboard.urls')),
url(r'^call\_back',rowersviews.rower_process_callback),
url(r'^stravacall\_back',rowersviews.rower_process_stravacallback),