Skip to content

Commit 94c83cf

Browse files
committed
Add notes to intro readme on getting the site working
1 parent e7d6b4d commit 94c83cf

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

intro-track/README.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,17 @@ Django Day in San Diego.
77

88
This project is based on the EatWell project created for the November 3, 2012
99
Python SD Django Workshop.
10+
11+
12+
Getting it Working
13+
------------------
14+
15+
First you'll need a database. Create the database file and database tables::
16+
17+
./manage.py syncdb
18+
19+
Then you can run the Django development server::
20+
21+
./manage.py runserver
22+
23+
Then visit http://127.0.0.1:8000/ in your web browser.

0 commit comments

Comments
 (0)