Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 
Guillaume Vincent 2d75927749 add license in readme 8 лет назад
api update serializer to match frontend api 8 лет назад
lesspass don't send activation email for now 8 лет назад
.gitignore remove static files from git 8 лет назад
.travis.yml fix env variables for travis 8 лет назад
Dockerfile WTF Docker hub ! 8 лет назад
ISSUE_TEMPLATE add issue template 8 лет назад
entrypoint.sh try to use alpine to reduce image size 8 лет назад
license standardization of sub modules 8 лет назад
manage.py first commit' 8 лет назад
readme.md add license in readme 8 лет назад
requirements.txt add CORS support 8 лет назад
supervisord.conf fix supervisor warning message 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

License

MIT © Guillaume Vincent

LessPass project