An open API service indexing awesome lists of open source software.

https://github.com/jimmy201602/supervisoradmin

supervisor admin is a centralized management tools written by django
https://github.com/jimmy201602/supervisoradmin

admin-tool centralized django management supervisor

Last synced: 9 months ago
JSON representation

supervisor admin is a centralized management tools written by django

Awesome Lists containing this project

README

          

# supervisoradmin
Supervisor admin is a centralized management tools written by django.
This project was forked from [cesi](https://github.com/gamegos/cesi.git) .
The original project was written by flask, This project is a django version.
# screenshots

![](./screenshots/screenshot1.jpg)
![](./screenshots/screenshot3.jpg)
![](./screenshots/screenshot4.jpg)
![](./screenshots/screenshot2.jpg)

# Installation
```sh
$git clone https://github.com/jimmy201602/supervisoradmin.git

$cd supervisoradmin

$pip install -r requirements.txt

$python manage.py makemigrations

$python manage.py migrate

$python manage.py createsuperuser
```
# Configuration

```sh
vi superadmin.cfg
```

# Run Project

```sh
python manage.py runserver
```

# Mailing list

```sh
zhengge2012@gmail.com
```

# Usage

[cesi blog](http://www.gulsahkose.com/2014/09/cesi-centralized-supervisor-interface.html)