Re: Django newbie observation

2008-12-17 Thread Ariel Mauricio Nunez Gomez
> Hello Ariel, > > I will check this out. However the point of the starter site that I > was thinking of is something ships with Django releases that uses up > to date best practices(performance, security, etc...), syntax, etc... > Is pinax project always in sync with the latest Django release? >

Re: Django newbie observation

2008-12-17 Thread ayayalar
Hello Ariel, I will check this out. However the point of the starter site that I was thinking of is something ships with Django releases that uses up to date best practices(performance, security, etc...), syntax, etc... Is pinax project always in sync with the latest Django release? On Dec 15,

Re: Django newbie observation

2008-12-15 Thread Ariel Mauricio Nunez Gomez
I think pinax basic_site is pretty much what you want/need for a sample_website. I would be +1 for a link to Pinax project at the end of the tutorials. Ayayalar: pinax-0.5.0.tar.gz Once the download is complete, uncompress it and you should

Re: Django newbie observation

2008-12-15 Thread Robin Jakobsson
I agree on the Shipping site. Let's start a project? Cheers, Robin On 13 Nov, 17:45, "thi.l...@gmail.com" wrote: > > You will find lots of excellent examples of Django projects [...] > > It is sometimes difficult to know what Django version each project was > based on

Re: Django newbie observation

2008-11-13 Thread thi.l...@gmail.com
> You will find lots of excellent examples of Django projects [...] It is sometimes difficult to know what Django version each project was based on (especially those from djangosites.org, some of them are still using Manipulator stuff). There were many changes in trunk since 0.95. However, since

Re: Django newbie observation

2008-11-13 Thread bobhaugen
You will find lots of excellent examples of Django projects that are open source and up-to-date with version 1.0. See http://djangoplugables.com/ http://pinaxproject.com/ is huge, but the basic_project is fairly simple. http://code.google.com/p/django-basic-apps/ is another suite of apps.

Re: Django newbie observation

2008-11-12 Thread ayayalar
One thing I wanted to add Russell's comment about "code examples get out dated too". I didnt mean to provide code examples through documentation. What I meant is a "bundled sample site" that utilizes the Django API to provide code examples. When you hook such thing to Django package as an

Re: Django newbie observation

2008-11-12 Thread ayayalar
Somehow this part of the discussion never made it here. Here is the copy of it Thanks for all the replies whether you agreed or disagreed. My post really meant to point out some of the frustrations a newbie might go through while coming up to speed with Django. I am aware Django is a volunteer

Re: Django newbie observation

2008-11-12 Thread Nick Lo
> Well... I disagree. Django IS tough, especially if you're from a PHP/ > SQL school of thought. Don't get me wrong, I think it's worth toughing > it out. How many times however have I been stuck on simple things, > seeing the SQL I want but just not able to Django-ize it. I've been there too

Re: Django newbie observation

2008-11-12 Thread LeBurt
> I disagree with "Django is not easy to start for a newbie". Well... I disagree. Django IS tough, especially if you're from a PHP/ SQL school of thought. Don't get me wrong, I think it's worth toughing it out. How many times however have I been stuck on simple things, seeing the SQL I want but

Re: Django newbie observation

2008-11-12 Thread Russell Keith-Magee
On Thu, Nov 13, 2008 at 4:12 AM, ayayalar <[EMAIL PROTECTED]> wrote: > > I know Django is new and improving. I just wanted to point out these > issues a newbie is might be facing. Thanks for taking the time to give us this feedback. However, I would point out that while you have told us what is

Re: Django newbie observation

2008-11-12 Thread Ovnicraft
2008/11/12 ayayalar <[EMAIL PROTECTED]> > > I've been using Django for about 1-2 weeks now. I must say it is one > of the most exciting > web frameworks I ever worked with. It is clean, elegant, easy, and > most importantly makes sense. > I've tried to use many other MVC frameworks but Django is

Re: Django newbie observation

2008-11-12 Thread Brian Neal
On Nov 12, 1:12 pm, ayayalar <[EMAIL PROTECTED]> wrote: > I've been using Django for about 1-2 weeks now. I must say it is one > of the most exciting > web frameworks I ever worked with. It is clean, elegant, easy, and > most importantly makes sense. > I've tried to use many other MVC frameworks

Django newbie observation

2008-11-12 Thread ayayalar
I've been using Django for about 1-2 weeks now. I must say it is one of the most exciting web frameworks I ever worked with. It is clean, elegant, easy, and most importantly makes sense. I've tried to use many other MVC frameworks but Django is by far better. However I am also disappointed on a