A simple CMS for django
Project description
django-simple-cms
A super simple CMS for Django that lets you create pages and blog posts. This app lets you create and manage navigation menus, simple pages like your site's About Us page, and create blog posts. You can edit the raw HTML or optionally use TinyMCE Lite for WYSIWIG editing.
This app is only intended for simple uses by trusted users, and allows you to insert content directly into pages including script tags.
Requirements
django
>= 1.11django-mptt
>= 0.9pillow
>= 2.1django-tinymce4-lite
>= 1.6 (optional, for WYSIWIG editing)
Quick Start
Install django-simple-cms
pip install django-simple-cms
Add cms
to INSTALLED_APPS
in your project's settings.py
.
INSTALLED_APPS = (
...
'cms',
...
)
Run migrations in your project to create the models for the CMS app.
./manage.py migrate cms
If you want WYSIWIG editing, also follow the installation guide for django-tinymce4-lite
.
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 django-simple-cms-0.1.4.tar.gz
.
File metadata
- Download URL: django-simple-cms-0.1.4.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | efddd960168d3b1e11290fc191f34b7b774c80a93a4067ddd04b60fcc71b94ba |
|
MD5 | 0ca6379452396d187e82108a3d0f7f34 |
|
BLAKE2b-256 | a8706bbd1bd72eac6979954c5c21f79fcf0564b5b8f36d9c0bc4b6d8d7352c69 |