From 20976b35cbe34d3b8b14cc48337f38790cb2aeae Mon Sep 17 00:00:00 2001 From: "Michael P. Daugherty" Date: Fri, 2 Nov 2012 10:01:02 +0800 Subject: [PATCH] If someone wants to develop two Django sites at the same time, setting the DJANGO_SETTINGS_MODULE in .bash_profile seems like a bad practice. --- chapter04.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/chapter04.rst b/chapter04.rst index 72bf2bb..07f1013 100644 --- a/chapter04.rst +++ b/chapter04.rst @@ -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