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

Latest commit

 

History

History
41 lines (27 loc) · 924 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 924 Bytes

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