Basic django app
NOTE: I'm using here Django 1.7 and Python 3.3.
-
no unicode definition: use str
-
no south install
-
after creating the model of the talks app add 'talks' to INSTALLED_APPS
-
run ./manage.py makemigrations talks
-
and ./manage.py migrate