Skip to content

Commit 7c49b3e

Browse files
step-000
1 parent 98b9b35 commit 7c49b3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

step-000/foo.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#
22
# Settings
33
#
4+
45
# from django.conf import settings
56

67
# settings.configure(
@@ -15,7 +16,7 @@
1516
# )
1617

1718
import django
18-
django.setup()
19+
# django.setup()
1920
print(django.get_version())
2021

2122
#

0 commit comments

Comments
 (0)