Re: Trying to find something in multiple databases... Confused...

2012-06-19 Thread Laurence MacNeill
Right -- different tables in the same database, of course... Thanks. L. On Monday, June 18, 2012, Daniel Roseman wrote: > On Monday, 18 June 2012 08:40:53 UTC+1, Laurence MacNeill wrote: >> >> Ok, I'm a total django noob here, so I am probably doing this wrong

Re: Trying to find something in multiple databases... Confused...

2012-06-19 Thread Laurence MacNeill
On Monday, June 18, 2012, Melvyn Sopacua wrote: > On 18-6-2012 9:52, Laurence MacNeill wrote: > > well -- I hit the wrong key and posted that before I was finished > typing... > > > > here's what's in my views.py file: > > def index(request) > >

Re: Trying to find something in multiple databases... Confused...

2012-06-18 Thread Laurence MacNeill
So -- can someone please help me fill in the missing code above? I've been searching for hours, but I just can't seem to hit on the correct search-terms to get done what I want here... Thanks, Laurence MacNeill Mableton, Georgia, USA On Monday, June 18, 2012 3:40:53 AM UTC-4, Laur

Trying to find something in multiple databases... Confused...

2012-06-18 Thread Laurence MacNeill
Ok, I'm a total django noob here, so I am probably doing this wrong... But here goes... When someone comes to my django app's root (index), I need to verify their user-name (which is stored in a Linux environment variable). Based on where (or if) I find their user-name, I want to send them to

Re: Django Tutorial part 2... Admin Site won't work...

2012-06-18 Thread Laurence MacNeill
is usually created when the syncdb is run. > What Django version are you using ? If you're using the development > version, please remove it and install a stable version. > > Regards, > Xavier Ordoquy, > Linovia. > > Le 16 juin 2012 à 23:16, Laurence MacNeill a écrit :

Where are my posts?

2012-06-16 Thread Laurence MacNeill
How do I get privileges to post in this group? I've posted two questions, and have not seen them pop up yet... Who do I need to contact to get posting privileges? I really was hoping to get these questions answered soon. Thanks, Laurence MacNeill Mableton, Georgia, USA -- You rec

How do I get django working without having to manually run the server?

2012-06-16 Thread Laurence MacNeill
What more do I need to do to get apache and mod_wsgi to server my django pages? Thanks, Laurence MacNeill Mableton, Georgia, USA -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.g

Django Tutorial part 2... Admin Site won't work...

2012-06-16 Thread Laurence MacNeill
get % self.model._meta.object_name) DoesNotExist: Site matching query does not exist. So, it seems that the entire site doesn't exist? I've followed every step in the tutorial exactly, with no problems so far... Can anyone help me with this? Thanks, Laurence MacNeill Mableton, G