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 670e4b39c0 Update README.md 7 years ago
api Change default password profile in model to version 2 7 years ago
lesspass Add basic authentication for LessPass Move 7 years ago
.editorconfig add .editorconfig and auto format 7 years ago
.gitignore remove static files from git 8 years ago
.travis.yml update travis configuration 7 years ago
Dockerfile remove useless entries and password info models 8 years ago
LICENSE change license from MIT to GNU GPLv3 8 years ago
README.md Update README.md 7 years ago
entrypoint.sh try to use alpine to reduce image size 8 years ago
manage.py first commit' 8 years ago
requirements.txt update python requirements 7 years ago
supervisord.conf fix supervisor warning message 8 years ago

README.md

LessPass backend

REST API used by lesspass-pure to store password profiles

  • python 3
  • django rest framework
  • django rest framework jwt
  • djoser
  • postgresql
  • gunicorn

Tests

pip install -r requirements.txt
python manage.py test

License

This project is licensed under the terms of the GNU GPLv3.

Issues

report issues on LessPass project