Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 
Guillaume Vincent 36ea4ec319 add jwt for authentification 8 лет назад
api add jwt for authentification 8 лет назад
lesspass add jwt for authentification 8 лет назад
.gitignore add jwt for authentification 8 лет назад
.travis.yml fix env variables for travis 8 лет назад
README.md fix documentation 8 лет назад
manage.py first commit' 9 лет назад
requirements.txt add jwt for authentification 8 лет назад
start.sh add Dockerfile 8 лет назад

README.md

Build Status

lesspass-server

lesspass-server is the CRUD API for lesspass

requirements

  • python 3.4

install

install dependencies

pip install -r requirements.txt

start application

python manage.py runserver

tests

run tests

python manage.py test