hi, i'm working on a django project, where 99% of the functionality is provided by the admin module.
but for that 1%, i have the following problem: i have some pages, that are purely views. they are not backed by any django models. but i'd like to reflect any change to them into the Recent_Actions box in the admin screen. as i see, to put something into the Recent_Actions list, you have to create a LogEntry, which needs a ContentType entry which needs a Package entry. if i create those entries with suitable names, then it works fine. i can create new Recent_Action entries, and when you click on them, they go to the correct page (with suitably chosen ContentType and Package entries). everything seems to work fine, but i'm a little afraid of touching those tables (content-type and package). can anything "bad" happen if i add custom entries to them? for example, will not django think that the entries in those tables point to "real" django-models? thanks, gabor --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---