Skip to content

Commit 5f3acaa

Browse files
author
Resolver Developers
committed
Bulletised the template directory creation stuff. by: Giles
1 parent 5dd4096 commit 5f3acaa

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

content/django.txt

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,14 @@ Creating a template
209209

210210
Now that you have a working admin interface it is time to create a template.
211211

212-
Go to the **Files** tab and create a directory for your template inside your
213-
app folder - Inside ``mysite``, go to ``myapp``,
214-
then enter **templates** as the new directory name
212+
First you need to create a directory for your template inside your
213+
app folder:
214+
215+
* Go to the **Files** tab.
216+
* Go to your ``mysite`` directory
217+
* Then go down to ``myapp``
218+
* Enter **templates** into the "Enter a new directory name" field at the top of
219+
the page and click the "New" button next to it.
215220

216221
Now create a new file inside the templates folder called ``home.html``,
217222
and make it look like this.

0 commit comments

Comments
 (0)