hacknight icon indicating copy to clipboard operation
hacknight copied to clipboard

HasGeek Hacknights

Results 76 hacknight issues
Sort by recently updated
recently updated
newest added

#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

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`