Added settings.py modification after creating a template#115
Added settings.py modification after creating a template#115doriczapari wants to merge 1 commit into
Conversation
|
Using I haven't done the tutorial from beginning to end in a while, but maybe what is missing is simply a restart of |
|
I just fixed it a couple of days ago with this: 5c1a110. @doriczapari probably took tutorial before this change... @bmispelon what is easiest / best solution? I am on the fence :) |
|
@olasitarska yes, for me there was only ´'blog'´ in ´INSTALLED_APPS´, I had a hunch this could be the problem but I wasn't familiar enough with Django yet to prove my point :) Thanks! |
|
For me, having I'll try to work on this and review the current situation this week. |
|
I opened #117 as an alternative solution to this. The approach I took there is to put all the templates inside the Feedback welcome as always, |
I couldn't make my app work with the base template until I added the TEMPLATE_DIRS line in the settings.py file, just like we did with the static files. I hope this is a useful contributon as this is my first one ever! :)