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 24787822ec add email config in settings преди 8 години
api update serializer to match frontend api преди 8 години
lesspass add email config in settings преди 8 години
.gitignore remove static files from git преди 8 години
.travis.yml fix env variables for travis преди 8 години
Dockerfile 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