A beautiful white and orange themed voting application built with Django.
- User registration and authentication
- Admin-controlled voting sessions
- Vote for speakers, evaluators, and table topics masters
- Temporary voting links that last 24 hours
- Secure vote counting and result display
- Mobile-friendly responsive design
- Clone this repository
- Create a virtual environment:
python -m venv venv venv\Scripts\activate - Install dependencies:
pip install -r requirements.txt - Configure environment variables (see .env.example)
- Run migrations:
python manage.py migrate - Create a superuser:
python manage.py createsuperuser - Run the development server:
python manage.py runserver
This project is configured for deployment on Hostwinds.