Private
Public Access
1
0

Preparations for strokedata API

This commit is contained in:
Sander Roosendaal
2016-11-23 15:38:02 +01:00
parent efb5b9f8ab
commit 402c7c1390
3 changed files with 5 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
from django.test import TestCase, Client
from django.test import TestCase, Client,override_settings
from django.test.client import RequestFactory
from .views import checkworkoutuser,c2_open
from rowers.models import Workout, User, Rower, WorkoutForm,RowerForm,GraphImage