Skip to content

Starter Kit for django project with docker-compose and Makefile

Notifications You must be signed in to change notification settings

mainakchhari/django-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Starter Kit (with docker-compose)

INSTRUCTIONS

  1. Copy .env.dev to .env
  2. Start the server on localhost by running make up
  3. Go to localhost in a web browser for django start page. Go to localhost/admin for admin panel*
  4. Stop the server using make down