tutorial icon indicating copy to clipboard operation
tutorial copied to clipboard

This is a tutorial we are using for Django Girls workshops

Results 125 tutorial issues
Sort by recently updated
recently updated
newest added

https://tutorial.djangogirls.org/en/deploy/ has: ``` $ git add --all . $ git commit -m "My Django Girls app, first commit" ... $ git remote add origin https://github.com//my-first-blog.git $ git push -u origin...

status: accepted

I recently used the DjangoGirls tutorial as source material for a training course for a group of social science students and researchers. The course went really well, largely due to...

Continuing in Cloud9 from Issue #825 Even though that seemed to work (doing the update before installing python-venv), I could not create the `myvenv` virtual environment. The error is the...

status: accepted

In following the Chromebook installation instructions, in Cloud9, I found it necessary to run `sudo apt-get update` before `sudo apt install python3.5-venv`. I will put in a pull request for...

At the DjangoGirls Barcelona workshop, some of the attendees commented that was difficult to imagine what they were building. After talking to Lucie, she agreed that having a "what my...

### Issue description `manage.py runserver` doesn't pick up static files in newly created directories so it needs to be restarted, this should be mentioned in the CSS chapter. ### Operating...

This job runs weekly (or explicitly manual). It lists the languages in a way that GitHub Actions can reuse it in a matrix. Then for every language it updates the...

Changes in this pull request: (only jp document) - Changed the libraries used in the documentation. os.path -> pathlib

I have an upcoming DjangoGirls event in Turin in a couple of weeks and I went through the tutorial to check that everything was in order. I found a couple...