django-beginners-guide icon indicating copy to clipboard operation
django-beginners-guide copied to clipboard

A Complete Beginner's Guide to Django - Code Samples

Results 20 django-beginners-guide issues
Sort by recently updated
recently updated
newest added

Getting the following error: Things that I've tried to resolve it: 1- Reset migrations 2- Grep around the different files to find the "boards_topic" pattern, only found it on the...

Bumps [django](https://github.com/django/django) from 1.11.6 to 2.2.24. Commits 2da029d [2.2.x] Bumped version for 2.2.24 release. f27c38a [2.2.x] Fixed CVE-2021-33571 -- Prevented leading zeros in IPv4 addresses. 053cc95 [2.2.x] Fixed CVE-2021-33203 --...

dependencies

@vitorfs FYI, I liked the complete guide that was written by you. * It was very easy to understand and follow. * I was impressed at your coding standards. If...

in boards/models.py you miss the on_delete parameter for the ForeignKeys.

Update the CodqQL config to run a comprehensive scan "security-and-quality"

update to Django 2.2,

Hello! I am following this guide and stumbled on an weird issue. The website works perfectly when i try it in the web browser. But it seems that all the...

To make it work with newer Python versions, e.g. 2.17.15 or 3.7.2