Tahzib Mashrik
Tahzib Mashrik
Upgrade from Django 1.11 to 2. 2.2(LTS) version will be released on April 2019.
Add a README.md file to the template with title as the app_name and the description from the cookiecutter.json file
Need to separate the requirements file to a folder with: base.txt local.txt production.txt
[Orator](https://github.com/sdispater/orator) seems like a pretty promising ORM. Would you guys be open to adding Orator to the benchmark list?
Add optional choice to use Rabbit MQ as the Celery Broken, when using Celery.
Need to have option for adding databases. Preferably Postgres, MySQL and MongoDB.
Need to set up a CI for running tests.
Currently no tests are set up for the project. Need to add tests! Following links may be relevant: 1. https://github.com/pydanny/cookiecutter-django/blob/master/tests/test_cookiecutter_generation.py 2. https://github.com/mashrikt/cookiecutter-django-dokku/blob/master/tests/test_cookiecutter_generation.py
Need to have a more complete .girignore file. .DS_store and a few other common types are missing.