We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea622eb commit c9aa4f2Copy full SHA for c9aa4f2
main.py
@@ -1,4 +1,5 @@
1
-from __future__ import print_function
+
2
+from django.utils import formats
3
4
if __name__ == '__main__':
- print('Hello world')
5
+ formats.get_format()
requirements.txt
@@ -1,4 +1,4 @@
-django==1.6.2
+django==1.7
ipython==3.2.0
qpid-python==0.32.1
filebrowser_safe==0.1
0 commit comments