aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTom Christie2014-08-29 14:01:54 +0100
committerTom Christie2014-08-29 14:01:54 +0100
commitefaa37376ca0bb6f2442b633665ff8d3264e89d6 (patch)
treefe7b188bc37d831668995ae0ad050e2b02a6f9ba /README.md
parent5490fc2700e4ca459583a3a00f253c1d85a7a189 (diff)
downloaddjango-rest-framework-efaa37376ca0bb6f2442b633665ff8d3264e89d6.tar.bz2
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d3317739..63513f75 100644
--- a/README.md
+++ b/README.md
@@ -50,7 +50,7 @@ Startup up a new project like so...
pip install django
pip install djangorestframework
- django-admin startproject example .
+ django-admin.py startproject example .
./manage.py syncdb
Now edit the `example/urls.py` module in your project: