django-simplecms/README.md

16 wiersze
408 B
Markdown
Czysty Zwykły widok Historia

2020-01-02 02:33:41 +00:00
# Django Simple CMS
2019-03-27 15:49:14 +00:00
2020-01-02 02:33:41 +00:00
*A super simple but very extensible content management system for
Django websites.*
2020-01-02 02:33:41 +00:00
This project provides the basic building blocks of *Pages* and
*Sections* and all the views needed to display and edit them.
2020-01-02 02:33:41 +00:00
## Installation
2020-01-02 02:33:41 +00:00
Use the provided helper command `simplecms` to quickly setup a new
project:
2020-01-02 02:33:41 +00:00
pip install https://github.com/rtts/django-simplecms.git
simplecms mysite