Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit bc12862

Browse files
committed
Corrected settings path
1 parent c9e99bb commit bc12862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Set up the python application
5757

5858
* Prepare a local configuration file
5959

60-
* Create a new file called ``local.py`` under ``wagtail-pythonanywhere-quickstart/settings``
60+
* Create a new file called ``local.py`` under ``mysite/settings``
6161
* Define at least the ``SECRET_KEY`` and ``ALLOWED_HOSTS`` settings
6262
* Typically you may want to define ``DATABASES`` and point ``MEDIA_ROOT`` as well as ``STATIC_ROOT`` to a persistent directory
6363

0 commit comments

Comments
 (0)