Added bootstrap, & jquery-ui. User cp now asyncronous

This commit is contained in:
Raelon Masters
2020-07-26 21:02:10 -04:00
parent 26274206a6
commit 9462becdb1
102 changed files with 18183 additions and 63 deletions

View File

@@ -51,6 +51,7 @@ INSTALLED_APPS = [
"interface",
"interface.templatetags",
"debug_toolbar",
"widget_tweaks"
]
AUTH_USER_MODEL = "interface.User"
MIDDLEWARE = [