From ad8e55db9b0856573bfe740c350bfb39c7ca388e Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Sun, 17 Jul 2005 15:53:56 +0000 Subject: Added notes to documentation that MySQL support has not been comprehensively tested. Thanks, Simon! git-svn-id: http://code.djangoproject.com/svn/django/trunk@148 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/tutorial01.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/tutorial01.txt') diff --git a/docs/tutorial01.txt b/docs/tutorial01.txt index 27ef474ef8..516d095cc2 100644 --- a/docs/tutorial01.txt +++ b/docs/tutorial01.txt @@ -60,6 +60,11 @@ these settings to match your database's connection parameters: Do that with "``CREATE DATABASE database_name;``" within your database's interactive prompt.) +Also, note that MySQL support is a recent development, and Django hasn't been +comprehensively tested with that database. If you find any bugs in Django's +MySQL bindings, please file them in `Django's ticket system`_ so we can fix them +immediately. + 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``. Here's how you do that in the Bash shell on Unix:: @@ -88,6 +93,7 @@ Now you're set to start doing work. You won't have to take care of this boring administrative stuff again. .. _`Python path`: http://docs.python.org/tut/node8.html#SECTION008110000000000000000 +.. _`Django's ticket system: http://code.djangoproject.com/report/1 Creating models =============== -- cgit v1.3