Changes between Initial Version and Version 1 of Ticket #16368, comment 13
- Timestamp:
- Jul 13, 2011, 10:04:49 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16368, comment 13
initial v1 3 3 trunk as of now (post r16493): 4 4 {{{ 5 django/conf/__init__.py:75: DeprecationWarning: The ADMIN_MEDIA_PREFIX setting has been removed; use STATIC_URL instead. 6 "use STATIC_URL instead.", DeprecationWarning) 7 django/conf/__init__.py:75: DeprecationWarning: The ADMIN_MEDIA_PREFIX setting has been removed; use STATIC_URL instead. 8 "use STATIC_URL instead.", DeprecationWarning) 5 9 Validating models... 6 10 7 11 0 errors found 8 Django version 1. 3, using settings 'foobar.settings'12 Django version 1.4 pre-alpha, using settings 'foobar.settings' 9 13 Development server is running at http://127.0.0.1:8000/ 10 14 Quit the server with CONTROL-C. 11 15 <class 'foobar.sites.models.Site'> 12 [13/Jul/2011 2 1:54:39] "GET / HTTP/1.1" 200 016 [13/Jul/2011 22:03:45] "GET / HTTP/1.1" 200 0 13 17 }}} 14 18