tutorial
tutorial copied to clipboard
This is a tutorial we are using for Django Girls workshops
### Issue description In English, one can just chain words with spaces in-between to build new expressions. E.g., "programming workshop". In German, you can do the same by conjoining the...
### Issue description The chromebook setup expandable section within the "Installation" chapter is broken in all translations that are up-to-date enough to include it (except [Korean](https://tutorial.djangogirls.org/ko/installation/#%EC%84%A4%EC%B9%98%ED%95%98%EA%B8%B0)): The MarkDown markup isn't...
### Issue description django_start_project If not work > (myvenv) ~/djangogirls$ python manage.py runserver 0:8000 work > (myvenv) ~/djangogirls$ python manage.py runserver 0.0.0.0:8000 ### Operating system Windows 7.
Hi there! We've had issues with people on Chromebooks not wanting to sign up for Cloud9, due to the requirement that you enter your credit card information. I spent some...
### Issue description A few of the attendees in my group came with their work computer, on which they didn't have admin rights. Those are necessary to install Python (on...
### Issue description First of all, the code from PythonAware chapter will not work: ```bash (mvenv) $ pip install django whitenoise Collecting django [...] Successfully installed django-1.8.2 whitenoise-2.0 ``` It...
Hi all, thanks for some great tutorials! Wondering about the "security" section in the django_forms tutorial. At the moment it teaches you to hide the buttons and worry about the...
### Issue description In python_introduction directory, more specifically in the README.md file, there is a grammatical error. ### Language It is specific on PT on section "Error". There is a...
Gitbook has a nice feature of making glossaries and it automatically links the words to their explanations. We need to add GLOSSARY.md file in the main directory and the structure...
For my book, I suggest Windows people install Git right upfront. That gives them git-bash, which looks a lot more like the bashes on linux or mac. So then, no...