Add PWA to AlekSIS
1 unresolved thread
1 unresolved thread
Compare changes
- Hangzhi Yu authored
+ 39
− 46
@@ -74,7 +74,7 @@ INSTALLED_APPS = [
@@ -120,15 +120,15 @@ TEMPLATES = [
@@ -162,10 +162,10 @@ if _settings.get("caching.memcached.enabled", True):
@@ -231,7 +231,13 @@ STATIC_ROOT = _settings.get("static.root", os.path.join(BASE_DIR, "static"))
@@ -244,7 +250,9 @@ ANY_JS = {
@@ -252,7 +260,10 @@ SASS_PROCESSOR_CUSTOM_FUNCTIONS = {
@@ -271,7 +282,7 @@ if _settings.get("mail.server.host", None):
@@ -326,48 +337,30 @@ if _settings.get("2fa.twilio.sid", None):