Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #24900
| From | Dieter Maurer <dieter@handshake.de> |
|---|---|
| Subject | Re: Using a CMS for small site? |
| Date | 2012-07-05 10:27 +0200 |
| References | <pu28v7t3nstsamp9emp1781utck1mei744@4ax.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1815.1341476877.4697.python-list@python.org> (permalink) |
Gilles <nospam@nospam.com> 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.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Using a CMS for small site? Gilles <nospam@nospam.com> - 2012-07-04 11:30 +0200
Re: Using a CMS for small site? Roy Smith <roy@panix.com> - 2012-07-04 06:28 -0400
Re: Using a CMS for small site? Gilles <nospam@nospam.com> - 2012-07-04 16:24 +0200
Re: Using a CMS for small site? Roy Smith <roy@panix.com> - 2012-07-04 11:21 -0400
Re: Using a CMS for small site? Gilles <nospam@nospam.com> - 2012-07-05 00:34 +0200
Re: Using a CMS for small site? alex23 <wuwei23@gmail.com> - 2012-07-04 17:09 -0700
Re: Using a CMS for small site? Gilles <nospam@nospam.com> - 2012-07-05 15:01 +0200
Re: Using a CMS for small site? Dieter Maurer <dieter@handshake.de> - 2012-07-05 10:27 +0200
Re: Using a CMS for small site? Gilles <nospam@nospam.com> - 2012-07-05 15:02 +0200
Re: Using a CMS for small site? Alex Clark <aclark@aclark.net> - 2012-07-05 10:30 -0400
Re: Using a CMS for small site? Albert van der Horst <albert@spenarnc.xs4all.nl> - 2012-07-13 13:07 +0000
csiph-web