fmartingr
/
shelfzilla
Archived
1
0
Fork 0

Local settings relative media/static url

This commit is contained in:
= 2015-04-09 09:34:52 +00:00
parent 4427d339b4
commit 7926e5fd5c
1 changed files with 2 additions and 2 deletions

View File

@ -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'