Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kiannaquines/fusion-admin
https://github.com/kiannaquines/fusion-admin
admin django django-admin fusion fusion-admin
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kiannaquines/fusion-admin
- Owner: kiannaquines
- Created: 2023-08-11T11:03:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-12T10:50:40.000Z (over 1 year ago)
- Last Synced: 2024-04-23T18:45:55.423Z (7 months ago)
- Topics: admin, django, django-admin, fusion, fusion-admin
- Language: HTML
- Homepage:
- Size: 4.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fusion Administrator Panel
[![N|Fusion Admin Kit](https://cldup.com/dTxpPi9lDf.thumb.png)](https://nodesource.com/products/nsolid)
[![Build Status](https://travis-ci.org/joemccann/dillinger.svg?branch=main)](https://travis-ci.org/joemccann/dillinger)
Fusion Admin Kit - is a django plugin in creating a modern UI for admin panel with easy to use and install by using pip, mobile responsive, and powered by Python programming language.
## Development
Fusion Admin Kit is currently in the development phase you can also use this product by cloning the repository```sh
git clone https://github.com/Captcha-Google/fusion-admin
```- copy the project in your django project as a application and
- add on your installed apps using the code below
```sh
INSTALLED_APPS = [
.....,
'fusion-admin',
]
```- migrate your application for your database
```sh
python manage.py migrate
```
- run the project
```sh
python manage.py runserver 0.0.0.0:
```## Features
- With a django users visualization (Graphs)
- Modern UI
- Easy navigation
- Visulization of the monthly users
- Management Information System
- Recent Actions (Logs)
- Calendar
- Visulization of the Users Browsers
- Secure Authentication## Technology used
Fusion Admin Kit uses a number of open source projects to work properly:
- Django
- HTML
- CSS
- jQuery
- Python
- JavaScript## Utilizes the AdminKit Bootstrap UI
## Installation
> Fusion Admin Kit uses Python with the latest version
```sh
pip install fusion-admin
python manage.py migrate
python manage.py createsuperuser --email --username
python manage.py runserver 0.0.0.0:
```## Docker
> Docker will be available soon
## License
MIT