Load project fixtures in install

rtd2
Eric Holscher 2010-08-15 23:57:16 -05:00
parent 8344cc8d22
commit 4da69d28f3
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ Installing RTD is pretty simple. Here is a step by step plan on how to do it.
pip install -r pip_requirements.txt pip install -r pip_requirements.txt
#Have a beer #Have a beer
./manage.py syncdb ./manage.py syncdb
./manage.py loaddata test_data
#Make sure you create a user here #Make sure you create a user here
./manage.py migrate ./manage.py migrate
./manage.py update_repos ./manage.py update_repos