Skip to content

jrgp/iris-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User bootstrap/editor script for iris.

Listing users:

alt text

Editing a user user:

alt text

Creating a user:

alt text

Setup

virtualenv env
. env/bin/activate
python setup.py develop

Usage

First edit your mysql settings in configs/config.dev.yaml.

. env/bin/activate
make

Then visit http://localhost:16651 in your web browser to view/edit/create/delete iris user accounts.