Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
Guillaume Vincent 24787822ec add email config in settings il y a 8 ans
api update serializer to match frontend api il y a 8 ans
lesspass add email config in settings il y a 8 ans
.gitignore remove static files from git il y a 8 ans
.travis.yml fix env variables for travis il y a 8 ans
Dockerfile fix Docker hub error il y a 8 ans
ISSUE_TEMPLATE add issue template il y a 8 ans
entrypoint.sh try to use alpine to reduce image size il y a 8 ans
license standardization of sub modules il y a 8 ans
manage.py first commit' il y a 8 ans
readme.md update documentation il y a 8 ans
requirements.txt add CORS support il y a 8 ans
supervisord.conf redirect supervisor logs to stdout and stderr il y a 8 ans

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