Skip to content

Commit 95f93d7

Browse files
author
Resolver Developers
committed
Added extra explanatory text to Django tutorial as per user request.
by: Giles
1 parent d18311a commit 95f93d7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

content/django.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@ directory as your ``settings.py`` file.
145145

146146
Open it up and make it look like the file below - you'll need to uncomment 3
147147
lines to do with admin, fix the first url line, and uncomment the last couple
148-
of lines to enable static files.
148+
of lines to enable static files (remember that you have to delete the leading
149+
spaces as well as the `#` marks to uncomment).
149150

150151
Remember, as always, that each time you see ``mysite`` or ``myapp``, you
151152
should replace them with your project name or app name, if necessary.

0 commit comments

Comments
 (0)