Guest User

Untitled

a guest
Jul 20th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. PROJECT_ROOT = os.path.abspath(os.path.dirname(__file__))
  2.  
  3. TEMPLATE_DIRS = (
  4. os.path.join(PROJECT_ROOT, 'templates'),
  5. )
  6.  
  7. class YSite(AdminSite):
  8. ...
  9.  
  10. Y_site = YSite("Y_site")
Add Comment
Please, Sign In to add comment