Django-Styleguide-Example icon indicating copy to clipboard operation
Django-Styleguide-Example copied to clipboard

Repository for example styleguide project

Results 55 Django-Styleguide-Example issues
Sort by recently updated
recently updated
newest added

Bumps [django](https://github.com/django/django) from 4.1.9 to 4.1.10. Commits f9a14b8 [4.1.x] Bumped version for 4.1.10 release. beb3f3d [4.1.x] Fixed CVE-2023-36053 -- Prevented potential ReDoS in EmailValidator a... 3b48fe4 [4.1.x] Added stub release...

dependencies
python

Ensure Query Count Stability in GitHub Workflow by Replacing DATABASES['default']['ATOMIC_REQUESTS'] in Django Settings.

Since Django version 4.2 and onwards, there are new configurations available for managing static files, and we need to update our settings accordingly -> https://docs.djangoproject.com/en/4.2/ref/settings/#storages

Currently, the examples for those 2 articles: - https://www.hacksoft.io/blog/google-oauth2-with-django-react-part-1 - https://www.hacksoft.io/blog/google-oauth2-with-django-react-part-2 Are located here: https://github.com/HackSoftware/Django-React-GoogleOauth2-Example And the code is currently decaying. It's a good idea to migrate the entire example...

Blog Example

Currently, a lot of things have been tossed inside the Django Styleguide Example & the structure can be improved. Think about that: - Separating blog examples - Something else?

Feature
Blog Example
Bug / Issue
Research

Having the ability to nest Django apps (or simulate nested Django apps with simple Python modules) is extremely powerful, when it comes to properly structuring your Django project for scale...

Feature
Django Styleguide Section
Research

It's a good idea to integrate cache in the Django Styleguide Example Project. Most often we use Redis, so this can be the thing to do. This will also require...

Feature

It's a good idea to write a thing or two about OpenAPI schema & what are the options for doing this & supporting it: - Using a built-in tool like...

Feature
Django Styleguide Section

Looks like an essential thing to have & to be added both to the Styleguide & the Styleguide Example. Around logging: 1. Check Django's logging documentation - https://docs.djangoproject.com/en/4.1/topics/logging/ 2. Perhaps...

Feature
Django Styleguide Section

Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.40.5 to 2.8.0. Release notes Sourced from sentry-sdk's releases. 2.8.0 Various fixes & improvements profiler_id uses underscore (#3249) by @​Zylphrex Don't send full env to subprocess (#3251)...

dependencies
python