diff --git a/dnscms/associations/apps.py b/dnscms/associations/apps.py index c9ac1ea..6c5e682 100644 --- a/dnscms/associations/apps.py +++ b/dnscms/associations/apps.py @@ -2,5 +2,5 @@ from django.apps import AppConfig class AssociationsConfig(AppConfig): - default_auto_field = 'django.db.models.BigAutoField' - name = 'associations' + default_auto_field = "django.db.models.BigAutoField" + name = "associations" diff --git a/dnscms/associations/tests.py b/dnscms/associations/tests.py index 7ce503c..4929020 100644 --- a/dnscms/associations/tests.py +++ b/dnscms/associations/tests.py @@ -1,3 +1,2 @@ -from django.test import TestCase # Create your tests here. diff --git a/dnscms/associations/views.py b/dnscms/associations/views.py index 91ea44a..b8e4ee0 100644 --- a/dnscms/associations/views.py +++ b/dnscms/associations/views.py @@ -1,3 +1,2 @@ -from django.shortcuts import render # Create your views here. diff --git a/dnscms/events/apps.py b/dnscms/events/apps.py index 20f48f2..8c9099a 100644 --- a/dnscms/events/apps.py +++ b/dnscms/events/apps.py @@ -2,5 +2,5 @@ from django.apps import AppConfig class EventsConfig(AppConfig): - default_auto_field = 'django.db.models.BigAutoField' - name = 'events' + default_auto_field = "django.db.models.BigAutoField" + name = "events" diff --git a/dnscms/events/tests.py b/dnscms/events/tests.py index 7ce503c..4929020 100644 --- a/dnscms/events/tests.py +++ b/dnscms/events/tests.py @@ -1,3 +1,2 @@ -from django.test import TestCase # Create your tests here. diff --git a/dnscms/generic/apps.py b/dnscms/generic/apps.py index 39e866c..7433816 100644 --- a/dnscms/generic/apps.py +++ b/dnscms/generic/apps.py @@ -2,5 +2,5 @@ from django.apps import AppConfig class GenericConfig(AppConfig): - default_auto_field = 'django.db.models.BigAutoField' - name = 'generic' + default_auto_field = "django.db.models.BigAutoField" + name = "generic" diff --git a/dnscms/images/apps.py b/dnscms/images/apps.py index 2921a20..5f752ba 100644 --- a/dnscms/images/apps.py +++ b/dnscms/images/apps.py @@ -2,5 +2,5 @@ from django.apps import AppConfig class ImagesConfig(AppConfig): - default_auto_field = 'django.db.models.BigAutoField' - name = 'images' + default_auto_field = "django.db.models.BigAutoField" + name = "images" diff --git a/dnscms/poetry.lock b/dnscms/poetry.lock index 3830676..a5e650e 100644 --- a/dnscms/poetry.lock +++ b/dnscms/poetry.lock @@ -721,13 +721,13 @@ files = [ [[package]] name = "requests" -version = "2.31.0" +version = "2.32.0" description = "Python HTTP for Humans." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "requests-2.31.0-py3-none-any.whl", hash = "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f"}, - {file = "requests-2.31.0.tar.gz", hash = "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"}, + {file = "requests-2.32.0-py3-none-any.whl", hash = "sha256:f2c3881dddb70d056c5bd7600a4fae312b2a300e39be6a118d30b90bd27262b5"}, + {file = "requests-2.32.0.tar.gz", hash = "sha256:fa5490319474c82ef1d2c9bc459d3652e3ae4ef4c4ebdd18a21145a47ca4b6b8"}, ] [package.dependencies] diff --git a/dnscms/venues/apps.py b/dnscms/venues/apps.py index 2bb5172..5e87852 100644 --- a/dnscms/venues/apps.py +++ b/dnscms/venues/apps.py @@ -2,5 +2,5 @@ from django.apps import AppConfig class VenuesConfig(AppConfig): - default_auto_field = 'django.db.models.BigAutoField' - name = 'venues' + default_auto_field = "django.db.models.BigAutoField" + name = "venues"