Using an external Server to serve Static files - Development Server

2013-08-21 Thread Ideo Rex
Hello, I have a different request that I couldn't find anywhere else on the internet. I'm an intern who has built a Django Web Application for my project (basically a large experiment). The cite will never leave development, but I'm holding my static files and templates on another server. I wan

Re: Using an external Server to serve Static files - Development Server

2013-08-21 Thread Ideo Rex
re you referencing your static files from your > templates? > > _Nik > > On 8/21/2013 6:09 PM, Ideo Rex wrote: > > Hello, > > I have a different request that I couldn't find anywhere else on the > > internet. I'm an intern who has built a Django Web A

User Created Objects (models)

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

Re: User Created Objects (models)

2013-10-21 Thread Ideo Rex
to make a unique object on the response of the program. Does anyone have any tips for making this happen. Thanks On Monday, October 21, 2013 2:55:33 AM UTC-7, Daniel Roseman wrote: > > On Monday, 21 October 2013 01:24:22 UTC+1, Ideo Rex wrote: > >> Hello, >> I'm relati