https://github.com/cryptoc1/cms
Python based 'Content Management Sysem' for 'blogs'
https://github.com/cryptoc1/cms
Last synced: about 2 months ago
JSON representation
Python based 'Content Management Sysem' for 'blogs'
- Host: GitHub
- URL: https://github.com/cryptoc1/cms
- Owner: Cryptoc1
- License: mit
- Created: 2015-01-26T06:23:22.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-01T19:53:21.000Z (over 11 years ago)
- Last Synced: 2025-07-05T02:12:31.588Z (12 months ago)
- Language: Python
- Homepage:
- Size: 340 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# CMS
A very small 'Content Management System' written in Python.
## What is the purpose of CMS?
CMS was a project I created when learning MySQL and wanted to create a _blogging_ system.
## Features
* CLI for interacting with Posts table in customizable Database
* Post content is written in an .md file and is loaded into the database
* All data is stored in the database, so you don't have to protect the loaded .md files after generating a post
* Easy to use library (CMS.py) that contains functions to interact with Posts table in a customizable Database
* Minimal dependencies (5) that are installed by default
## Testing and Usage
CMS was built on Ubuntu 14.04 and hasn't been used or tested on any other systems. System functions (`os.system('clear')`) within the source were written with Linux in mind.
## What stage is development in?
CMS is in development, but won't be released for 'professional use'.
#### Notice
This project was created with a MIT license by Samuel Steele, [Cryptocosm Developers](http:///www.cryptocosm.x10.bz).