That's a good tutorial thanks for that. I think the way you described
the workings has helped me a lot in "getting into" django.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this
If the traffic is also small, maybe can use the development server?
See
http://www.djangoproject.com/documentation/tutorial1/
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this gr
GenericRelations looks like a good fit for logging/auditing.
eg.
lion.log.create(action="create", action_by="userA")
lion.log.create(action="modify", action_by="userB", field="weight",
value="100")
lion.log.create(action="modify", action_by="userB", field="weight",
value="120")
lion.log.create(act
thanks heaps Nick and Jay.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAI
James Bennett wrote:
> On 6/19/06, kevin evans <[EMAIL PROTECTED]> wrote:
> > I guess I was looking for a way to still use the great built-in admin.i.e.
> > be able to assign users to sites within the django generated admin.
>
> Right now that's not really possible because the permissions system
wow! will have a go right away thanks. :)
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, sen
Hi, wishing to confirm if anyone has managed to do something similar.
Using terms from the tutorial at www.djangoproject.com, i wish to
- allow users (possibly upto 70 users) to create their own
Polls/choices
- but not (at least not easily) alter the Polls/choices that other
users have created
7 matches
Mail list logo