https://github.com/fhightower/scheduling-system
Demo scheduling system.
https://github.com/fhightower/scheduling-system
Last synced: 11 months ago
JSON representation
Demo scheduling system.
- Host: GitHub
- URL: https://github.com/fhightower/scheduling-system
- Owner: fhightower
- Created: 2021-04-28T23:43:01.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-30T11:16:11.000Z (about 5 years ago)
- Last Synced: 2025-04-20T01:57:07.553Z (about 1 year ago)
- Language: Python
- Size: 45.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scheduling System
This scheduling system is based on the demo for [Django Swingtime](https://github.com/dakrauth/django-swingtime).
## Usage
```bash
docker build -t swingtime . && docker run -p 8000:80 swingtime:latest
```