Преглед на файлове

Fix readme reference to local.py.example

Scot Hacker преди 8 години
родител
ревизия
aae64c9d6a
променени са 1 файла, в които са добавени 2 реда и са изтрити 3 реда
  1. 2 3
      readme.md

+ 2 - 3
readme.md

@@ -54,10 +54,9 @@ With PIP installed run the following commands:
     pip install -r requirements.txt
 
 Next, we'll set up our local environment variables. We use [django-dotenv](https://github.com/jpadilla/django-dotenv)
-to help with this. It reads environment variables located in a file name .env in the top level directory of the project.
-The only variable we need to start is `DJANGO_SETTINGS_MODULE`:
+to help with this. It reads environment variables located in a file name .env in the top level directory of the project. The only variable we need to start is `DJANGO_SETTINGS_MODULE`:
 
-    $ cp bakerydemo/settings/local.example.py bakerydemo/settings/local.py
+    $ cp bakerydemo/settings/local.py.example bakerydemo/settings/local.py
     $ echo "DJANGO_SETTINGS_MODULE=bakerydemo.settings.local" > .env
 
 Execute the following commands: