tutorial-extensions
tutorial-extensions copied to clipboard
Additional tasks for tutorial
There are some problems with the postgres tutorial extension when run on Linux: 1. There are a few packages that are required for the psycopg2 install to work: * `postgresql-server-dev-X.Y`...
Hey all! After attending a django-workshop, I started to further continue with the extended section of the tutorial. There I stumbled upon the phrase: ```Let's add a link in `blog/templates/blog/base.html`...
I'm working through the exercise and is running into issues with database migration. I followed the instructions to change to PostgreSQL installation. I run ```$ heroku run python manage.py migrate```...
Hi :) I send a minor commit about unavailable Heroku Toolbelt installation link. The link before fixing is unavailable because of 2 korean letters "에서" immediately after the correct URL...
added information for the user to know where and how to add the local file. =)
This could be an addition to https://github.com/DjangoGirls/tutorial-extensions/tree/master/en/authentication_authorization or it could be its own extension. Should capture some of the points raised in https://github.com/DjangoGirls/tutorial/issues/1192 and https://github.com/DjangoGirls/tutorial/issues/802 - [ ] use an...
Changes in this PR - Add Wagtail to Tutorial Extensions
This PR include small changes to the homework tutorial. Instead of using class=`"glyphicon glyphicon-lock"` that seems to not work with Bootstrap 5, it uses .svg files from icons. Instead of...
Changes in this PR - Add Deploy to AWS tutorial extension to replace the Heroku tutorial we removed.
Heroku has ended free product plans for Heroku Dynos, Heroku PostgreSQL and Heroku Data for Redis on November 28, 2022. We need to add AWS to replace Heroku so participants...