您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 
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