Before you begin, ensure you have met the following requirements:
- Python installed (version x.x.x)
- Django installed (version x.x.x)
- Git installed
- ...
git clone https://github.com/Aerin2805/SHAKti.git
cd your-repo
python -m venv venv
On Windows:
venv\Scripts\activate
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver