match4everyone / match4everything

Other
7 stars 0 forks source link

'Cookiecutter Django' Project Structure / Configuration #11

Open kevihiiin opened 4 years ago

kevihiiin commented 4 years ago

There is another project called Cookiecutter Django which is a template / skeleton for Django projects.

It includes a lot of functionality that we already have (sendgrid, flake8 linting, docker) and some features which are nice to have (mailhog, heroku deployment, celery configuration, sentry, different mail backends).

I think we can get some inspiration from the project and maybe generate an empty project and use some of the code snippes (while crediting them of course:)) or merge our project in to the skeleton Cookiecutter generated.

Tbh the repository looks fantastic and like a "Eierlegende Wollmilchsau"

The best overview of the options (I think) is in the configuration page: https://cookiecutter-django.readthedocs.io/en/latest/project-generation-options.html

Baschdl commented 4 years ago

@kevihiiin Is this still relevant?