Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 
Guillaume Vincent ff2c49d4bf update ISSUE_TEMPLATE file před 8 roky
api update serializer to match frontend api před 8 roky
lesspass don't send activation email for now před 8 roky
.gitignore remove static files from git před 8 roky
.travis.yml fix env variables for travis před 8 roky
Dockerfile WTF Docker hub ! před 8 roky
ISSUE_TEMPLATE update ISSUE_TEMPLATE file před 8 roky
entrypoint.sh try to use alpine to reduce image size před 8 roky
license standardization of sub modules před 8 roky
manage.py first commit' před 8 roky
readme.md add license in readme před 8 roky
requirements.txt add CORS support před 8 roky
supervisord.conf fix supervisor warning message před 8 roky

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