Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 798 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 798 Bytes

Django Kickstart

An opinionated django Kickstart app

  • django-environ to configure the app.
  • Select database engine from (sqlite, postgres or mysql).
  • Django Vite frontend assts using tailwindcss and stimulus with hot module reload.
  • Docker compose to start a database server and Mailpit for email testing.
  • Django developments goodies (django-extensions, django-debug-toolbar, ... etc).

Usage

  • install Kickstart
  • Run the following command to generate your pproject in the same directory
    kickstart https://github.com/a-atalla/django-kickstart.git