Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 
Guillaume Vincent 24787822ec add email config in settings 8 lat temu
api update serializer to match frontend api 8 lat temu
lesspass add email config in settings 8 lat temu
.gitignore remove static files from git 8 lat temu
.travis.yml fix env variables for travis 8 lat temu
Dockerfile fix Docker hub error 8 lat temu
ISSUE_TEMPLATE add issue template 8 lat temu
entrypoint.sh try to use alpine to reduce image size 8 lat temu
license standardization of sub modules 8 lat temu
manage.py first commit' 8 lat temu
readme.md update documentation 8 lat temu
requirements.txt add CORS support 8 lat temu
supervisord.conf redirect supervisor logs to stdout and stderr 8 lat temu

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