diff --git a/django_smartchart/settings.py b/django_smartchart/settings.py index 1f49b90..bd1d251 100644 --- a/django_smartchart/settings.py +++ b/django_smartchart/settings.py @@ -119,6 +119,8 @@ USE_TZ = False # Static files (CSS, JavaScript, Images) # https://docs.djangoproject.com/en/3.1/howto/static-files/ +STATIC_URL = '/static/' + STATICFILES_DIRS = [ os.path.join(BASE_DIR, 'static'), ] \ No newline at end of file