25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Guillaume Vincent bd1c0d3ab0 move to alpine container 8 년 전
api improve admin page for better management 8 년 전
lesspass remove bad allowed host 8 년 전
.gitignore add www in gitignore 8 년 전
.travis.yml fix env variables for travis 8 년 전
Dockerfile move to alpine container 8 년 전
entrypoint.sh add supervisord to manage django 8 년 전
license standardization of sub modules 8 년 전
manage.py first commit' 9 년 전
readme.md update documentation 8 년 전
requirements.txt update django to 1.9.6 8 년 전
supervisord.conf fix deployment errors 8 년 전

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