Skip to content
This repository has been archived by the owner on Nov 25, 2017. It is now read-only.

Chapter04 #13

Merged
merged 2 commits into from Nov 5, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 0 additions & 4 deletions chapter04.rst
Expand Up @@ -185,10 +185,6 @@ start the interactive interpreter.
``python manage.py shell`` in these examples so as to minimize the amount
of tweaking and configuring you have to do.

As you become more familiar with Django, you'll likely stop using
``manage.py shell`` and will set ``DJANGO_SETTINGS_MODULE`` manually in
your ``.bash_profile`` or other shell environment configuration file.

Let's go through some template system basics::

>>> from django.template import Template
Expand Down