Commit 33895105 authored by philippeoz's avatar philippeoz

Adicionando STATIC_ROOT

parent 5daa928c
...@@ -11,7 +11,7 @@ STATIC_URL = config('STATIC_URL', default='/static/') ...@@ -11,7 +11,7 @@ STATIC_URL = config('STATIC_URL', default='/static/')
# Directories to save media and compiled static files # Directories to save media and compiled static files
# STATIC_ROOT = 'staticfiles' STATIC_ROOT = 'staticfiles'
# MEDIA_ROOT = os.path.join(BASE_DIR, 'media') # MEDIA_ROOT = os.path.join(BASE_DIR, 'media')
# STATIC_ROOT = BASE_DIR.child('frontend', 'staticfiles') # STATIC_ROOT = BASE_DIR.child('frontend', 'staticfiles')
MEDIA_ROOT = BASE_DIR.child('media') MEDIA_ROOT = BASE_DIR.child('media')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment