diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2007-02-27 00:01:43 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2007-02-27 00:01:43 +0000 |
| commit | 5e34ce97df3563883f1c0035e2150f90fe78ed30 (patch) | |
| tree | 031ae632d44f6b7f72c4cd0200defde2b7d4cee7 /docs/tutorial01.txt | |
| parent | 6df023007781e96fa1cfa8dfce0040cc9d7da871 (diff) | |
newforms-admin: Merged to [4629]
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@4630 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/tutorial01.txt')
| -rw-r--r-- | docs/tutorial01.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/tutorial01.txt b/docs/tutorial01.txt index d47dd4a19d..56c5fa769e 100644 --- a/docs/tutorial01.txt +++ b/docs/tutorial01.txt @@ -41,6 +41,13 @@ From the command line, ``cd`` into a directory where you'd like to store your code, then run the command ``django-admin.py startproject mysite``. This will create a ``mysite`` directory in your current directory. +.. note:: + + You'll need to avoid naming projects after built-in Python or Django + components. In particular, this means you should avoid using names like + ``django`` (which will conflict with Django itself) or ``site`` (which + conflicts with a built-in Python package). + (``django-admin.py`` should be on your system path if you installed Django via ``python setup.py``. If it's not on your path, you can find it in ``site-packages/django/bin``, where ``site-packages`` is a directory within |
