Workers + Shift Manager - Admin Site
-
Manage Workers
-
Applying + Removing workers from shifts, In A Dynamic Calendar
-
Extra action buttons and many features.
Docker:
docker run -p 8000:8000 docker.io/randomg1/work-shifts-managment:2
Locally:
git clone https://github.com/SunLaria/Work-Shifts-Managment.git
cd Work-Shifts-Managment
python -m pip install -r requirements.txt
python ./manage.py runserver
Navigate to http://localhost:8000/ or http://127.0.0.1:8000/
- This Project Is Written in Python, HTML, Jinja, CSS in Djnago FrameWork.
- Build in Djnago with the help of JS, jQuery and additional stuff learned on the road.