Skip to content

Commit a88bcec

Browse files
committed
Fix formatting error
On read the docs this is shown as one single line
1 parent 67108f0 commit a88bcec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/source/scripts.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ If your :ref:`WORKON_HOME <variable-WORKON_HOME>` is set to ~/.virtualenvs:
2929
Edit the file so it contains the following (for a default Django setup):
3030

3131
# Automatically set django settings for the virtualenv
32+
3233
echo "export DJANGO_SETTINGS_MODULE=$1.settings" >> "$1/bin/activate"
3334

3435
Create a new virtualenv, and you should see DJANGO_SETTINGS_MODULE in your env!

0 commit comments

Comments
 (0)