Storing visitor information

2011-07-08 Thread Alexei
ter choice that they pick changes the content that would be displayed on the website. Is there a way to avoid reloading the entire page once I have their filter choice? Here's a decent example of something like the popup I'm trying to create: http://www.wizards.com/wpn/events/rules.aspx Thanks, -Alexe

Creating simple view app based on Admin site

2011-06-23 Thread Alexei
(without edit capabilities)? It feels like such a waste to write everything from scratch when I have what I want the end product to look like right in front of me. -Alexei -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to

Reflect changes made through Manager to model instances

2010-05-18 Thread Alexei Selivanov
Is it possible to reflect changes made through model's Manager to model instances? For example I have ProfileManager class like so: class ProfileManager(models.Manager): def activate_profile(self, id, activation_key): # do activation And I want changes made by this method be