https://github.com/udaygiri/dwarkesh-events
Dwarkesh Events is a web application designed to streamline the management and discovery of events. The platform allows users to browse upcoming events, view detailed information, and register for participation. Organizers can create, update, and manage events efficiently â¨đđ.
https://github.com/udaygiri/dwarkesh-events
cloudinary deployment django django-application django-framework github postgresql python pythonapplication render
Last synced: 3 months ago
JSON representation
Dwarkesh Events is a web application designed to streamline the management and discovery of events. The platform allows users to browse upcoming events, view detailed information, and register for participation. Organizers can create, update, and manage events efficiently â¨đđ.
- Host: GitHub
- URL: https://github.com/udaygiri/dwarkesh-events
- Owner: udaygiri
- License: mit
- Created: 2025-06-17T12:22:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-03T13:15:14.000Z (12 months ago)
- Last Synced: 2025-07-03T14:27:50.587Z (12 months ago)
- Topics: cloudinary, deployment, django, django-application, django-framework, github, postgresql, python, pythonapplication, render
- Language: CSS
- Homepage: https://dwarkesh-events.onrender.com/
- Size: 2.01 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ⨠Dwarkesh Events â¨
A Django-based web application for managing events, gallery, and services for Dwarkesh Events. đ
## đ Features
- đ Home page with event showcase
- đŧī¸ Gallery of past events
- đī¸ Services offered
- đ Contact form for inquiries
- âšī¸ About page
## đģ Technologies Used
- đ Django
- đ¨ HTML/CSS
- đī¸ SQLite (for development)
## đ ī¸ Setup and Installation
1. đĨ Clone the repository
```
git clone https://github.com/udaygiri/dwarkesh-events.git
cd dwarkesh-events
```
2. đ§ Set up a virtual environment
```
python -m venv venv
venv\Scripts\activate
```
3. đĻ Install dependencies
```
pip install -r requirements.txt
```
4. đ Run migrations
```
python manage.py migrate
```
5. đ Start the development server
```
python manage.py runserver
```
## đ Project Structure
- đ `contact/` - Contact form application
- đŧī¸ `gallery/` - Image gallery application
- đ `media/` - User-uploaded files
- đ¨ `static/` - Static files (CSS, JavaScript, images)
- đ `templates/` - HTML templates
## đą Screenshots

## đĨ Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
## đ Contact
For any inquiries or support, please reach out through the contact form on our website.
## đ Acknowledgements
- Thanks to all contributors who have helped shape Dwarkesh Events
- Special thanks to our clients for their continued support
## đ License
This project is licensed under the MIT License - see the LICENSE file for details.