server/python/django2/renkanmanager/tests/__init__.py
author durandn
Thu, 03 Mar 2016 17:09:27 +0100
changeset 593 2ff785d7026c
parent 590 3be2a86981c2
permissions -rw-r--r--
corrected tests and serializer so they can support custom user model, added a readme (to be expanded) with configuration information for the field renkan api will use to render user information
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
590
3be2a86981c2 API versioning via namespace
durandn
parents: 589
diff changeset
     1
from .v1_0.tests_renkan import *
3be2a86981c2 API versioning via namespace
durandn
parents: 589
diff changeset
     2
from .v1_0.tests_workspace import *
3be2a86981c2 API versioning via namespace
durandn
parents: 589
diff changeset
     3
from .v1_0.tests_revision import *