Private
Public Access
1
0

got redirects in wrapper working with messaging

This commit is contained in:
Sander Roosendaal
2018-10-23 18:36:07 +02:00
parent ffc9ae91e9
commit 464b5cf807
13 changed files with 221 additions and 145 deletions

View File

@@ -26,7 +26,7 @@ queue = django_rq.get_queue('default')
queuelow = django_rq.get_queue('low')
queuehigh = django_rq.get_queue('low')
from types import workouttypes,boattypes,otwtypes
from mytypes import workouttypes,boattypes,otwtypes
try:
from cStringIO import StringIO