Skip to content

oliverandrich/django-app-starter

Repository files navigation

django-app-starter

This is a project template for building resuable django extensions/apps with proper tooling, that I use for my projects.

Install

# Pull the template from Codeberg...
$ uv run --with=django django-admin startapp \
    --extension=ini,py,toml,sh \
    --name justfile \
    --template=https://github.com/oliverandrich/django-app-starter/archive/main.zip \
    example_app

# Setup the project
$ just boostrap

Usage

# Upgrade/install all dependencies defined in pyproject.toml
just upgrade

# Run test suite
just test

# Run test suite using all support Django and Python versions
just test-all

# Run the dev server for mkdocs
just serve-docs

License

This software is licensed under MIT license.

About

Django startup template for Django apps with batteries included and nice tooling.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published