The purpose of this project is to build a boiler plater initilizer for some common django project setups ontop of the existing django-admin startproject <name>
run djanog-init --pname <name> --pdir <dir>
--pname and --pdir are optional and define the name and working directory for the project. When the scrip is run you will be given a few prompts and if all goes well everything should run and install your package
- Django Ninja Boilerplater
- Normal Django
- Django with tailwind
- templates with htmx
- template with alpine
- django crispy forms