AT
fatal error: libpq-fe.h: Нет такого файла или каталога
Size: a a a
AT
PA
SS
M
AK
M
M
M
AK
STATIC_URL = '/static/'Django 3
STATIC_ROOT = os.path.join(BASE_DIR, 'static')
GET http://127.0.0.1:8000/static/blog/blog.css net::ERR_ABORTED 404 (Not Found)My init in index.html:
{% load static %}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hellos</title>
<link rel="stylesheet" href="{% static '/blog/blog.css' %}">
AK
AK
M
AK
AK
M
M
M
AK
AK
M