Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 
Guillaume Vincent 1564042f35 update readme 8 lat temu
api improve admin page for better management 8 lat temu
lesspass improve admin page for better management 8 lat temu
.gitignore add www in gitignore 8 lat temu
.travis.yml fix env variables for travis 8 lat temu
Dockerfile fix deployment errors 8 lat temu
entrypoint.sh add supervisord to manage django 8 lat temu
license standardization of sub modules 8 lat temu
manage.py first commit' 9 lat temu
readme.md update readme 8 lat temu
requirements.txt add djoser for user management 8 lat temu
supervisord.conf fix deployment errors 8 lat temu

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