Skip to content
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.

Commit

Permalink
Edited README via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeJasinski committed Aug 26, 2011
1 parent 9bcfee6 commit 8440c81
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README
Expand Up @@ -21,12 +21,14 @@ pip install django==1.3
3) "Git" the demo Django application
git clone git://github.com/imagescape/chicagodjango-demo1.git demo1

4) Sync the database for the demo app
4) Sync the database for the demo app. Create an admin user/password when prompted.
cd demo1/main/
./manage.py syncdb

5) Run the application server
./manage runserver

6) In a web browser, visit:
http://localhost:8000/admin/


0 comments on commit 8440c81

Please sign in to comment.