A Django-based event registration system that allows users to browse, register for, and manage events.
- User Authentication
- Event Listing
- Event Registration
- User Dashboard
- Contact Page
- Admin Interface
- Django
- Bootstrap 5
- Font Awesome
- SQLite
- Clone the repository
git clone https://github.com/YOUR-USERNAME/YOUR-REPO-NAME.git
-
Create a virtual environment
-
bash python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate bash pip install -r requirements.txt
-
Run migrations bash python manage.py migrate
-
Create superuser bash python manage.py createsuperuser
-
Run the development server bash python manage.py runserver
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Step 8: Generate requirements.txt Step 9: Add and commit these new files