summaryrefslogtreecommitdiff
path: root/docs/tutorial01.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-07-16 16:01:34 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-07-16 16:01:34 +0000
commitb4168db4afdc534d06f2bb022f334994facbfedf (patch)
treeba04b96bfea12fb8619013f95aca61bd28fce099 /docs/tutorial01.txt
parentedba7a435f983ec52d61af0384c5c8e89bb8b495 (diff)
Changed tutorial01 so that it explicitly says: Make sure you've already created the database
git-svn-id: http://code.djangoproject.com/svn/django/trunk@104 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/tutorial01.txt')
-rw-r--r--docs/tutorial01.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/tutorial01.txt b/docs/tutorial01.txt
index c00d9a0beb..246fbf0450 100644
--- a/docs/tutorial01.txt
+++ b/docs/tutorial01.txt
@@ -54,6 +54,10 @@ these settings to match your database's connection parameters:
empty string if your database server is on the same physical machine
(localhost).
+(Make sure you've created a database within PostgreSQL or MySQL by this point.
+Do that with "``CREATE DATABASE database_name;``" within your database's
+interactive prompt.)
+
Once you've done that, you need to tell Django which settings module you're
currently using. Do that by setting an environment variable,
``DJANGO_SETTINGS_MODULE``::