Skip to content

allysonbarros/sloth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

258 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sloth

Kiku

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.1%
  • JavaScript 16.7%
  • HTML 14.1%
  • CSS 1.1%