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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file finch-cms-0.8.7.tar.gz
.
File metadata
- Download URL: finch-cms-0.8.7.tar.gz
- Upload date:
- Size: 33.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 44b63978b5decb9dfef5dfb0b8b0540fba590511deb2290e8762426ab6390764 |
|
MD5 | 7ad3edcfaeb5a7cf733b5cc5b3dcb872 |
|
BLAKE2b-256 | 80e369990b7c45c0447c528f225bb2aa37363e8336edbaf34f776a0c1b48f876 |