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 536a57270a update documentation 8 年之前
api improve admin page for better management 8 年之前
lesspass improve admin page for better management 8 年之前
.gitignore add www in gitignore 8 年之前
.travis.yml fix env variables for travis 8 年之前
Dockerfile fix deployment errors 8 年之前
entrypoint.sh add supervisord to manage django 8 年之前
license standardization of sub modules 8 年之前
manage.py first commit' 9 年之前
readme.md update documentation 8 年之前
requirements.txt update django to 1.9.6 8 年之前
supervisord.conf fix deployment errors 8 年之前

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