From d921f4493ce17412a006b97d7198b2f6f4f7ea34 Mon Sep 17 00:00:00 2001 From: Jufebrown Date: Wed, 3 Oct 2018 09:28:25 -0500 Subject: [PATCH] fix django-admin command on readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 919f85d00..42edadd19 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ Startup up a new project like so... pip install django pip install djangorestframework - django-admin.py startproject example . + django-admin startproject example . ./manage.py migrate ./manage.py createsuperuser