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

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