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
- Host: GitHub
- URL: https://github.com/jimmy201602/supervisoradmin
- Owner: jimmy201602
- License: gpl-3.0
- Created: 2017-08-10T10:03:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-05T02:29:26.000Z (over 7 years ago)
- Last Synced: 2025-07-28T09:03:20.225Z (9 months ago)
- Topics: admin-tool, centralized, django, management, supervisor
- Language: Python
- Homepage: https://github.com/jimmy201602/supervisoradmin
- Size: 7.91 MB
- Stars: 34
- Watchers: 4
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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




# 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)