Re: Django in virtualenv + nginx + uwsgi set up guide

2012-11-20 Thread abidibo
I'm glad you enjoy my post series, good work all! On Saturday, 17 November 2012 01:34:56 UTC+1, Chris Pagnutti wrote: > > Yep. I got the server up and running, and that was definitely the most > useful resource. Thanks. > > On Fri, Nov 16, 2012 at 5:30 PM, I単igo Medina > > > wrote: > >> >> Th

Using authenticated users id in models

2008-12-17 Thread abidibo
Hi all, I'm a beginenr with Django and Python and I'e have a problem I didn't reached to solved myself, here is the question: I'd like to have a DB table like POST, that contains a title, a text and an author. I'd like the field author to be filled with the id of the user which is writing the form