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