25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
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