Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install finch-cms

How to install finch-cms

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install finch-cms
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
Windows (64-bit)
Mac OS X (10.5+)
0.8.3 Available View build log
0.7.1 Available View build log
0.6.1 Available View build log
Linux (32-bit)
0.8.3 Available View build log
0.7.1 Available View build log
0.6.1 Available View build log
Linux (64-bit)
0.8.3 Available View build log
0.7.1 Available View build log
0.6.1 Available View build log
 
License
BSD
Lastest release
version 0.8.3 on May 23rd, 2012

Finch CMS is a simple to use but flexible CMS for django. It is also very simple to install and integrate into your django project.

First make sure you have a django project, preferably in a virtual environment. If you need help with that, check out the django tutorial.

To install the latest version from pypi:

$ pip install finch-cms

...

Edit settings.py. The easiest option is to include the following lines at the bottom:

from finch import monkeypatch_settings
monkeypatch_settings(locals())

If you prefer to update the settings manually look at finch.project_settings and the monkeypatch_settings function (finch/__init__.py).

Also add the following in your urls.py:

urlpatterns = patterns(
    ...
    url(r'^finch/', include('finch.urls')),
)

Finally run the following commands:

$ ./manage.py syncdb
$ ./manage.py make_homepage
$ ./manage.py runserver

Subscribe to package updates

Last updated May 23rd, 2012

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.