Add pre-commit

This commit is contained in:
2023-12-23 22:54:14 +01:00
parent 4e241e44ab
commit 51358f2127
9 changed files with 272 additions and 12 deletions

View File

@ -1,3 +1 @@
from django.contrib import admin
# Register your models here.

View File

@ -1,3 +1 @@
from django.db import models
# Create your models here.

View File

@ -1,3 +1 @@
from django.test import TestCase
# Create your tests here.

View File

@ -1,3 +1 @@
from django.shortcuts import render
# Create your views here.