Skip to content

Commit

Permalink
Remove section link since github doesn't support it
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Jul 24, 2020
1 parent ecda0c1 commit 8e3d648
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ We move/rename the ``manage.py`` file to ``myapp/src/myapp/__main__.py``. This
makes it possible to manage the application using ``python -m myapp`` when
it is installed as a package (instead of ``python manage.py``).
All the arguments remain the same.
Please check the :ref:`section bellow <caveats>` for more information.
Please check the next section for more information.

Running the script with ``python -m`` requires your package to be installed
(a simple ``pip install -e .`` will suffice), however we also generate a new
Expand All @@ -94,8 +94,6 @@ manually. If you find problems running PyScaffold with ``--django``
please try to execute this procedure.


.. _caveats:

Distributable Django Packages
=============================

Expand Down

0 comments on commit 8e3d648

Please sign in to comment.