косметические исправления

This commit is contained in:
VladislavOstapov 2024-01-03 12:41:04 +03:00
parent a1f86691a4
commit 13ef139b66
3 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@ import os
from django.http import HttpResponse
from django.shortcuts import render
from django.db.models import Manager
# from django.db.models import Manager
# только для тестирования!
import requests

View File

@ -48,6 +48,7 @@ header > h1 {
text-align: center;
background-color: var(--brand-bg);
padding: 0.5em;
margin: 0;
}
header * {

View File

@ -1,4 +1,4 @@
from django.contrib.auth.models import AbstractBaseUser, PermissionsMixin
from django.contrib.auth.models import AbstractBaseUser
from django.db import models
from django.utils import timezone
from django.core.validators import MinLengthValidator