Powered by Cookiecutter, Django-Cookie is a template for jumpstarting production-ready Django projects quickly.
My version is inspire by Daniel Roy Greenfeld's cookiecutter-django and the Laravel-Mix package. I also integrated Vue.js as the frontend and tailwindcss for styling similar to the Laravel UI. These features are easy to change or remove.
My primary purpose for creating this cookiecutter is for the use of projects where I want to use a javascript framework i.e. Vue.js and Django on the back end especially to use Django's built-in admin panel.
First make sure you have Cookiecutter installed globally:
pip install --user cookiecutter
or
pip3 install cookiecutter
Now run it against this repo:
cookiecutter https://github.com/yespinal/django-vue-cookie