Advertisement
cardel

Untitled

May 20th, 2016
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | None | 0 0
  1. STATIC_URL = '/static/'
  2. STATICFILES_DIRS=(BASE_DIR,'static',)
  3. MEDIA_URL = '/media/'
  4. MEDIA_ROOT = BASE_DIR.child('media')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement