Use Django forms in members, WIP

This commit is contained in:
Jan Tuomi
2017-05-11 09:01:30 +03:00
parent 3b770343a0
commit 189f0dd30d
7 changed files with 60 additions and 36 deletions
+1
View File
@@ -46,6 +46,7 @@ INSTALLED_APPS = [
'infoscreen',
'rest_framework',
'django_nose',
'bootstrap3',
]
TEST_RUNNER = 'django_nose.NoseTestSuiteRunner'
+1
View File
@@ -46,6 +46,7 @@ INSTALLED_APPS = [
'infoscreen',
'rest_framework',
'django_nose',
'bootstrap3',
]
TEST_RUNNER = 'django_nose.NoseTestSuiteRunner'