1
0
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:
Alexandre Iooss
2020-09-01 14:28:11 +02:00
parent 6de46a9264
commit b4ef4b8089
2 changed files with 7 additions and 15 deletions

View File

@ -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/