質問編集履歴

4

もう一つのurls.py

2019/01/23 09:49

投稿

shito1212
shito1212

スコア10

test CHANGED
File without changes
test CHANGED
@@ -270,6 +270,8 @@
270
270
 
271
271
  ```python
272
272
 
273
+ #もう一つのurls
274
+
273
275
  from django.contrib import admin
274
276
 
275
277
  from django.urls import path, include

3

もう一つのurls.py

2019/01/23 09:48

投稿

shito1212
shito1212

スコア10

test CHANGED
File without changes
test CHANGED
@@ -267,3 +267,21 @@
267
267
  ]
268
268
 
269
269
  ```
270
+
271
+ ```python
272
+
273
+ from django.contrib import admin
274
+
275
+ from django.urls import path, include
276
+
277
+
278
+
279
+ urlpatterns = [
280
+
281
+ path('', include('polls.urls')),
282
+
283
+ path('admin/', admin.site.urls),
284
+
285
+ ]
286
+
287
+ ```

2

aaa

2019/01/23 09:47

投稿

shito1212
shito1212

スコア10

test CHANGED
File without changes
test CHANGED
@@ -236,7 +236,7 @@
236
236
 
237
237
  <footer class="text-center text-muted py4">
238
238
 
239
- tatsunos.com
239
+ tttt.com
240
240
 
241
241
  </footer>
242
242
 

1

aa

2019/01/23 09:20

投稿

shito1212
shito1212

スコア10

test CHANGED
File without changes
test CHANGED
@@ -118,7 +118,7 @@
118
118
 
119
119
  <body>
120
120
 
121
- <h1>アイスホッケーブログ</h1>
121
+ <h1>ブログ</h1>
122
122
 
123
123
  <h2>投稿</h2>
124
124
 
@@ -162,7 +162,7 @@
162
162
 
163
163
  <meta charset="UTF-8">
164
164
 
165
- <title>アイスホッケーブログ</title>
165
+ <title>ブログ</title>
166
166
 
167
167
  </head>
168
168
 
@@ -170,7 +170,7 @@
170
170
 
171
171
  <div class="images">
172
172
 
173
- <h1 class="text-center font-weight-bold">アイスホッケーブログ</h1>
173
+ <h1 class="text-center font-weight-bold">ブログ</h1>
174
174
 
175
175
  </div>
176
176