Re: Another Django Site with Source Code

2007-06-07 Thread hass
Thanks, looking at other code is always so helpful for me. --~--~-~--~~~---~--~~ 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

Re: Another Django Site with Source Code

2007-06-06 Thread Kelvin Nicholson
On Wed, 2007-06-06 at 09:22 -0700, Werner wrote: > Hello Kelvin, > > just a few sugsession: > > * use sqlite3 to have a simple & fast setup Ahh, good idea. > * use CACHE_BACKEND = 'dummy:///' (again easier for the first steps) Another good idea! > * remove Google Analytics from the base.html

Re: Another Django Site with Source Code

2007-06-06 Thread Werner
Hello Kelvin, just a few sugsession: * use sqlite3 to have a simple & fast setup * use CACHE_BACKEND = 'dummy:///' (again easier for the first steps) * remove Google Analytics from the base.html Template :-)) I am still a django virgin and very frustrated there aren't more *good & readable* sou

Re: Another Django Site with Source Code

2007-06-05 Thread queezy
Wow! Thanks Kelvin! That's awesome!! Sincerely, -Warren - Original Message - From: "Kelvin Nicholson" <[EMAIL PROTECTED]> To: Sent: Tuesday, June 05, 2007 10:14 PM Subject: Another Django Site with Source Code > > Dear all Djangoers: > > When I first started learning Django I fou