Skip to content

adelsonllima/sloth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

416 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sloth - Take your time!

Sloth is an extension of Django framework aimed at the fast development of web applications. It used metadate provided in the model classes to generate the backend (REST API) and the frontend (Web interface).

Kiku

The main functionalities offered by the framework are:

  • Automatic generation of admin interface (listing, adding, editing, deleting and visualization of objects)
  • Object-level access control based on roles and scopes
  • Creation of applicaton dashboard
  • Asynchronous tasks
  • Responsive interface

Installation

Development

pip install git+https://github.com/brenokcc/sloth.git#egg=sloth

Production

pip install django-sloth

Create Project

django-admin startproject

cd

python -m sloth configure

python manage.py sync

python manage.py createsuperuser

python manage.py runserver

Docker

Build

bin/build.sh

Run

docker run -it --rm --name app -p 8000:8000 -v $(pwd):/app -w /app sloth sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 68.8%
  • HTML 14.5%
  • JavaScript 13.4%
  • CSS 3.0%
  • Other 0.3%