mirror of
https://github.com/quantum5/qlinks.git
synced 2025-04-25 03:01:56 -04:00
Add static file handling to template.py
This commit is contained in:
parent
63b50f6706
commit
16fcb018f6
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue