From 55a2d5b577bcf988d33ca4c8decfae6e96f58c7b Mon Sep 17 00:00:00 2001 From: Ben Longden Date: Thu, 13 Dec 2012 13:20:47 +0000 Subject: Removes PHP references --- docs/intro/tutorial01.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/intro/tutorial01.txt') diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt index 9913b21e13..686cb5220c 100644 --- a/docs/intro/tutorial01.txt +++ b/docs/intro/tutorial01.txt @@ -81,12 +81,12 @@ work, see :doc:`Troubleshooting `. .. admonition:: Where should this code live? - If your background is in PHP, you're probably used to putting code under the - Web server's document root (in a place such as ``/var/www``). With Django, - you don't do that. It's not a good idea to put any of this Python code - within your Web server's document root, because it risks the possibility - that people may be able to view your code over the Web. That's not good for - security. + If your background is in plain old PHP (with no use of modern frameworks), + you're probably used to putting code under the Web server's document root + (in a place such as ``/var/www``). With Django, you don't do that. It's + not a good idea to put any of this Python code within your Web server's + document root, because it risks the possibility that people may be able + to view your code over the Web. That's not good for security. Put your code in some directory **outside** of the document root, such as :file:`/home/mycode`. -- cgit v1.3