cern-sis / issues-scoap3

0 stars 0 forks source link

cleanup django-cookiecutter setup #146

Closed MJedr closed 1 year ago

MJedr commented 1 year ago

Cookiecutter generated some files that we don't need. They include:

drjova commented 1 year ago
  • docker-compose - there's a local version, a production version inside of the docke-compose dir, also there's a file production.yml. We need to decide which one we want to use. Also, do we need all the services, eg. celerybeat, traefik? Also, local dockerfile it starts some not necessarily needed containers as flower.

We can go as light as possible, hence we can drop the prod compose as we will have a different configuration on prod and we will not reuse it.

  • production requirements (also, do we need to keep requirements.txt when using poetry? It might be hard to maintain, or

we can use the same pre-commit hook as on inspirehep) We can just use poetry.

  • do we need node config - we'll setup frontend separately

Do you mean the webpack?

hmm I would leave it, it will be helpful for the future. WDYT?

  • we don't need such a detailed dependabot

Yes we can just leave the basic updates, not the docker and production.