Guest User

Untitled

a guest
Jul 22nd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. # Static files (CSS, JavaScript, Images)
  2. # https://docs.djangoproject.com/en/2.0/howto/static-files/
  3.  
  4. STATIC_URL = '/static/'
  5.  
  6. MEDIA_ROOT = os.path.join(BASE_DIR, 'media')
  7. MEDIA_URL = '/'
Add Comment
Please, Sign In to add comment