Commit Graph

10 Commits

Author SHA1 Message Date
Sebastian Lohff 0ca4c2399f Fix url config for Django4
url() is no longer available, has to be replaced with path() or
re_path(). For proper include() we also need an app_name specified in
the urls.py we're including.
2022-01-22 17:11:10 +01:00
Sebastian Lohff ff94b62212 Pep8 fixes
Reformat codebase a bit so it is easier to work with.
2022-01-22 16:43:48 +01:00
Sebastian Lohff ddb09d148e Add REST API to webinterface 2020-02-08 22:35:24 +01:00
Sebastian Lohff 4b8a444f1f Move to consistent use of spaces instead of tabs
Required for python3 transition
2020-01-26 11:36:47 +01:00
Sebastian Lohff df02a28776 Interface rebrand CQTU FM 2019! 2019-01-22 21:48:09 +01:00
Sebastian Lohff bb969c7ee0 Renamed all the contest urls 2017-01-25 01:53:49 +01:00
Sebastian Lohff d995feaad2 Profile page + password changing 2017-01-22 22:55:21 +01:00
Sebastian Lohff ad8eeeb955 Direct login after registration 2017-01-21 03:16:27 +01:00
Sebastian Lohff ee05f845cb EEEVERYTHING! 2017-01-19 18:42:11 +01:00
Sebastian Lohff d20b8754ba Initial commit 2017-01-18 02:25:12 +01:00