Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
amp
 
 
api
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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

License

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

You can’t perform that action at this time.