Conversation
|
The only criticism I have of the work here is that you've bent yourself backwards to include templates and static files in the least django-like way possible. That being said, what you've done works, except that your The more django-like way to do this would be to include static files and templates for the bloggy portion of your app directly inside the djangor_app folder. These locations should be magically found by the django static file If you want, you can also include a 'static' or 'templates' directory in your main project folder (where settings.py is) that includes templates or static resources that belong to the whole site, and not just one subsystem. Also, it's typically the case that an app subsystem like the 'blog' would define it's own urls and then you'd |
Week 06 Djangor HW.
README Files: https://github.com/mattmakesmaps/training.python_web/blob/master/assignments/week06/athome/README.mkd