Skip to content

Latest commit

 

History

History
81 lines (39 loc) · 1.41 KB

README.md

File metadata and controls

81 lines (39 loc) · 1.41 KB

Event Registration System

A Django-based event registration system that allows users to browse, register for, and manage events.

Features

  • User Authentication
  • Event Listing
  • Event Registration
  • User Dashboard
  • Contact Page
  • Admin Interface

Technologies Used

  • Django
  • Bootstrap 5
  • Font Awesome
  • SQLite

Setup Instructions

  1. Clone the repository

git clone https://github.com/YOUR-USERNAME/YOUR-REPO-NAME.git

  1. Create a virtual environment

  2. bash python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate bash pip install -r requirements.txt

  3. Run migrations bash python manage.py migrate

  4. Create superuser bash python manage.py createsuperuser

  5. Run the development server bash python manage.py runserver

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. screencapture-127-0-0-1-8000-my-registrations-2024-12-03-00_08_03 screencapture-127-0-0-1-8000-admin-events-event-add-2024-12-03-00_08_23 screencapture-127-0-0-1-8000-2024-12-03-00_07_32

Step 8: Generate requirements.txt Step 9: Add and commit these new files