OK, I finally got it to work...here's what I did...
class Organization(models.Model)
...
def get_absolute_url(self):
org_id = self.id
return "/organization/%s" % (org_id)
urls.py
(r'^organization/(?P\d+)/activitycreate/$',
'administration.views.activit
I've been struggling with the following for a couple of days, and
would appreciate any help or suggestions. I'm still learning the
intricacies of both Django and Python, so please bear with me if this
is relatively obvious. Alternatively, if you could point me to some
examples of how to do this,
2 matches
Mail list logo