Use local javascript and css libs
This commit is contained in:
parent
6de46a9264
commit
b4ef4b8089
2 changed files with 7 additions and 15 deletions
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue