Skip to content

jdbadger/launchpad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Launchpad is my personal containerized Django starter project template. It's meant to be relatively barebones, but includes some useful default configuration to provide a head start on any new Django project.

Development

First, create a .env file:

$ cp .env.example .env

Edit the USER andUID variables in the .env file. See comments in .env.example for these variables for information on how to set them.

To start the development server:

$ docker compose up -d --build

The application is served at localhost:8000.

To start the tailwind css watcher (optional; necessary if you are working on css):

$ docker compose exec django npm run watch:css

A superuser was created for you when the django service was created. You can log in at / or /admin/ with email: [email protected] password: secret.

About

A Django Starter Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published