Added install instructions to readme.

This commit is contained in:
2018-10-29 20:29:53 +02:00
parent 5d65552852
commit 19d57c4200
3 changed files with 183 additions and 91 deletions

View File

@ -124,7 +124,7 @@ USE_TZ = True
STATIC_URL = '/static/'
MEDIA_URL = '/media/'
MEDIA_ROOT = 'D:\\Dev\\youtube-channel-manager\\temp\\media'
MEDIA_ROOT = 'data/media'
CRISPY_TEMPLATE_PACK = 'bootstrap4'