{% extends 'common/base.html' %} {% block title %}Welcome aboard{% endblock %} {% block content %}
Bundles are related models, controllers, URLs and views.
Create one with the command shake add yourbundle
.
Routes are set up in urls.py
Your bundle's internal routes are defined in yourbundle/__init__.py
Run “python manage.py syncdb
” to create your database. If you already've a database created, edit the SQLALCHEMY_URI setting in settings/__init__.py with your username and password.