Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 
Guillaume Vincent bd1c0d3ab0 move to alpine container před 8 roky
api improve admin page for better management před 8 roky
lesspass remove bad allowed host před 8 roky
.gitignore add www in gitignore před 8 roky
.travis.yml fix env variables for travis před 8 roky
Dockerfile move to alpine container před 8 roky
entrypoint.sh add supervisord to manage django před 8 roky
license standardization of sub modules před 8 roky
manage.py first commit' před 9 roky
readme.md update documentation před 8 roky
requirements.txt update django to 1.9.6 před 8 roky
supervisord.conf fix deployment errors před 8 roky

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