aboutsummaryrefslogtreecommitdiffstats
path: root/97suifangqa/apps/sciblog/models.py
diff options
context:
space:
mode:
authorAlvin Li <liweitianux@gmail.com>2013-08-15 00:20:55 +0800
committerAlvin Li <liweitianux@gmail.com>2013-08-15 00:20:55 +0800
commit5bcf6aa3b784c81aad353b3cefb433493f05f4a0 (patch)
tree4d99f2d5643b50100f1ec6659efd5518cb2c328c /97suifangqa/apps/sciblog/models.py
parent8a7b2f6ff9e2760c872625fcd906afcbdf75c2e4 (diff)
download97dev-5bcf6aa3b784c81aad353b3cefb433493f05f4a0.tar.bz2
* updated 'apps/indicator/templates/indicator/' pages,
extends "base.html", make use of the django template system * added 'static_url', 'indicator_url' js variables * implemented the AJAX function for 'apps/indicator/templates/' pages TODO: * finish 'indicator.views': get_card_data_chart(), get_card_data_table() * link the front pages with the django models, forms and search!
Diffstat (limited to '97suifangqa/apps/sciblog/models.py')
-rw-r--r--97suifangqa/apps/sciblog/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/97suifangqa/apps/sciblog/models.py b/97suifangqa/apps/sciblog/models.py
index 22514c9..d48ceca 100644
--- a/97suifangqa/apps/sciblog/models.py
+++ b/97suifangqa/apps/sciblog/models.py
@@ -313,7 +313,7 @@ class BaseLine(models.Model):
# }}}
-import signals
+
admin.site.register([
Source,
Reference,