hacknight
hacknight copied to clipboard
HasGeek Hacknights
Fixes #213 .
#166, Added feature event wall.
When a project is added to a hacknight, notify attendees.
Add `rss` support to hacknight ## Added Endpoint - /feed - /<profile>/<event>/feed
189
Fixed #189 . This error was due double parsing of time field, one during form rendering and another in template filter.
Fixes issue #168 . - New projects cannot be created when hacknight is closed but comments and editing the description of the projects are allowed.
- `send_newsletter.py` should be run as cron job like `* 23 * * * cd /path/to/hacknight/repo && python send_newsletter.py production`