Você não pode selecionar mais de 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 891f28d8f9 configure COOKIE_SECURE and ALLOWED_HOSTS options 8 anos atrás
api update serializer to match frontend api 8 anos atrás
lesspass configure COOKIE_SECURE and ALLOWED_HOSTS options 8 anos atrás
.gitignore remove static files from git 8 anos atrás
.travis.yml fix env variables for travis 8 anos atrás
Dockerfile try to fix Docker hub error 8 anos atrás
ISSUE_TEMPLATE add issue template 8 anos atrás
entrypoint.sh try to use alpine to reduce image size 8 anos atrás
license standardization of sub modules 8 anos atrás
manage.py first commit' 8 anos atrás
readme.md update documentation 8 anos atrás
requirements.txt add CORS support 8 anos atrás
supervisord.conf redirect supervisor logs to stdout and stderr 8 anos atrás

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