Skip to content

imAsparky/django-app-cookiecutter

Repository files navigation

Django APP Cookiecutter

Only works on >= Python 3.10

A Django project Apps Cookiecutter.

Project Status: Active - The project has reached a stable, usable state and is being actively developed.

pre-commit

Python Sementic Release

Django App Features

  1. Easy for new users to generate a custom App.
  2. Removes typing the common imports.
  3. Automatically populates with correct names up to three layers deep from the project root folder.
  4. Works hand in hand with Django-Cookiecutter Project.

How to use it

  1. Navigate to the Django project folder you want your new app.
  2. In the CLI type cookiecutter git@github.com:imAsparky/django-app-cookiecutter.git
  3. Enter a verbose name e.g. My New Django App. The Django app name will automatically generate like this my_new_django_app.
  4. Select depth from the project root folder. Defaults to your new app creation in the project root folder.

About

A django App with common items pre-installed.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages