Skip to content
This repository has been archived by the owner on Jan 23, 2019. It is now read-only.

lincolnloop/blinken-bloop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Headcount

Lincoln Loop's entry for Django Dash 2013. Live site

Headcount is a standalone service for handling ad hoc meetings and events that need basic RSVP capabilities.

Need to get a head count for your next game night or hackathon? Headcount is the answer.

##Installation##

  • Clone the repo, create a virtualenv, install the requirements.
  • Create a database and set the DATABASES dict in settings.
  • Get an API key from Mandrill and put it into your settings as MANDRIL_API_KEY.
  • Do the same with a key from OpenStreetMap as OSM_API_KEY.
  • Start the server and enjoy.