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 1564042f35 update readme 8 yıl önce
api improve admin page for better management 8 yıl önce
lesspass improve admin page for better management 8 yıl önce
.gitignore add www in gitignore 8 yıl önce
.travis.yml fix env variables for travis 8 yıl önce
Dockerfile fix deployment errors 8 yıl önce
entrypoint.sh add supervisord to manage django 8 yıl önce
license standardization of sub modules 8 yıl önce
manage.py first commit' 9 yıl önce
readme.md update readme 8 yıl önce
requirements.txt add djoser for user management 8 yıl önce
supervisord.conf fix deployment errors 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