FeretUI / feretui

small web client to build an admin interface or a little backoffice
Mozilla Public License 2.0
0 stars 0 forks source link

feretui

Documentation Status Python linting Tests Coverage Status

small web client to build an admin interface or a little backoffice

The goal of this project is to give at the developper the possibility to create an admin interface for any project.

In the web we often need to create an user interface to the configuration or the administration of the project. It is not the core of the project but we don't want to add this part in the main user interface.

django_admin is a solution for the django developper, but not for the other one.

I don't want to link this project with a framework. I really want to create an admin backoffice availlable for any framework.

Installation

Installation of the dependencies

sudo npm install -g less

Installation of the project

Install released versions of FeretUI from the Python package index with pip or a similar tool:

pip install feretui (Not ready yet)

Installation via source distribution is via the pyproject.toml script:

pip install .

web server

You can use your favorite web server.

the ORM.

You can use your favorite ORM.