Skip to main content

Simple but flexible CMS for django

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

finch-cms-0.7.1.tar.gz (35.0 kB view details)

Uploaded Source

File details

Details for the file finch-cms-0.7.1.tar.gz.

File metadata

  • Download URL: finch-cms-0.7.1.tar.gz
  • Upload date:
  • Size: 35.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for finch-cms-0.7.1.tar.gz
Algorithm Hash digest
SHA256 03e92e08f5109da886ed47a8c1fe5c8d6e05b14450be98bf060a76c128b49858
MD5 aaa054674a8b40d2223fa27153481698
BLAKE2b-256 e906064e4b507c5c5aaad1dabc5c2f0c3c8175c957bbfdc3dc0f5193c8aea39c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page