Fueled / django-init

Project template used at Fueled for scaffolding new Django based projects. :dizzy:
Other
189 stars 46 forks source link

fix(settings/dev): Added MEDIA_URL configuration #324

Closed realslimshanky closed 5 years ago

realslimshanky commented 6 years ago

Why was this change necessary? django-init was unable to serve media files. This addresses #323.

How does it address the problem? MEDIA_URL configuration is added to support serving media file.

Are there any side effects? None.