peppelorum / ddbblog

DDB blog - a blog created during a crash course in Django for DDB Sthlm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A basic blog, DDB style ;-)

Getting setup

mkvirtualenv test1
(clone this repo;-)
cd ddbblog
pip install -r requirements.txt
python manage.py syncdb
python manage.py runserver

Deploying to Heroku

heroku create
git push heroku master
heroku run python manage.py syncdb
heroku open

About

DDB blog - a blog created during a crash course in Django for DDB Sthlm


Languages

Language:Python 99.9%Language:JavaScript 0.1%