From d48fdabf6a52e170282dc9fff2f97d8db003abc0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Barrois?= Date: Sat, 2 Feb 2013 11:37:18 +0100 Subject: [PATCH] Add resetdb command. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaël Barrois --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 1230e3e..c0a4e20 100644 --- a/Makefile +++ b/Makefile @@ -13,3 +13,7 @@ run: test: $(MANAGE_PY) test example + +resetdb: + rm -f xnet/db.sqlite + $(MANAGE_PY) syncdb --noinput -- 2.1.4