Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 
Guillaume Vincent 4a50d90d96 add DEFAULT_FROM_EMAIL env variable 8 anni fa
api update serializer to match frontend api 8 anni fa
lesspass add DEFAULT_FROM_EMAIL env variable 8 anni fa
.gitignore remove static files from git 8 anni fa
.travis.yml fix env variables for travis 8 anni fa
Dockerfile WTF Docker hub ! 8 anni fa
ISSUE_TEMPLATE add issue template 8 anni fa
entrypoint.sh try to use alpine to reduce image size 8 anni fa
license standardization of sub modules 8 anni fa
manage.py first commit' 8 anni fa
readme.md update documentation 8 anni fa
requirements.txt add CORS support 8 anni fa
supervisord.conf redirect supervisor logs to stdout and stderr 8 anni fa

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