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
Sebastian Lohff
ba9c99e0ce
Move to consistent use of spaces instead of tabs
...
Required for python3 transition
2022-01-22 17:27:39 +01:00
Sebastian Lohff
8eccbb5442
Minor linkfix for qso check
2017-01-27 15:46:19 +01:00
Sebastian Lohff
99827c6385
Recheck QSO functionality
2017-01-27 00:26:46 +01:00
Sebastian Lohff
8aa7910775
CBR parser + uploader
2017-01-26 23:47:58 +01:00
Sebastian Lohff
6a3c9f0bbe
Display QSOs for admins, match QSOs to each other
2017-01-26 19:14:58 +01:00
Sebastian Lohff
c2309a4086
Added shadow users
2017-01-25 01:53:22 +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