Add static file handling to template.py

This commit is contained in:
Quantum 2022-01-23 23:31:21 -05:00
parent 63b50f6706
commit 16fcb018f6

View file

@ -17,6 +17,11 @@ DATABASES = {
}
}
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/4.0/howto/static-files/
STATIC_ROOT = '/srv/example'
# STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.ManifestStaticFilesStorage'
# qlinks configuration
QLINKS_ADMIN_HOST = r'admin'