25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 
Guillaume Vincent 891f28d8f9 configure COOKIE_SECURE and ALLOWED_HOSTS options 8 yıl önce
api update serializer to match frontend api 8 yıl önce
lesspass configure COOKIE_SECURE and ALLOWED_HOSTS options 8 yıl önce
.gitignore remove static files from git 8 yıl önce
.travis.yml fix env variables for travis 8 yıl önce
Dockerfile try to fix Docker hub error 8 yıl önce
ISSUE_TEMPLATE add issue template 8 yıl önce
entrypoint.sh try to use alpine to reduce image size 8 yıl önce
license standardization of sub modules 8 yıl önce
manage.py first commit' 8 yıl önce
readme.md update documentation 8 yıl önce
requirements.txt add CORS support 8 yıl önce
supervisord.conf redirect supervisor logs to stdout and stderr 8 yıl önce

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