Django for corporate web site

2013-08-05 Thread sean chen
I need to build a site for a small law firm. I looked at the poweredby pages http://www.djangosites.org/, but I found it shows sites for different purposes and I did not find a good example site for me to spark my thoughts further. I see there exists a focus area for e-commerce site at https:/

Re: Django for corporate web site

2013-08-05 Thread Mike Dewhirst
On 6/08/2013 2:07pm, sean chen wrote: I need to build a site for a small law firm. I looked at the poweredby pages http://www.djangosites.org/, but I found it shows sites for different purposes and I did not find a good example site for me to spark my thoughts further. I see there exists a focus

Re: Django for corporate web site

2013-08-06 Thread Sithembewena Lloyd Dube
Hi Sean, You definitely can do that in Django. On Tue, Aug 6, 2013 at 6:18 AM, Mike Dewhirst wrote: > On 6/08/2013 2:07pm, sean chen wrote: > >> I need to build a site for a small law firm. I looked at the poweredby >> pages http://www.djangosites.org/, but I found it shows sites for >> differ

Re: Django for corporate web site

2013-08-06 Thread Avraham Serour
what is a corporate site exactly? from what I understand a lawyer office website is nothing more than a bunch of static pages, like a business card, you could use a cms, but you could just generate some static pages On Tue, Aug 6, 2013 at 11:41 AM, Sithembewena Lloyd Dube wrote: > Hi Sean, > >

Re: Django for corporate web site

2013-08-06 Thread Lukas Nemec
Exactly, tell us what is required on the page.. If it is a simple informational website, with some content, you can either use django's staticpages, or some CMS few examples: https://www.django-cms.org/ https://github.com/lunemec/django-pages # I use this to run my own website On 08/06/201