No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 
Guillaume Vincent 24787822ec add email config in settings hace 8 años
api update serializer to match frontend api hace 8 años
lesspass add email config in settings hace 8 años
.gitignore remove static files from git hace 8 años
.travis.yml fix env variables for travis hace 8 años
Dockerfile fix Docker hub error hace 8 años
ISSUE_TEMPLATE add issue template hace 8 años
entrypoint.sh try to use alpine to reduce image size hace 8 años
license standardization of sub modules hace 8 años
manage.py first commit' hace 8 años
readme.md update documentation hace 8 años
requirements.txt add CORS support hace 8 años
supervisord.conf redirect supervisor logs to stdout and stderr hace 8 años

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