[extensions-web] Add a very dumb admin for the ChangeStatusLog model.



commit a66a550bf8773136cf47c0c52548260fe1c2401b
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Mon Sep 26 17:39:45 2011 -0400

    Add a very dumb admin for the ChangeStatusLog model.

 sweettooth/review/admin.py |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/sweettooth/review/admin.py b/sweettooth/review/admin.py
new file mode 100644
index 0000000..4e2b015
--- /dev/null
+++ b/sweettooth/review/admin.py
@@ -0,0 +1,6 @@
+
+from django.contrib import admin
+
+from review.models import ChangeStatusLog
+
+admin.site.register(ChangeStatusLog)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]