Changes between Initial Version and Version 1 of Ticket #29102


Ignore:
Timestamp:
Feb 1, 2018, 10:16:15 PM (6 years ago)
Author:
scone
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29102 – Description

    initial v1  
    1919 <URLPattern 'privacy-policy/' [name='privacy']>,
    2020 <URLPattern '' [name='index']>]
     21}}}
     22
     23I've set my app/urls.py file as the default ROOT_CONF:
     24
     25
     26{{{
     27ROOT_URLCONF = 'app_name.urls'
    2128}}}
    2229
Back to Top