You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Guillaume Vincent 962f1ce21b fix error in test factories 8 vuotta sitten
api fix error in test factories 8 vuotta sitten
lesspass use custom user model with DRF 8 vuotta sitten
.gitignore add www in gitignore 8 vuotta sitten
.travis.yml fix env variables for travis 8 vuotta sitten
Dockerfile use custom user model with DRF 8 vuotta sitten
README.md fix documentation 8 vuotta sitten
manage.py first commit' 9 vuotta sitten
requirements.txt use custom user model with DRF 8 vuotta sitten
start.sh add Dockerfile 8 vuotta sitten

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