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.
Fusion Admin Kit is currently in the development phase you can also use this product by cloning the repository
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
INSTALLED_APPS = [
.....,
'fusion-admin',
]
- migrate your application for your database
python manage.py migrate
- run the project
python manage.py runserver 0.0.0.0:<PORT>
- 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
Fusion Admin Kit uses a number of open source projects to work properly:
- Django
- HTML
- CSS
- jQuery
- Python
- JavaScript
Fusion Admin Kit uses Python with the latest version
pip install fusion-admin
python manage.py migrate
python manage.py createsuperuser --email <EMAIL ADDRESS> --username <USERNAME>
python manage.py runserver 0.0.0.0:<PORT>
Docker will be available soon
MIT