質問編集履歴
2
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -370,6 +370,20 @@
|
|
370
370
|
|
371
371
|
|
372
372
|
|
373
|
+
--> error??
|
374
|
+
|
375
|
+
```ここに言語を入力
|
376
|
+
|
377
|
+
Running python manage.py collectstatic --noinput on ⬢ leadersbooks... up, run.7306 (Free)
|
378
|
+
|
379
|
+
Found another file with the destination path 'css/index.css'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
|
380
|
+
|
381
|
+
Found another file with the destination path 'css/bootstrap.min.css'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
|
382
|
+
|
383
|
+
```
|
384
|
+
|
385
|
+
|
386
|
+
|
373
387
|
|
374
388
|
|
375
389
|
[https://blog.a1yama.com/entry/2018/07/17/115055](https://blog.a1yama.com/entry/2018/07/17/115055)
|
1
改善
test
CHANGED
File without changes
|
test
CHANGED
@@ -278,7 +278,7 @@
|
|
278
278
|
|
279
279
|
| | |_ bootstrap.min
|
280
280
|
|
281
|
-
| |--template
|
281
|
+
| |--templates
|
282
282
|
|
283
283
|
| |-- init, admin, app, models, tests, urls, views
|
284
284
|
|
@@ -286,7 +286,21 @@
|
|
286
286
|
|
287
287
|
|-media
|
288
288
|
|
289
|
-
|-personal_portfolio
|
289
|
+
|-personal_portfolio -- templates - base.html
|
290
|
+
|
291
|
+
| |- init
|
292
|
+
|
293
|
+
| |- local_settings
|
294
|
+
|
295
|
+
| |- settings
|
296
|
+
|
297
|
+
| |- urls
|
298
|
+
|
299
|
+
| |- wsgi
|
300
|
+
|
301
|
+
|
|
302
|
+
|
303
|
+
|
|
290
304
|
|
291
305
|
|-staticfiles
|
292
306
|
|