добавил миграцию и поправил стили
This commit is contained in:
parent
61263e05b1
commit
b116bc18b9
@ -64,7 +64,7 @@
|
|||||||
.film_card_column::-webkit-scrollbar-thumb {
|
.film_card_column::-webkit-scrollbar-thumb {
|
||||||
background-color: #0d1d3a;
|
background-color: #0d1d3a;
|
||||||
border-radius: 5vw;
|
border-radius: 5vw;
|
||||||
border: 1px solid #ffffff;
|
border: 1px solid #eaeaea;
|
||||||
}
|
}
|
||||||
.film_card_title_row {
|
.film_card_title_row {
|
||||||
height: 20%;
|
height: 20%;
|
||||||
@ -94,11 +94,11 @@
|
|||||||
background-color: rgb(255, 64, 96);
|
background-color: rgb(255, 64, 96);
|
||||||
color: #eaeaea;
|
color: #eaeaea;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding: 10px;
|
padding: 1vw;
|
||||||
padding-top: 15px;
|
padding-top: 1vw;
|
||||||
padding-bottom: 15px;
|
padding-bottom: 1vw;
|
||||||
margin: 5px;
|
margin: 0.3vw;
|
||||||
border-radius: 5px;
|
border-radius: 0.5vw;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
@ -39,13 +39,6 @@ class Auditorium(Model):
|
|||||||
verbose_name='Номер кинозала',
|
verbose_name='Номер кинозала',
|
||||||
)
|
)
|
||||||
|
|
||||||
# row_count = IntegerField(
|
|
||||||
# verbose_name='Количество рядов кресел в зале',
|
|
||||||
# validators=[
|
|
||||||
# MinValueValidator(1),
|
|
||||||
# ],
|
|
||||||
# )
|
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return self.number
|
return self.number
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user