Skip to content

Commit dd9dc76

Browse files
committed
Fix an error in Django example
1 parent 197407b commit dd9dc76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/django/manage.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/env python
22
"""Django's command-line utility for administrative tasks."""
33
import os
4+
import sys
45

56

67
def main():

0 commit comments

Comments
 (0)