RollCall - Roster Management System
Rollcall is a roster management system built with Django Web Framework for managing organisational staff.
- Python >= 3.9
- Postgresql database
python -m venv env$ env\Scripts\activate
$ source env/bin/activate
Use the package manager pip to install dependencies.
Whenever you are installing any new packages or dependencies run the below command-
- Install dependencies using pip
pip install -r requirements.txt
- Copy .env.example to .env
cp .env.example .env
- Check your env for correct values of variables
- Rollcall is built using Python
- Core Web framework for development is Django
- Visual Studio Code is the recommended IDE for development