Django first example needs minor but significant improvement?

2016-11-06 Thread Kilgore Sixsixone
I've just started learning Django from the Polls example which did not work for me after 30 minutes of really - and I mean *really* - checking that I had done exactly what I was told to do. I eventually found (i) I was not the first per

Re: reusable django event/calendar app

2012-05-14 Thread Kizzo Kilgore
Hello, django-swingtime is really good (http://code.google.com/p/django-swingtime/). It has day, month, and yearly views, and has nice classes to base your events/times off of (Event, EventType, and Occurrence models). On Mon, May 14, 2012 at 9:26 AM, KentH wrote: > Hi, > > Is there an event/ca

Re: Python Noob Having Trouble with Django Tutorial 1

2007-05-13 Thread kilgore
LOL Thanks Flavio > Flavio. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [

Python Noob Having Trouble with Django Tutorial 1

2007-05-13 Thread kilgore
Hi, I have installed everything I need to get Django working on my Windows XP box with Apache and MySQL. Everything seemed to be going well until I tried the instructions in tutorial01.txt. At the point where it says: Once you're in the shell, explore the database API:: # Import the model