diff options
author | Anuja <anujag@anujag-Latitude-D630.(none)> | 2012-06-11 10:29:31 +0530 |
---|---|---|
committer | Anuja <anujag@anujag-Latitude-D630.(none)> | 2012-06-11 10:29:31 +0530 |
commit | 8c082e55fb75386b9f85f66bf4bbb4e1e7a03765 (patch) | |
tree | 7623a718917fb9622a87f180449e7faeba4e7b86 /gstudio/urls/nodetypes.py | |
parent | 8fe8e36c845a39af3925457771a24f4e3a12b86b (diff) | |
download | gnowsys-8c082e55fb75386b9f85f66bf4bbb4e1e7a03765.tar.gz |
Modified Attribute datatype admin classes for dynamically add/change attributes
Diffstat (limited to 'gstudio/urls/nodetypes.py')
-rw-r--r-- | gstudio/urls/nodetypes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gstudio/urls/nodetypes.py b/gstudio/urls/nodetypes.py index 9e7cd972..bfbada03 100644 --- a/gstudio/urls/nodetypes.py +++ b/gstudio/urls/nodetypes.py @@ -41,7 +41,7 @@ del nodetype_conf_year['month_format'] nodetype_conf_detail = nodetype_conf.copy() del nodetype_conf_detail['allow_empty'] -nodetype_conf_detail['queryset'] = Nodetype.published.on_site() +#nodetype_conf_detail['queryset'] = Nodetype.published.on_site() urlpatterns = patterns( |