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 ff2c49d4bf update ISSUE_TEMPLATE file hace 8 años
api update serializer to match frontend api hace 8 años
lesspass don't send activation email for now 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 WTF Docker hub ! hace 8 años
ISSUE_TEMPLATE update ISSUE_TEMPLATE file 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 add license in readme hace 8 años
requirements.txt add CORS support hace 8 años
supervisord.conf fix supervisor warning message 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

License

MIT © Guillaume Vincent

LessPass project