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 bd1c0d3ab0 move to alpine container 8 vuotta sitten
api improve admin page for better management 8 vuotta sitten
lesspass remove bad allowed host 8 vuotta sitten
.gitignore add www in gitignore 8 vuotta sitten
.travis.yml fix env variables for travis 8 vuotta sitten
Dockerfile move to alpine container 8 vuotta sitten
entrypoint.sh add supervisord to manage django 8 vuotta sitten
license standardization of sub modules 8 vuotta sitten
manage.py first commit' 9 vuotta sitten
readme.md update documentation 8 vuotta sitten
requirements.txt update django to 1.9.6 8 vuotta sitten
supervisord.conf fix deployment errors 8 vuotta sitten

readme.md

Build Status

LessPass Backend

api server with django rest framework for LessPass password manager

  • python 3
  • django rest framework
  • django rest framework jwt
  • djoser
  • postgresql
  • gunicorn

Tests

pip install -r requirements.txt
python manage.py test

see LessPass project