Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2014
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. /project_folder/
  2. manage.py
  3. settings.py
  4. urls.py
  5. __init__.py
  6. /app/
  7. views.py
  8. models.py
  9. __init__.py
  10. /templates/
  11. /admin/
  12. base_site.html
  13.  
  14. (r'^admin/', include(admin.site.urls)),
  15.  
  16. TEMPLATE_DIRS = (
  17. os.path.join(PROJECT_PATH, 'templates/'),
  18. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement