Skip to content

Commit fb4bbe0

Browse files
committed
Dummy
1 parent f0281ad commit fb4bbe0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/models.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ def model_name_to_class(name: str):
3838
'''
3939

4040
class Book(models.Model):
41-
title = models.CharField(max_length=100)
41+
42+
title = models.CharField(max_length=100)

core/settings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,5 +155,4 @@
155155

156156
DYNAMIC_DATATB = {
157157
'books': "Book",
158-
'sales': "Sales",
159158
}

0 commit comments

Comments
 (0)