From 5074479c126cf7f856bfafeeeb5a6628142c8b66 Mon Sep 17 00:00:00 2001 From: ansh170993 Date: Tue, 2 Oct 2018 17:26:06 +0530 Subject: [PATCH] Update README.md Added new lines --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 497d533..d782bef 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ Works on Django 1.9 and Python 2.7 and above. -pip install django pip install djangorestframework django-admin.py startproject restexample . +pip install django +pip install djangorestframework +django-admin.py startproject restexample . *USE MIGRATE IN Django (1.9) and ./manage.py syncdb for older versions. Use ./migrate.py help for list of commands.* ./manage.py migrate