still not running
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -54,7 +54,7 @@ INSTALLED_APPS = [
|
||||
'leaflet',
|
||||
'django_rq',
|
||||
'django_rq_dashboard',
|
||||
'translation_manager',
|
||||
# 'translation_manager',
|
||||
'django_mailbox',
|
||||
'rest_framework',
|
||||
'datetimewidget',
|
||||
|
||||
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user