Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Using a CMS for small site?

Reply
Thread Tools

Using a CMS for small site?

 
 
Gilles
Guest
Posts: n/a
 
      07-04-2012
Hello

Someone I know with no computer knowledge has a studio appartment to
rent in Paris and spent four months building a small site in Joomla to
find short-time renters.

The site is just...
- a few web pages that include text (in four languages) and pictures
displayed in a Flash slide show
- a calendar to show availability
- a form to send e-mail with anti-SPAM support
- (ASAP) online payment

Out of curiosity, are there CMS/frameworks in Python that can do this?
Django? Other?

Is a full-fledged CMS even needed for something like that?

Thank you.
 
Reply With Quote
 
 
 
 
Roy Smith
Guest
Posts: n/a
 
      07-04-2012
In article <>,
Gilles <> wrote:

> Hello
>
> Someone I know with no computer knowledge has a studio appartment to
> rent in Paris and spent four months building a small site in Joomla to
> find short-time renters.
>
> The site is just...
> - a few web pages that include text (in four languages) and pictures
> displayed in a Flash slide show
> - a calendar to show availability
> - a form to send e-mail with anti-SPAM support
> - (ASAP) online payment
>
> Out of curiosity, are there CMS/frameworks in Python that can do this?
> Django? Other?


You probably want to look at https://www.django-cms.org/. It's not
something that a person with "no computer knowledge" could set up, but
once it's set up, that person could use it to build pages.

But, to be honest, for somebody who really doesn't know anything, some
much more pre-canned solution like WordPress might be what they're
looking for.
 
Reply With Quote
 
 
 
 
Gilles
Guest
Posts: n/a
 
      07-04-2012
On Wed, 04 Jul 2012 06:28:09 -0400, Roy Smith <> wrote:
>You probably want to look at https://www.django-cms.org/. It's not
>something that a person with "no computer knowledge" could set up, but
>once it's set up, that person could use it to build pages.
>
>But, to be honest, for somebody who really doesn't know anything, some
>much more pre-canned solution like WordPress might be what they're
>looking for.


Thanks for the input. Considering that contents won't change, I was
wondering if a full-fledged CMS was even necessary.
 
Reply With Quote
 
Roy Smith
Guest
Posts: n/a
 
      07-04-2012
In article <>,
Gilles <> wrote:

> On Wed, 04 Jul 2012 06:28:09 -0400, Roy Smith <> wrote:
> >You probably want to look at https://www.django-cms.org/. It's not
> >something that a person with "no computer knowledge" could set up, but
> >once it's set up, that person could use it to build pages.
> >
> >But, to be honest, for somebody who really doesn't know anything, some
> >much more pre-canned solution like WordPress might be what they're
> >looking for.

>
> Thanks for the input. Considering that contents won't change, I was
> wondering if a full-fledged CMS was even necessary.


If the content is truly never going to change, there's nothing to
prevent you from creating some static html files with your favorite text
editor.

This is really getting quite far afield for a Python group. There are
better forums for these kinds of questions.
 
Reply With Quote
 
Gilles
Guest
Posts: n/a
 
      07-04-2012
On Wed, 04 Jul 2012 11:21:42 -0400, Roy Smith <> wrote:
>This is really getting quite far afield for a Python group. There are
>better forums for these kinds of questions.


Probably. I'll keep that in mind while checking Python web frameworks.
Thanks.
 
Reply With Quote
 
alex23
Guest
Posts: n/a
 
      07-05-2012
On Jul 5, 1:21*am, Roy Smith <r...@panix.com> wrote:
> If the content is truly never going to change, there's nothing to
> prevent you from creating some static html files with your favorite text
> editor.
>
> This is really getting quite far afield for a Python group. *There are
> better forums for these kinds of questions.


Not necessarily! There are several static site generators written in
Python

One that I see being updating a lot is Nikola: http://nikola.ralsina.com.ar/
 
Reply With Quote
 
Dieter Maurer
Guest
Posts: n/a
 
      07-05-2012
Gilles <> writes:

> The site is just...
> - a few web pages that include text (in four languages) and pictures
> displayed in a Flash slide show
> - a calendar to show availability
> - a form to send e-mail with anti-SPAM support
> - (ASAP) online payment
>
> Out of curiosity, are there CMS/frameworks in Python that can do this?
> Django? Other?


There is also "Plone" ("http://plone.org") -- easy to set up.

You likely need third party extensions for the "anti-SPAM" support
and the onlie payment.

Unfortunately, "Plone" is quite resource hungry -- especially it wants
quite some memory.

 
Reply With Quote
 
Gilles
Guest
Posts: n/a
 
      07-05-2012
On Wed, 4 Jul 2012 17:09:40 -0700 (PDT), alex23 <>
wrote:
>Not necessarily! There are several static site generators written in
>Python
>
>One that I see being updating a lot is Nikola: http://nikola.ralsina.com.ar/


I'll check it out, thanks.
 
Reply With Quote
 
Gilles
Guest
Posts: n/a
 
      07-05-2012
On Thu, 05 Jul 2012 10:27:40 +0200, Dieter Maurer
<> wrote:
>There is also "Plone" ("http://plone.org") -- easy to set up.
>
>You likely need third party extensions for the "anti-SPAM" support
>and the onlie payment.


I'll see what extensions it offers. Thanks.
 
Reply With Quote
 
Alex Clark
Guest
Posts: n/a
 
      07-05-2012
On 7/5/12 4:27 AM, Dieter Maurer wrote:
> Gilles <> writes:
>
>> The site is just...
>> - a few web pages that include text (in four languages) and pictures
>> displayed in a Flash slide show
>> - a calendar to show availability
>> - a form to send e-mail with anti-SPAM support
>> - (ASAP) online payment
>>
>> Out of curiosity, are there CMS/frameworks in Python that can do this?
>> Django? Other?

>
> There is also "Plone" ("http://plone.org") -- easy to set up.
>
> You likely need third party extensions for the "anti-SPAM" support
> and the onlie payment.
>
> Unfortunately, "Plone" is quite resource hungry -- especially it wants
> quite some memory.



Actually with Plone 4 (and 4.2 in particular) that is becoming less
true, I recently shrunk http://aclark.net to a 256MB vhost on rackspace
cloud.


>



--
Alex Clark · http://pythonpackages.com



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Building CMS using ASP.NEt 2.0 Erry ASP .Net 2 10-08-2006 03:44 PM
Garbage Collection using CMS collector: performance ? Kieran McPeake Java 0 05-30-2006 12:31 AM
Programmatic authorization using CMS in tomcat? Carl Howells Java 0 02-17-2004 07:12 PM
Re: How about using python to write a CMS? David McNab Python 1 07-16-2003 04:21 PM
Re: How about using python to write a CMS? Max M Python 1 07-16-2003 01:25 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57