Re: Need help with tutorial

2011-06-15 Thread Kyle Latham
Wow. I feel like a dumbass haha. That worked! Thank you so much for your help! On Jun 15, 11:15 am, "Cal Leeming [Simplicity Media Ltd]" wrote: > No problem. > > You need to use __unicode__, not _unicode_ :) > > Cal > > > > > > > > On Wed, Jun 15, 2011 at 6:02 PM, Kyle Latham wrote: > > I unders

Re: Need help with tutorial

2011-06-15 Thread Tim Shaffer
There should be two underscores before and after the "unicode" in the method name: "__unicode__" instead of "_unicode_" -- 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.google.com/d/msg/d

Re: Need help with tutorial

2011-06-15 Thread Cal Leeming [Simplicity Media Ltd]
No problem. You need to use __unicode__, not _unicode_ :) Cal On Wed, Jun 15, 2011 at 6:02 PM, Kyle Latham wrote: > I understand your frustration. I'm sorry for not posting my code with > my first post. > > my settings.py file (only up to the part I changed) is below: > > # Django settings for

Re: Need help with tutorial

2011-06-15 Thread Kyle Latham
I understand your frustration. I'm sorry for not posting my code with my first post. my settings.py file (only up to the part I changed) is below: # Django settings for mysite project. DEBUG = True TEMPLATE_DEBUG = DEBUG ADMINS = ( # ('Name', 'n...@email.com'), ) MANAGERS = ADMINS DATABAS

Re: Need help with tutorial

2011-06-15 Thread Cal Leeming [Simplicity Media Ltd]
Please please please please PLEASE, always post the code you are having trouble with. I've lost track on the amount of times people have to be told this :/ It's like saying "I made a change to this file, but it didn't work, why not?" Come on man. On Wed, Jun 15, 2011 at 5:48 PM, Kyle Latham wrote

Need help with tutorial

2011-06-15 Thread Kyle Latham
I'm trying to work my way through the tutorial 1 but am getting stuck. I am using python 2.7 and am using SQLite3 like the tutorial recommended for beginners I am at the step where I am changing the models.py file to add the _unicode_ methods to display the Poll Object I believe I have the NAME i

Re: Need help with tutorial url.py not matching using IIS and isapi_wsgi

2008-05-02 Thread jmDesktop
On May 2, 12:25 pm, jmDesktop <[EMAIL PROTECTED]> wrote: > On May 2, 10:18 am, jmDesktop <[EMAIL PROTECTED]> wrote: > > > > > > > Hi, I am using isapi_wsgi with django, or trying to: > > >http://code.google.com/p/isapi-wsgi/wiki/IntegrationWithDjango > > > I have my script exactly like the example

Re: Need help with tutorial url.py not matching using IIS and isapi_wsgi

2008-05-02 Thread jmDesktop
On May 2, 10:18 am, jmDesktop <[EMAIL PROTECTED]> wrote: > Hi, I am using isapi_wsgi with django, or trying to: > > http://code.google.com/p/isapi-wsgi/wiki/IntegrationWithDjango > > I have my script exactly like the example.  I created the same > directories on my pc.  I believe django is "trying

Need help with tutorial url.py not matching using IIS and isapi_wsgi

2008-05-02 Thread jmDesktop
Hi, I am using isapi_wsgi with django, or trying to: http://code.google.com/p/isapi-wsgi/wiki/IntegrationWithDjango I have my script exactly like the example. I created the same directories on my pc. I believe django is "trying" to work, but it cannot resolve the URLs. I have done syncdb and