Skip to content

Commit 4c52b94

Browse files
Code refactoring
1 parent 62a4f28 commit 4c52b94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

auctions/apps.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from django.apps import AppConfig
22

3+
34
class AuctionsConfig(AppConfig):
45
default_auto_field = 'django.db.models.BigAutoField'
56
name = 'auctions'

0 commit comments

Comments
 (0)