You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Guillaume Vincent 891f28d8f9 configure COOKIE_SECURE and ALLOWED_HOSTS options пре 8 година
api update serializer to match frontend api пре 8 година
lesspass configure COOKIE_SECURE and ALLOWED_HOSTS options пре 8 година
.gitignore remove static files from git пре 8 година
.travis.yml fix env variables for travis пре 8 година
Dockerfile try to 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