Skip to content

Instantly share code, notes, and snippets.

@conquerex
Created July 1, 2016 13:41
Show Gist options
  • Save conquerex/d5ebac8dc1a4d9d7fc3b5c13ef9ae128 to your computer and use it in GitHub Desktop.
Save conquerex/d5ebac8dc1a4d9d7fc3b5c13ef9ae128 to your computer and use it in GitHub Desktop.
System check identified no issues (0 silenced).
July 01, 2016 - 08:00:45
Django version 1.9.7, using settings 'mysite.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CONTROL-C.
today >>>> 2016-07-01 08:00:49.750944
/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/django/db/models/fields/__init__.py:1453: RuntimeWarning: DateTimeField Poll.start_date received a naive datetime (2016-07-01 08:00:49.750944) while time zone support is active.
RuntimeWarning)
/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/django/db/models/fields/__init__.py:1453: RuntimeWarning: DateTimeField Poll.end_date received a naive datetime (2016-07-01 08:00:49.750944) while time zone support is active.
RuntimeWarning)
end >>>>
[01/Jul/2016 08:00:49] "GET /areas/%EB%AF%B8%EA%B5%AD/ HTTP/1.1" 200 627
Performing system checks...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment