Re: IDE

2008-03-06 Thread fyleow
I like Komodo. It's free and has SFTP support. You can also get code intelligence to work with Django. It's also cross platform. It's a tad slow when loading but I find it works well. On Mar 5, 6:32 am, gabriel <[EMAIL PROTECTED]> wrote: > Hi , > > I am at the point of changing IDE before my next

Re: What are the advantages of using Django for building things like blogs and CMS?

2008-02-14 Thread fyleow
Thanks for alt he suggestions guys, I will check out those resources. On Feb 14, 1:38 am, yml <[EMAIL PROTECTED]> wrote: > Hello, > I would also add this list of resources: > -http://www.djangosites.org/with-source/ > Chance are good that someone has already solved your problem. > > --yml > > O

What are the advantages of using Django for building things like blogs and CMS?

2008-02-13 Thread fyleow
I have been reading a lot about Django and created some test websites but nothing serious yet. I really like it and have been considering using it to create my own website which would probably include some sort of blog and various other CMS type functionality. I think it would be a great way to l

Re: Problems interating through arrays passed through render to response

2006-06-08 Thread fyleow
Thanks for the insight Barry. I think I know what's wrong with my program now. I'm passing an array of strings then trying to iterate through the strings to access a dictionary with the same name, but obviously that doesn't work. For example: keywords = ["python", "django"] First iteration wo

Problems interating through arrays passed through render to response

2006-06-08 Thread fyleow
I'm pretty new to Django so I apologize if this is an elementary and obvious question. I did look through the docs but I'm still confused as to how to get this working. I'll try to describe what my website does with books as an example. Basically I have a large database with information about bo