mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-21 01:48:21 +02:00
Use local javascript and css libs
This commit is contained in:
@ -164,8 +164,10 @@ LANGUAGES = [
|
||||
STATIC_URL = '/static/'
|
||||
|
||||
# Add some custom statics from /note_kfet/static
|
||||
# Because we are using Debian, also include /usr/share/javascript
|
||||
STATICFILES_DIRS = [
|
||||
os.path.join(BASE_DIR, 'note_kfet/static'),
|
||||
'/usr/share/javascript',
|
||||
]
|
||||
|
||||
# Collect statics to /static/
|
||||
|
Reference in New Issue
Block a user