Update django version
This commit is contained in:
parent
071c810605
commit
1ac47885d0
42 changed files with 515 additions and 40 deletions
20
bds/migrations/0007_alter_bdsprofile_id.py
Normal file
20
bds/migrations/0007_alter_bdsprofile_id.py
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Generated by Django 3.2.13 on 2022-06-28 14:21
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("bds", "0006_bdsprofile_comments"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name="bdsprofile",
|
||||
name="id",
|
||||
field=models.BigAutoField(
|
||||
auto_created=True, primary_key=True, serialize=False, verbose_name="ID"
|
||||
),
|
||||
),
|
||||
]
|
|
@ -1,4 +1,4 @@
|
|||
{% load staticfiles %}
|
||||
{% load static %}
|
||||
{% load bulma_utils %}
|
||||
|
||||
<!DOCTYPE html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue