Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Starter Project

A batteries-included Django starter project for building web-apps and REST APIs quickly.

It's designed to help you get started with a solid foundation. Once started, it's easy to extend, update, and add or remove parts as you'd normally do. This starter project is a little bit opinionated, but highly extensible.

What's Included

Core Features

  • Django 5.2.9 - Latest Django framework
  • Django REST Framework - Full-featured REST API toolkit
  • Django Extensions - Includes shell_plus and other useful management commands
  • WhiteNoise - Simplified static file serving
  • Custom User Model - CoreUser model ready for extension
  • DotEnv Support - Supply a .env files to set your environment variables
  • Postgres by default - Uses Postgresql with the latest version of psycopg by default

Asynchronous Tasks

  • Celery - Using Redis as a backend
  • Scheduling - Scheduled tasks using Celery Beat

APIs App

Pre-configured apis app with:

  • API key authentication system
  • Versioned and extendable API structure (v1)
  • Base API classes and utilities
  • Example endpoints for accounts and API key management
  • Simple test suite

Development Tools

  • IPython - Enhanced interactive shell
  • shell_plus - Auto-imports models and utilities
  • Configurable logging (console handler with verbose formatting)

Quick Start

Install dependencies:

uv sync

Run migrations:

python manage.py migrate

Create a superuser:

python manage.py createsuperuser

Start the development server:

python manage.py runserver

Use the enhanced shell:

python manage.py shell_plus

Run Celery and Celery Beat

./bin/celery.sh

About

A batteries-included Django starter project for building web-apps and REST APIs quickly.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages