Re: Organizing/Loading components on a home page using python

2011-12-18 Thread Kristian Øllegaard
Hi Waqar, Check out django-cms - you are probably looking for a CMS. There are other django based CMSes as well, but personally I only had experience with the django-cms, which worked great for my usecases. Here you can make cms plugins that you can rearrange dire

Re: Organizing/Loading components on a home page using python

2011-12-18 Thread creecode
Hello Waqar, It sounds like you are looking for something like Drupal. Although I've not used it myself I think Drupal has an architecture like you describe. Django is a web framework it is not a website builder with auto-configuring modules. Don't get me wrong. Django is a fantastic web fram

Organizing/Loading components on a home page using python

2011-12-18 Thread Waqar Azeem
I don't know from where to start to ask this question. I need to create a HOME page with multiple components, like • News • Products • Forum Topic • Ads and so on. The little knowledge that i have accumulated on Django forced me to start using the templates, because I didn't find small, reusable