Skip to content
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.

ojarva/password-safe-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Password safe

Written by Olli Jarva, Sebastién Piquemal, Marja Käpyaho

Installation

  • Install Django >= 1.4
  • fastcgi script is located under bin folder.

In the production environment, the media files (css, js) should be served to a directory called static in the root of the service. If you change any static files, do so under passwords/static and run

python manage.py collectstatic
  • Initialize database
python manage.py syncdb
  • Change base_dn from passwords/models.py

License

MIT license. See LICENSE.txt.

Libraries

About

Password manager for shared accounts and device passwords, including LDAP integration.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published