Great to know,
I downloaded and installed, but get this error when trying to create a
new company
Caught an exception while rendering: 'long' object has no attribute
'split'
Original Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/django/template/debug.py",
line 71, in render_node
result = node.render(context)
File "/usr/lib/python2.5/site-packages/django/template/__init__.py",
line 915, in render
dict = func(*args)
File "/var/djangoprojects/rancho/../rancho/lib/templatetags/
genmenu.py", line 52, in genmenu
args = [Variable(arg).resolve(context) for arg in url.split(',')]
AttributeError: 'long' object has no attribute 'split'