https://github.com/pythad/fossasia-events
Event management portal for FOSSASIA summits using Django
https://github.com/pythad/fossasia-events
Last synced: 4 months ago
JSON representation
Event management portal for FOSSASIA summits using Django
- Host: GitHub
- URL: https://github.com/pythad/fossasia-events
- Owner: pythad
- Created: 2016-01-12T18:44:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-06T19:12:27.000Z (over 8 years ago)
- Last Synced: 2025-02-28T12:22:59.471Z (over 1 year ago)
- Language: HTML
- Size: 182 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fossasia-events
Event management portal for FOSSASIA summits using Django
This repo servers for [Google Code-in](https://developers.google.com/open-source/gci/) 2015 task for [FOSSASIA](http://fossasia.org/).
- Django: Create an event management portal for FOSSASIA summits using Django (FOSSASIA)
[Demo](http://fossasia-events.herokuapp.com)
The site is an implementation of event managing app with a notification system using [django-notification](https://github.com/django-notifications/django-notifications)
To run it locally install all necessary requirements inside your virtualenv with
pip install -r requirements.txt
and after this don't forget to set `DEBUG` level to `True` in `settings.py`
Screenshots:
### Events View

### Single event View

### Events statistics

### Form for events adding

### Notifications center
