We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dd4096 commit 5f3acaaCopy full SHA for 5f3acaa
1 file changed
content/django.txt
@@ -209,9 +209,14 @@ Creating a template
209
210
Now that you have a working admin interface it is time to create a template.
211
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
+First you need to create a directory for your template inside your
+app folder:
+
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.
220
221
Now create a new file inside the templates folder called ``home.html``,
222
and make it look like this.
0 commit comments