Commit 90bf1ccf authored by Vasyl Bodnaruk's avatar Vasyl Bodnaruk Committed by Andrii Marynets

remake pages

parent 066496df
......@@ -130,6 +130,9 @@ USE_TZ = True
# https://docs.djangoproject.com/en/1.11/howto/static-files/
STATIC_URL = '/static/'
STATICFILES_DIRS = [
os.path.join(BASE_DIR, 'static')
]
try:
from .local_settings import *
......
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