fix django-admin command on readme

This commit is contained in:
Jufebrown 2018-10-03 09:28:25 -05:00
parent 7cad027cb2
commit d921f4493c

View File

@ -76,7 +76,7 @@ Startup up a new project like so...
pip install django pip install django
pip install djangorestframework pip install djangorestframework
django-admin.py startproject example . django-admin startproject example .
./manage.py migrate ./manage.py migrate
./manage.py createsuperuser ./manage.py createsuperuser