Skip to content

Web-based roster for tracking members and their attendance implemented in Django.

Notifications You must be signed in to change notification settings

CntoDev/django-roster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a67ffbc · Dec 5, 2019
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Carpe Noctem Roster Service

Setup development environment with Docker

Navigate to the folder for this project and run:

docker build --tag django-roster .
docker run -p 80:80 -it --rm django-roster