Changes between Initial Version and Version 1 of Ticket #18089


Ignore:
Timestamp:
Apr 9, 2012, 1:09:12 PM (12 years ago)
Author:
Claude Paroz
Comment:

Please use the Preview button to be sure your description is well formatted before posting it.

Then, the ticketing system is not a way to get support for using Django. Open a ticket only when you really think there is a bug in Django, after having checked other means to obtain support (see https://code.djangoproject.com/wiki/TicketClosingReasons/UseSupportChannels).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18089

    • Property Resolutioninvalid
    • Property Status newclosed
  • Ticket #18089 – Description

    initial v1  
    77This is how my urls.py looks like,
    88
     9{{{
    910from django.conf.urls import patterns, include, url
    1011
     
    1920    url(r'^admin/', include(admin.site.urls)),
    2021)
     22}}}
Back to Top