An open API service indexing awesome lists of open source software.

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

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
![events view](http://s19.postimg.org/7yhxbcmtf/Selection_016.png)
### Single event View
![event view](http://s19.postimg.org/x38xorm9v/Selection_017.png)
### Events statistics
![events statistics](http://s19.postimg.org/ckad8pgub/Selection_019.png)
### Form for events adding
![events adding](http://s19.postimg.org/lpmedkbr7/Selection_015.png)
### Notifications center
![notifications center](http://s19.postimg.org/c3stx9klf/Selection_018.png)