Skip to content

Commit 50c6e72

Browse files
committed
modified features list on readme file
1 parent 439a454 commit 50c6e72

File tree

6 files changed

+14
-6
lines changed

6 files changed

+14
-6
lines changed

event_manager/.DS_Store

0 Bytes
Binary file not shown.

event_manager/README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
# Event Management System
22

33
## Overview
4-
The Event Management System is a Django-based web application that allows users to create, manage, and participate in events. This project is designed to demonstrate fundamental Django concepts and provide a practical example for beginners.
4+
The Event Management System is a beginner-friendly Django web app that allows users to create, manage, and participate in events. It demonstrates core Django concepts, providing hands-on experience for new developers.
55

66
## Features
7-
- User registration and authentication
8-
- Create, edit, and delete events
9-
- Browse and search for events
10-
- Register for events
11-
- User dashboard to manage created events and event registrations
7+
- User registration & authentication
8+
- Event creation, editing, and deletion
9+
- Event browsing & search functionality
10+
- Event registration & user dashboard
1211

1312
## Technologies Used
1413
- Django 4.2
@@ -31,3 +30,8 @@ event_management/
3130
├── manage.py
3231
└── requirements.txt
3332
```
33+
34+
## Setup
35+
1. Clone the repo: `git clone <repo-url>`
36+
2. Install dependencies: `pip install -r requirements.txt`
37+
3. Run server: `python manage.py runserver`

event_manager/events/.DS_Store

6 KB
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

event_manager/requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
asgiref==3.8.1
2+
Django==5.1.1
3+
sqlparse==0.5.1
4+
typing_extensions==4.12.2

0 commit comments

Comments
 (0)