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 bringsgunicorn
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 pageRelated projects
- django-pygments (https://github.com/sniku/django-pygments)
- django-facebook-oauth (https://github.com/ryanmark/django_facebook_oauth)
from https://github.com/sharkerz/blogjaguar