kenken999's picture
test
565ab19
raw
history blame
115 Bytes
INSTALLED_APPS = [
# ...
'polls.apps.PollsConfig',
# ...
]
MEDIA_ROOT = 'media/'
MEDIA_URL = '/media/'