Skip to main content

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

Release files for finch-cms 0.8.7

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for finch-cms 0.8.7
File Size Uploaded
finch-cms-0.8.7.tar.gz 33.6 kB Details

Release files / finch-cms-0.8.7.tar.gz

Download URL finch-cms-0.8.7.tar.gz
Size 33.6 kB
Tags Source
SHA-256 checksum
How to use checksums
44b63978b5decb9dfef5dfb0b8b0540fba590511deb2290e8762426ab6390764
BLAKE2b-256 checksum
How to use checksums
80e369990b7c45c0447c528f225bb2aa37363e8336edbaf34f776a0c1b48f876
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

0.8.7 This release

1 release file

0.8.6

1 release file

0.8.5

1 release file

0.8.4

1 release file

0.8.3

1 release file

0.8.1

1 release file

0.8.0

1 release file

0.7.1

1 release file

0.7

1 release file

0.6.1

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page