A web application built with Django to manage event registrations. Users can register for events, view event details, and manage their registrations.
- User authentication (login, registration, logout)
- Event listing and details
- User registration for events
- Admin interface for managing events and registrations
- Python 3.8+
- Django 3.2+
- Clone the repository:
git clone https://github.com/yourusername/event-registration-system.git cd event-registration-system