Skip to content

grandimam/django-boot

Repository files navigation

Getting Started

  1. Install dependencies:

    make install
  2. Run the development server:

    make runserver
  3. Install pre-commit hooks (optional):

    make install-hooks
  4. Lint the code (optional):

    make lint
  5. Format the code (optional):

    make format

Features

  • Django project with pre-configured Black, isort, Flake8, and pre-commit hooks.
  • Ready-to-use template for your projects.

Create a new django project

django-admin startproject config . --template=../django-boot --name manage.py