Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cfpb/collab-mystery-meet
Collab app to meet new people
https://github.com/cfpb/collab-mystery-meet
Last synced: 17 days ago
JSON representation
Collab app to meet new people
- Host: GitHub
- URL: https://github.com/cfpb/collab-mystery-meet
- Owner: cfpb
- License: other
- Created: 2014-05-28T17:05:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-01-28T20:27:40.000Z (almost 5 years ago)
- Last Synced: 2024-06-11T18:03:29.941Z (7 months ago)
- Language: Python
- Size: 161 KB
- Stars: 3
- Watchers: 7
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING.txt
Awesome Lists containing this project
README
# Mystery Meet
[![Build Status](https://travis-ci.org/cfpb/collab-mystery-meet.svg?branch=master)](https://travis-ci.org/cfpb/collab-mystery-meet)
*Mystery Meet* is a social app to meet people randomly at an organization for [Collab](https://github.com/cfpb/collab).
## Screenshot
![index page](screenshots/main.png "Index Page")
## Installation
To use this application you will need to first have [Collab](https://github.com/cfpb/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](./CONTRIBUTING.md).