diff options
| author | Tom Christie | 2014-08-29 14:01:54 +0100 |
|---|---|---|
| committer | Tom Christie | 2014-08-29 14:01:54 +0100 |
| commit | efaa37376ca0bb6f2442b633665ff8d3264e89d6 (patch) | |
| tree | fe7b188bc37d831668995ae0ad050e2b02a6f9ba | |
| parent | 5490fc2700e4ca459583a3a00f253c1d85a7a189 (diff) | |
| download | django-rest-framework-efaa37376ca0bb6f2442b633665ff8d3264e89d6.tar.bz2 | |
Update README.md
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
