Changes between Initial Version and Version 1 of Ticket #16368, comment 13


Ignore:
Timestamp:
Jul 13, 2011, 10:04:49 PM (13 years ago)
Author:
Ramiro Morales

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16368, comment 13

    initial v1  
    33trunk as of now (post r16493):
    44{{{
     5django/conf/__init__.py:75: DeprecationWarning: The ADMIN_MEDIA_PREFIX setting has been removed; use STATIC_URL instead.
     6  "use STATIC_URL instead.", DeprecationWarning)
     7django/conf/__init__.py:75: DeprecationWarning: The ADMIN_MEDIA_PREFIX setting has been removed; use STATIC_URL instead.
     8  "use STATIC_URL instead.", DeprecationWarning)
    59Validating models...
    610
    7110 errors found
    8 Django version 1.3, using settings 'foobar.settings'
     12Django version 1.4 pre-alpha, using settings 'foobar.settings'
    913Development server is running at http://127.0.0.1:8000/
    1014Quit the server with CONTROL-C.
    1115<class 'foobar.sites.models.Site'>
    12 [13/Jul/2011 21:54:39] "GET / HTTP/1.1" 200 0
     16[13/Jul/2011 22:03:45] "GET / HTTP/1.1" 200 0
    1317}}}
    1418
Back to Top