Commit 082d0814 authored by Gink's avatar Gink

Removed pyc files

parent 7079292c
body {
color: red;
}
\ No newline at end of file
......@@ -100,13 +100,13 @@ AUTH_PASSWORD_VALIDATORS = [
},
]
STATICFILES_FINDERS = (
STATICFILES_FINDERS = [
"django.contrib.staticfiles.finders.FileSystemFinder",
"django.contrib.staticfiles.finders.AppDirectoriesFinder",
)
STATICFILES_DIRS = (
]
STATICFILES_DIRS = [
os.path.join(BASE_DIR, "files"),
)
]
# Internationalization
# https://docs.djangoproject.com/en/1.11/topics/i18n/
......@@ -126,5 +126,6 @@ USE_TZ = True
# https://docs.djangoproject.com/en/1.11/howto/static-files/
STATIC_URL = '/files/'
STATIC_ROOT = '/files/'
LOGIN_REDIRECT_URL = '/'
No preview for this file type
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