We are helping you to migrate from blog platfrom to Pelican-powered blog, hosted on GitHub.
- Clone repo
- Run
pip install -r requirements/development.txtin your virtualenv - Run
python manage.py syncdb --migrate - Run
python manage.py runserver - Run in another tab
python manage.py celeryd - Open in your browser http://localhost:8000/
- Enjoy :)