A Django project Apps Cookiecutter.
- Easy for new users to generate a custom App.
- Removes typing the common imports.
- Automatically populates with correct names up to three layers deep from the project root folder.
- Works hand in hand with Django-Cookiecutter Project.
- Navigate to the Django project folder you want your new app.
- In the CLI type cookiecutter [email protected]:imAsparky/django-app-cookiecutter.git
- Enter a verbose name e.g. My New Django App. The Django app name will automatically generate like this my_new_django_app.
- Select depth from the project root folder. Defaults to your new app creation in the project root folder.