mirror of
https://github.com/django/django.git
synced 2025-12-15 21:45:20 +00:00
Moved a note about django-admin.py errors from Tutorial Part 1 to a new FAQ Troubleshooting page. This is to avoid confusion for beginners.
This commit is contained in:
parent
197863523a
commit
5d4f993bb1
3 changed files with 20 additions and 9 deletions
|
|
@ -52,7 +52,8 @@ code, then run the following command:
|
|||
|
||||
django-admin.py startproject mysite
|
||||
|
||||
This will create a ``mysite`` directory in your current directory.
|
||||
This will create a ``mysite`` directory in your current directory. If it didn't
|
||||
work, see :doc:`Troubleshooting </faq/troubleshooting>`.
|
||||
|
||||
.. admonition:: Script name may differ in distribution packages
|
||||
|
||||
|
|
@ -78,13 +79,6 @@ This will create a ``mysite`` directory in your current directory.
|
|||
``django`` (which will conflict with Django itself) or ``test`` (which
|
||||
conflicts with a built-in Python package).
|
||||
|
||||
:doc:`django-admin.py </ref/django-admin>` 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 your Python installation. Consider symlinking to :doc:`django-admin.py
|
||||
</ref/django-admin>` from some place on your path, such as
|
||||
:file:`/usr/local/bin`.
|
||||
|
||||
.. admonition:: Where should this code live?
|
||||
|
||||
If your background is in PHP, you're probably used to putting code under the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue