Please see the issues.
Clone the repository
git clone https://github.com/cybertracetn/cybertrace_web.git
Install the requirements
pip install -r requirements.txt
Make the database migrations
python manage.py makemigrations
python manage.py migrate
Run the server
python manage.py runserver