Skip to content

jrgp/iris-admin

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.