- Nov 30, 2017
-
-
Jan Maximilian Michal authored
-
- Nov 26, 2017
-
-
robinwilliam.hundt authored
Currently students and tutors have access to the /tutor/ endpoint in the browsable api and at least get a 200 response in the tests for the /student/ endpoint however can not access this one in the browsable api.
-
Jan Maximilian Michal authored
* no url configuration needed simply register viewset with router * now using DefaultRouter, meaning api root is now browsable * merged some views * makes it easier to include api schema later * Ran isort and updated docstring
-
- Nov 23, 2017
-
-
Jan Maximilian Michal authored
* ran isort on all test files
-
Jan Maximilian Michal authored
* also moved test concerning access rights to another test suite
-
robinwilliam.hundt authored
-
Jan Maximilian Michal authored
-
- Nov 21, 2017
-
-
robinwilliam.hundt authored
-