EventManagementSystem
System to manage large-scale college fest. With functionalities like registration, payment, attendance, winner, certificate distribution
Install / Use
/learn @bhargavprajapati949/EventManagementSystemREADME
EventManagementSystem
Dependency
Django pip install Django
Pillow pip install Pillow
Run Project on localhost
- Clone Project
- Create virtual environment (optional, just to avoid version mismatch for dependencies)
For Windows
1. Create virtual environment
python -m venv <virtual environment name or path>
2. Activate virtual environment
.\<virtual environment name or path>\Scripts\activate
- Install dependencies
pip install -r requirements.txt
- Run project
python manage.py runserver
