cqtu/cqtu
Sebastian Lohff 933a337eac 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:35:57 +01:00
..
__init__.py Initial commit 2017-01-18 02:25:12 +01:00
settings.py Pep8 fixes 2022-01-22 17:35:57 +01:00
urls.py Fix url config for Django4 2022-01-22 17:35:57 +01:00
wsgi.py Initial commit 2017-01-18 02:25:12 +01:00