Advertisement
Roman_Sarnov

Untitled

Mar 8th, 2020
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. STATIC_URL = '/static/'
  2. STATIC_DIR = os.path.join(BASE_DIR,'static')
  3. STATICFILES_DIRS =[STATIC_DIR]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement