mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-29 01:09:50 +03:00
Merge 429d7ed30f
into 8def034acf
This commit is contained in:
commit
2f544ef87a
|
@ -110,7 +110,7 @@ MIDDLEWARE_CLASSES = (
|
|||
|
||||
########## STATIC FILE CONFIGURATION
|
||||
# See: https://docs.djangoproject.com/en/dev/ref/settings/#static-root
|
||||
STATIC_ROOT = 'staticfiles'
|
||||
STATIC_ROOT = join(os.path.dirname(BASE_DIR), 'static')
|
||||
|
||||
# See: https://docs.djangoproject.com/en/dev/ref/settings/#static-url
|
||||
STATIC_URL = '/static/'
|
||||
|
|
Loading…
Reference in New Issue
Block a user