web: start implementing admin overview page

This commit is contained in:
Jens Langhammer
2020-12-01 10:21:04 +01:00
parent 760dca0f76
commit 93bf977709
10 changed files with 140 additions and 22 deletions

2
web/src/django.d.ts vendored
View File

@ -1,4 +1,4 @@
declare module 'django' {
declare module "django" {
export = django;
}
declare namespace django {