Skip to content
Snippets Groups Projects
Commit 1783a338 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Reformat

parent c219eae4
No related branches found
No related tags found
1 merge request!596Set default_auto_field to BigAutoField and fix migrations
Pipeline #10341 passed
......@@ -15,6 +15,7 @@ from .core_helpers import copyright_years
class AppConfig(django.apps.AppConfig):
"""An extended version of DJango's AppConfig container."""
default_auto_field = "django.db.models.BigAutoField"
def ready(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment