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 bd1c0d3ab0 move to alpine container 8 anni fa
api improve admin page for better management 8 anni fa
lesspass remove bad allowed host 8 anni fa
.gitignore add www in gitignore 8 anni fa
.travis.yml fix env variables for travis 8 anni fa
Dockerfile move to alpine container 8 anni fa
entrypoint.sh add supervisord to manage django 8 anni fa
license standardization of sub modules 8 anni fa
manage.py first commit' 9 anni fa
readme.md update documentation 8 anni fa
requirements.txt update django to 1.9.6 8 anni fa
supervisord.conf fix deployment errors 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