diff --git a/shelfzilla/settings/local.py b/shelfzilla/settings/local.py index de881d1..13e86bd 100644 --- a/shelfzilla/settings/local.py +++ b/shelfzilla/settings/local.py @@ -28,8 +28,8 @@ INSTALLED_APPS += ( FILER_DUMP_PAYLOAD = True -MEDIA_URL = 'http://localhost:8000/media/' -STATIC_URL = 'http://localhost:8000/static/' +MEDIA_URL = '/media/' +STATIC_URL = '/static/' EMAIL_BACKEND = 'django_mailgun.MailgunBackend' MAILGUN_ACCESS_KEY = 'key-fdfc57f2bfb35a4ba5f9c1e3c30af373'