Project Title

Table of Contents

About

College Website

Installing and Running

For run project you need to download Docker or Python 3.10:

sudo apt-get install docker

docker-compose up --build

or

sudo apt-get install python

sudo apt-get install python-venv

python -m venv venv

source venv/bin/activate

pip install -r requirements.txt

python3 manage.py migrate

python3 manage.py createsuperuser

python3 manage.py runserver

Usage

Add notes about how to use the system.