Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anze3db/passwords
https://github.com/anze3db/passwords
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/anze3db/passwords
- Owner: anze3db
- Created: 2011-01-14T19:45:24.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-02-02T00:57:57.000Z (almost 14 years ago)
- Last Synced: 2024-10-27T18:50:37.363Z (2 months ago)
- Language: Python
- Homepage:
- Size: 141 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
How to get the site working on your localhost?
You'll need python + django and an SQL database
run "git clone [email protected]:Smotko/passwords.git"
edit settings.py and configure your database, run "python manage.py syncdb" -- this will create the needed tables in your db
run "python manage.py runserver" and point your browser to http://localhost:8000/
Have fun :)IMPORTANT:
The password field in web_password table should use utf8_bin encoding
(or something similar if your not using MySQL). There is no way to set this
with django so you'll have to alter the field by hand...