#Mystery Meet
Mystery Meet is a social app to meet people randomly at an organization for Collab.
##Screenshot
##Installation
To use this application you will need to first have Collab installed.
Then, once you clone this repo, you can install the application using setuptools:
python setup.py install
Or, if you are developing with this app, you can add it to your search path like:
cd collab
ln -s ../mystery-meet/mystery .
Once the application is installed, add it to core collab's INSTALLED_APPS
in your local_settings.py
file:
INSTALLED_APPS += ( 'mystery', )
##Contributing
Please read the contributing guide.