Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvements in HTML/Template chapters #113

Closed
olasitarska opened this issue Aug 14, 2014 · 0 comments
Closed

Improvements in HTML/Template chapters #113

olasitarska opened this issue Aug 14, 2014 · 0 comments

Comments

@olasitarska
Copy link
Member

A friend (Andrew Nesbitt) just went through our tutorial as a Python newbie and sent me his feedback. There are two things we can improve on, so I am just adding it here because I will forget it :)

  1. When first adding the templates in http://tutorial.djangogirls.org/html/README.html I had to restart the server to get it to find the new templates, you mention about restarting the server in a later stage in the tutorial but not in that one.
  2. I couldn't get http://tutorial.djangogirls.org/template_extending/README.html to work using just the content on the page, kept getting the TemplateDoesNotExists error, even after restarting, I ended up adding the following code to get it to work: https://github.com/andrew/django-girls-tutorial/blob/master/mysite/settings.py#L90-L92
olasitarska added a commit that referenced this issue Aug 15, 2014
Without that there was an issue in template extending - Django couldn’t
find a mysite/base.html template
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant