tutorial-extensions
tutorial-extensions copied to clipboard
Additional tasks for tutorial
### Issue description Some code blocks on the extensions pages are not being displayed properly. There is no syntax highlighting (all the text is red) and the `{% ... %}`...
### Issue description Homework: add more to your website! Save new posts as drafts Code in blocks is wrong - example : ```html < div data-gb-custom-block data-tag="extends" data-0='blog/base.html'> created: {{...
fixed the link for the GitHub page extension
Hey, I'm going to do some major work on the tutorial-extensions repo, should I advance PR by PR, or would it make more sense to create a new branch (like...
Typo in grammar fixed
how to fix this type of error when it says (no table such as) in heroku, it worked when I run it in the local server, it showed me the...
Hi, after I add @login_required to functions comment_approve and comment_remove in views.py, I'm getting nameError in the CMD saying "login_required" is not defined.
Hello, I changed code like below at your ko/homework/README.md *url(r'^drafts/$', views.post_draft_list, name='post_draft_list'), * to *path('drafts/', views.post_draft_list, name='post_draft_list'),* And also improved legibility. Thanks.
In Django Girls Community in Japan, there was a suggestion of changing a link of Creative Commons license to Japanese translation. I think it is nice, so I send this...
Hi 👋 I've been thinking about writing a beginner-level tutorial for [Wagtail](https://wagtail.io/), a popular CMS based on Django. Would this be interesting as a new extension? I'm willing to make...