Changeset - 4c28fbe140c1
[Not reviewed]
0 1 0
Patrick Altman - 8 years ago 2015-10-16 23:08:51
paltman@gmail.com
Typo fix
1 file changed with 0 insertions and 4 deletions:
0 comments (0 inline, 0 general)
README.md
Show inline comments
...
 
@@ -9,16 +9,12 @@ http://conference.pinaxproject.com/
 
## Getting Started
 

	
 
Make sure you are using a virtual environment of some sort (e.g. `virtualenv` or
 
`pyenv`).
 

	
 
```
 
createdb pinaxcon
 
pip install -r requirements.txt
 
./manage.py migrate
 
./manage.py loaddata sites conference proposal_base sitetree sponsor_benefits sponsor_levels
 
./manage.py runserver
 
```
 

	
 

	
 
pinax-boxes
 
pinax-pages
0 comments (0 inline, 0 general)