update django_smartchart/settings.py.

This commit is contained in:
JohnYan 2020-12-14 16:57:00 +08:00 committed by Gitee
parent 0ef4b40e66
commit 2fdcb72bf2

View File

@ -119,6 +119,8 @@ USE_TZ = False
# Static files (CSS, JavaScript, Images) # Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/3.1/howto/static-files/ # https://docs.djangoproject.com/en/3.1/howto/static-files/
STATIC_URL = '/static/'
STATICFILES_DIRS = [ STATICFILES_DIRS = [
os.path.join(BASE_DIR, 'static'), os.path.join(BASE_DIR, 'static'),
] ]