您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 
Guillaume Vincent c58e70d887 add Dockerfile 8 年前
api add entry CRUD models 8 年前
lesspass add Dockerfile 8 年前
nginx clean nginx config files 8 年前
.dockerignore add docker files 8 年前
.gitignore add docker compose for production 8 年前
.travis.yml fix env variables for travis 8 年前
Dockerfile add Dockerfile 8 年前
README.md update documentation 8 年前
docker-compose.yml add nginx container 8 年前
manage.py first commit' 8 年前
requirements.txt add nginx container 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.dev.txt

start application

python manage.py runserver

tests

run tests

python manage.py test