We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caf8337 commit 66aeb41Copy full SHA for 66aeb41
doc/INSTALL.jaunty
@@ -72,7 +72,7 @@ Installing Django 1.1
72
73
::
74
75
- sudo easy_install django==1.1
+ sudo easy_install django==1.1
76
77
Downloading External Dependencies
78
---------------------------------
@@ -154,7 +154,7 @@ one with a suitable password. ::
154
./manage.py syncdb
155
156
Load up the tables with sample city data ::
157
-
+
158
./manage.py loaddata mainapp/fixtures/initial_data.json
159
160
Running the app
@@ -166,5 +166,5 @@ Finally we got here ::
166
167
168
169
---
+--
170
Happy Hacking !
0 commit comments