Skip to content

A python package providing a CLI to help set up django projects and skip boilerplate creation

License

Notifications You must be signed in to change notification settings

wazabanda/djangoinitializer

Repository files navigation

Django Initializer

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>

Running

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

Main Features

  • Django Ninja Boilerplater
  • Normal Django

Addons

  • Django with tailwind
  • templates with htmx
  • template with alpine
  • django crispy forms

About

A python package providing a CLI to help set up django projects and skip boilerplate creation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages