Skip to content

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

Notifications You must be signed in to change notification settings

aneebnaqvi15/event-registration-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published