git clone https://github.com/utsavdsvv/utsav-django.git
pip install virtualenv
python3 -m venv <env-name>
source <env-name>/bin/activate
cd UTSAV
pip install -r requirements.txt
- Go to UTSAV/settings.py
- Update your email (line 142) and app password (line 143)
- Update database connection settings (if using other than SQLite)
python manage.py makemigrations main events records registrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver