Re: What's the best approach to allow users to upload data to a Django Web site?

2007-08-18 Thread Divan Roulant
Thanks Jeremy for pointing me on this topic. My goal is to implement a prototype locally and then, move into learning how to put it right on the Web (https, LAMP and everything...). God, so much work (and learning curve) ahead! :-) Divan On Aug 18, 6:12 pm, "Jeremy Dunck" <[EMAIL PROTECTED]> wro

Re: What's the best approach to allow users to upload data to a Django Web site?

2007-08-18 Thread Jeremy Dunck
On 8/18/07, Divan Roulant <[EMAIL PROTECTED]> wrote: > > That's what I though initially but since I am fairly new to Django and > Web development, I wanted to check it out with more experienced > developers, just in case. OK, if you're new to webdev, one more bit of advice: In general do not trus

Re: What's the best approach to allow users to upload data to a Django Web site?

2007-08-18 Thread Divan Roulant
That's what I though initially but since I am fairly new to Django and Web development, I wanted to check it out with more experienced developers, just in case. Thanks! Divan On Aug 18, 3:50 pm, "Jeremy Dunck" <[EMAIL PROTECTED]> wrote: > On 8/18/07, Divan Roulant <[EMAIL PROTECTED]> wrote: > >

Re: What's the best approach to allow users to upload data to a Django Web site?

2007-08-18 Thread Jeremy Dunck
On 8/18/07, Divan Roulant <[EMAIL PROTECTED]> wrote: > However, I'm stuck with that question: > once a user is logged in to my site, should I link her to the Django > admin site (with restricted permissions) or should I implement myself, > for my site, the views and templates to allow that user to

What's the best approach to allow users to upload data to a Django Web site?

2007-08-18 Thread Divan Roulant
Hello, I've implemented my models and my site works fine. A user can create an account and log in. Now it's time for me to allow a user to upload data, once logged in. However, I'm stuck with that question: once a user is logged in to my site, should I link her to the Django admin site (with rest