From c1697ab694fe549d7b6ff81a00737a2ad63e9461 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 10 Feb 2010 21:28:49 -0600 Subject: reporead: turn into a django-admin command Rather than struggle with getting the environment set up, let's make this a custom Django admin command and use the flexibility that gives us. This is the initial rough cut of making it happen; further commits should clean up some of the rough edges. Signed-off-by: Dan McGee --- devel/management/commands/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 devel/management/commands/__init__.py (limited to 'devel/management/commands/__init__.py') diff --git a/devel/management/commands/__init__.py b/devel/management/commands/__init__.py new file mode 100644 index 00000000..e69de29b -- cgit v1.2.3-2-g168b