Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
Guillaume Vincent 2d75927749 add license in readme il y a 8 ans
api update serializer to match frontend api il y a 8 ans
lesspass don't send activation email for now il y a 8 ans
.gitignore remove static files from git il y a 8 ans
.travis.yml fix env variables for travis il y a 8 ans
Dockerfile WTF Docker hub ! il y a 8 ans
ISSUE_TEMPLATE add issue template il y a 8 ans
entrypoint.sh try to use alpine to reduce image size il y a 8 ans
license standardization of sub modules il y a 8 ans
manage.py first commit' il y a 8 ans
readme.md add license in readme il y a 8 ans
requirements.txt add CORS support il y a 8 ans
supervisord.conf fix supervisor warning message il y a 8 ans

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