Skip to content

bavjackson/django-starter-template

Repository files navigation

django-starter-template

A starter template for a django project that includes the following packages.

  • Pytest
  • Coverage
  • Pytest-Playwright
  • Mixer (for test fixtures)
  • HTMX
  • AlpineJS
  • Python-dotenv

It also has the boilerplate for a custom user model in a users app.

How To

  1. Clone the repo
  2. Run pip install -r requirements.txt to install python packages
  3. Run playwright install to install browsers for end to end tests
  4. Add a .env file and add values corresponding to those in .env.example

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published