public
Description: Using a Bookmark as a Second Authentication Factor
Homepage: http://ben.adida.net/projects/beamauth
Clone URL: git://github.com/benadida/beamauth.git
benadida (author)
Fri Apr 03 20:52:03 -0700 2009
commit  175807293683a5ed3d39574374ab2439be22a40d
tree    45adc9ee67f17ca57dbe18cd78a3706f6429822d
parent  61d6ca7609d2bdae7ebaea4dd97f86fe27dd2e8f
beamauth / reset.sh
100755 4 lines (4 sloc) 0.069 kb
1
2
3
4
#!/bin/bash
dropdb beamauth
createdb beamauth
python manage.py syncdb