Skip to content

phodal/phodaldev

Repository files navigation

Phodal's Blog

Powered by Mezzanine CMS & Django & Mifa & Material Design Lite

More Than Mezzanine

  • Sitemap with Category & Date
  • Limit RSS feed Length
  • BlogPosts Search API
  • Mobile APP API
  • Event & Ads Module
  • Wechat Support
  • Google AMP Support (Blog Page)
  • Google Micro Data

Setup

Python 3.5

1.VirtualEnv

sudo pip install virtualenv
virtualenv -p python3 ~/env/phodaldev

2.Install Deps

pip install -r requirements.txt

3.Createdb

python manage.py createdb

4.Run

python manage.py runserver

Server

gunicorn MK_dream.wsgi

?

pip3 install pysqlite3 pip3 install pysqlite3-binary

License

© 2014~2022 Phodal Huang. This code is distributed under the MIT license.