django-init
django-init copied to clipboard
Project template used at Fueled for scaffolding new Django based projects. :dizzy:
> Why was this change necessary? add your text here... > How does it address the problem? add your text here... > Are there any side effects? add your text...
> Are there any side effects? We won't be able to upgrade to Django > 4.0, as currently graphene and drf_yasg both break with newer versions of Django
> Why was this change necessary? The coding rules define class names to be camelCase instead of PascalCase which is a standard. > How does it address the problem? Fix...
Getting a weird issue with Django DB exceptions that aren't parsed correctly by the custom exception handler. ```TypeError: string indices must be integers``` This is on line 94 here: https://github.com/Fueled/django-init/blob/main/%7B%7Bcookiecutter.github_repository%7D%7D/%7B%7Bcookiecutter.main_module%7D%7D/base/exceptions.py#L94...
> Why was this change necessary? This project gereates requirements.txt for legacy reasons which didn't require poetry to be installed on the CI, heroku or other places. Installing poetry is...
The current setup is Python 3.9 and now that the stable release of Python 3.11 is out we should upgrade the setup to 3.11. Primarily, due to the fact that...
Ubuntu 22.04 LTS is the latest AMI on AWS. Vagrant setup should be upgraded so that ansible deployments can be tested on vagrant without much parity with AWS.