tutorial
tutorial copied to clipboard
This is a tutorial we are using for Django Girls workshops
### Features - [x] Verifies all the dependencies and installs all of them except the node environment. - [x] Provide language isolation for fast build and server reload. **The build...
In the ["Deploy!" section](https://tutorial.djangogirls.org/en/deploy/), when the project is pushed to GitHub, an email "[username/my-first-blog] Django Secret Key exposed on GitHub" is sent to the repo owner from [email protected]. It does...
### Issue description Beginning August 13, 2021, Github now requires an access token to access remote repositories. See link [to docs here](https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/about-authentication-to-github#https). ### Language Not currently related to any language...
### Issue description Can't load page on pythonanywhere always get the same error message ``` 2020-03-09 17:58:50,262: Error running WSGI application 2020-03-09 17:58:50,277: NameError: name 'BASE_DIR' is not defined 2020-03-09...
### Issue description When I deploy after the chapter on templating and using the {%for command, there is some sort of database problem. Several other people have had the issue:...
Changes in this pull request: - Edited the book.json sidebar ad. - Added a new ad for Caktus to the sidebar ad. - Changing sidebar ad normally used for Patreon...
Let all changes to translatios be made through Crowdin, as otherwise we won't know where the translation is more up-to-date. related to #1271
Changes in this pull request: - fixed a little typo in templates
### Issue description The tutorial mentions www.pythonanywhere.com everywhere. Which is correct. However, on the website of PythonAnywhere there is NO indication that there are different servers available now! There is...
### Issue description https://tutorial.djangogirls.org/en/installation/#installing-packages-with-requirements while installing django encountered error: Collecting Django~=2.0.6 (from -r requirements.txt (line 1)) ERROR: Could not find a version that satisfies the requirement Django~=2.0.6 Describe what's the...