https://github.com/sidbhatt11/gnunify-site
A web2py app that helps with the management of gnunify-like event and also serves as a website.
https://github.com/sidbhatt11/gnunify-site
event-management gnunify python rsvp web2py
Last synced: 19 days ago
JSON representation
A web2py app that helps with the management of gnunify-like event and also serves as a website.
- Host: GitHub
- URL: https://github.com/sidbhatt11/gnunify-site
- Owner: sidbhatt11
- License: gpl-2.0
- Created: 2015-01-01T20:32:50.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-07T20:31:15.000Z (over 11 years ago)
- Last Synced: 2023-08-07T09:07:26.414Z (almost 3 years ago)
- Topics: event-management, gnunify, python, rsvp, web2py
- Language: Python
- Homepage:
- Size: 5.73 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
gnunify-site
============
A web2py app that helps with the management of gnunify-like event and also serves as a website.
This is a work-in-progress and still in beta. Many functionalities yet to be added. If you want to contribute or want the complete list of features, let me know at :
sidbhatt11@yahoo.in
You can find me online at :
www.siddharthbhatt.com
========================================================
Update 8/1/15:
Added:
- 'View talks by category'
Update 3/1/15:
Added:
- 'My participation' view for users
- Ability to mail users their individual schedule for GNUnify
- Ability to export .ics files of users' individual schedule for GNUnify
- Recaptcha for user registration
Important Instructions :
========================
After uploading w2p file and creating new application:
- edit 0.py and set-up your own SMTP settings. Mailing feature won't work otherwise.
- register with recaptcha (https://www.google.com/recaptcha) if already haven't; then edit db.py and paste your public and private keys in the correct places. Recaptcha won't work otherwise.