https://github.com/cfpb/collab-staff-directory
https://github.com/cfpb/collab-staff-directory
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cfpb/collab-staff-directory
- Owner: cfpb
- License: other
- Created: 2014-01-16T15:20:44.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-04-09T14:59:16.000Z (about 8 years ago)
- Last Synced: 2025-03-23T22:12:27.489Z (about 1 year ago)
- Language: Python
- Size: 425 KB
- Stars: 10
- Watchers: 9
- Forks: 13
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING.txt
Awesome Lists containing this project
README
#Staff Directory
[](https://travis-ci.org/cfpb/collab-staff-directory)
*Staff Directory* is a [Collab](https://github.com/cfpb/collab) application to show all profiles from the application's active users.
##Pages
Staff Directory has different views:
* Index page
* Profile page
* Office view
* Tag view
* Thank page
##Screenshot

##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 ../collab-staff-directory/staff_directory .
```
Once the application is installed, add it to core collab's `INSTALLED_APPS` in your `local_settings.py` file:
```
INSTALLED_APPS += ( 'staff_directory', )
```
##Contributing
Please read the [contributing guide](./CONTRIBUTING.md).