Re: build application from admin code

2011-01-04 Thread Shawn Milochik
Now that you're luxuriating in the "done for you" aspect of Django, check out the ModelForm object. It gives you the goodness you seek. I don't think that setting up your URL system the way you describe is a good idea. It's a complete security failure, so you'd have to handle permissions

build application from admin code

2011-01-04 Thread Santiago Caracol
Hello, I just started using Django and I am still "marvelling at all the code I didn't have to write". I wonder if this code, the admin interface, could be used for the application itself. I would like to do something like this: Each user of my application gets his very own predefined objects of