Re: User created objects

2013-10-20 Thread Ideo Rex
Thanks for the info. Hopefully I can get sent in the right direction from there On Sunday, October 20, 2013 8:09:13 AM UTC-7, Erik Romijn wrote: > > Hello Ideo, > > On Oct 20, 2013, at 9:11 AM, Ideo Rex > > wrote: > > I'm relatively new to Django. So I have a working (local) web > application

Re: User created objects

2013-10-20 Thread Erik Romijn
Hello Ideo, On Oct 20, 2013, at 9:11 AM, Ideo Rex wrote: > I'm relatively new to Django. So I have a working (local) web application. I > can create new model objects from the admin site, but I would like my users > to be able to create their own objects and save them to the database. I'm > re

User created objects

2013-10-20 Thread Ideo Rex
Hello, I'm relatively new to Django. So I have a working (local) web application. I can create new model objects from the admin site, but I would like my users to be able to create their own objects and save them to the database. I'm really confused on the over arching process on how this is dow