Skip to content
Snippets Groups Projects
Commit 4163d26f authored by Ben Adida's avatar Ben Adida
Browse files

added reset file

parent 0ddf1550
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
dropdb helios
createdb helios
python manage.py syncdb
echo "from auth.models import User; User.update_or_create(user_type='password',user_id='benadida',info={'password':'test'})" | python manage.py shell
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment