Update django version

This commit is contained in:
Tom Hubrecht 2022-06-28 22:01:04 +02:00 committed by thubrecht
parent 071c810605
commit 1ac47885d0
42 changed files with 515 additions and 40 deletions

View 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"
),
),
]

View file

@ -1,4 +1,4 @@
{% load staticfiles %}
{% load static %}
{% load bulma_utils %}
<!DOCTYPE html>