From 9416824820d0236031ae0bed2104dd8ad131ceb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=93=D0=B8=D0=BC=D0=B0=D0=B5=D0=B2=20=D0=9D=D0=B0=D0=B8?= =?UTF-8?q?=D0=BB=D1=8C?= Date: Fri, 27 Jul 2018 18:20:36 +0500 Subject: [PATCH] Fix command in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a57651c..1cc7f8c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Initialization ``` python manage.py migrate python manage.py loaddata film -python manage.py loaddata runserver +python manage.py runserver ``` Open http://localhost:8000/datatable in a browser @@ -37,4 +37,4 @@ Client side code need to have the next block of a code to provide correct CSRF h License --------- -MIT \ No newline at end of file +MIT