You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 you did for switching to Django v3.1 on the main tutorial?)
Here are some of the things I want to change (let me preface this by saying that the tutorial's great):
Better organise the whole thing
Move all translations under a "Other languages" dropdown instead of having them as chapters on the same level as the main version
Make the language of each tutorial clear, as two of them are just called "Django Girls: Tutorial extensions"
Re-organise the en tutorial
The en chapter's sub-chapters are a mess, the actual order of sub-chapters is random (the sub-chapter "Summary" is in the middle of the chapter, the README itself is second-to-last, so people need to constantly go back to README instead of advancing to the "Next" sub-chapter)
Titles are not representative of the content ("Domain", "Add more")
Move to Bootstrap v5
The tutorial works with Bootstrap v3 and makes heavy use of glyphicons, which are not included in Boostrap since v4, but can be easily replaced with Bootstrap Icons
Change some content:
The code in the tutorial does not produce the polished screenshots in the tutorial
Redirect people to https://www.postgresql.org/download/ for the most up-to-date and complete overview of the PostgreSQL installation process, which seems to be a pain point given the number of Issues in this repo
Typos and grammar
The text was updated successfully, but these errors were encountered:
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 you did for switching to Django v3.1 on the main tutorial?)
Here are some of the things I want to change (let me preface this by saying that the tutorial's great):
Better organise the whole thing
Re-organise the
en
tutorialen
chapter's sub-chapters are a mess, the actual order of sub-chapters is random (the sub-chapter "Summary" is in the middle of the chapter, the README itself is second-to-last, so people need to constantly go back to README instead of advancing to the "Next" sub-chapter)Move to Bootstrap v5
glyphicon
s, which are not included in Boostrap since v4, but can be easily replaced withBootstrap Icons
Change some content:
The text was updated successfully, but these errors were encountered: