LineCMS (Content Management System) for Blogging and Products Written in Python 3 and uses Flask Framework for backend along with SQLite3 for database and Jinja for templating.
- For rapid website development
- Small yet effective for Blogging and Products (online shopping store)
- Easy to modify/update functionality
- Sell product online thru LineCMS with Stripe Payment (with Fulfillment features using your own SMTP server)
- Publish Blog
- SEO Friendly
- Create your own template/theme Easily
Python 3.5 or greater is required
- Install all required Python modules by navigating to LineCMS folder then run pip install -r requirements.txt
- Inside the LineCMS folder, enable debug mode by export FLASK_DEBUG=1
- Now run the LineCMS app
flask run
By default the server will be available on
127.0.0.1:5000
Online docs: https://www.linecms.com/documentation
Author: Mark Anthony R. Pequeras