選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 
Guillaume Vincent 24787822ec add email config in settings 8年前
api update serializer to match frontend api 8年前
lesspass add email config in settings 8年前
.gitignore remove static files from git 8年前
.travis.yml fix env variables for travis 8年前
Dockerfile fix Docker hub error 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 update documentation 8年前
requirements.txt add CORS support 8年前
supervisord.conf redirect supervisor logs to stdout and stderr 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

see LessPass project