From c8400937cb6a3316ee62238729c40d113a8f90e7 Mon Sep 17 00:00:00 2001 From: Yasin Date: Sat, 24 Aug 2013 01:12:45 +0200 Subject: [PATCH] db reset command for django 1.5.1 --- README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README b/README index cadc88d2..5ababdb6 100644 --- a/README +++ b/README @@ -222,6 +222,8 @@ that would reset all-static/ and all-templates/ for you from the other contents ======== update django database to reflect changes in existing models without any migration system (e.g., south) ========= $python manage.py reset +#Django 1.5.1 +$python manage.py flush This will update the database tables for your app, but will completely destroy any data that existed in those tables. If the changes you made to your app model do not break your old schema (for instance, you added a new, optional field) -- 2.43.0