Total Pageviews

Sunday 16 February 2014

Blogjaguar-一个基于Django的博客程序

Requirements

Python 2.7+

Python dependencies

Create a new virtualenv and run the following commands: pip install -r requirements.txt and pip install -r test_requirements.txt (development)

Running the server

Blogjaguar brings gunicorn integration. The recommended deployment method is Nginx as reverse proxy to the gunicorn instance. Just run blogjaguar typing python manage.py run_gunicorn

Things to improve

Check the issues page

Related projects

 作者的示范站点-http://thesoftjaguar.com/
from  https://github.com/sharkerz/blogjaguar