選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 
Guillaume Vincent ff2c49d4bf update ISSUE_TEMPLATE file 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 update ISSUE_TEMPLATE file 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