Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 
Guillaume Vincent 4a50d90d96 add DEFAULT_FROM_EMAIL env variable há 8 anos
api update serializer to match frontend api há 8 anos
lesspass add DEFAULT_FROM_EMAIL env variable há 8 anos
.gitignore remove static files from git há 8 anos
.travis.yml fix env variables for travis há 8 anos
Dockerfile WTF Docker hub ! há 8 anos
ISSUE_TEMPLATE add issue template há 8 anos
entrypoint.sh try to use alpine to reduce image size há 8 anos
license standardization of sub modules há 8 anos
manage.py first commit' há 8 anos
readme.md update documentation há 8 anos
requirements.txt add CORS support há 8 anos
supervisord.conf redirect supervisor logs to stdout and stderr há 8 anos

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