Changes between Version 1 and Version 2 of Ticket #21927, comment 5


Ignore:
Timestamp:
Jan 12, 2015, 4:06:56 PM (10 years ago)
Author:
Ben Davis

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21927, comment 5

    v1 v2  
    3535
    3636def get_thing_url(current_app):
    37    #                                       The ‘instance namespace’ ╮
     37   #                                        The ‘instance namespace’ ╮
    3838   #                                                           ╭────┴────╮
    3939   return reverse("usefulapp:usefulapp_one_thing", current_app=current_app)
    40    #              ╰────┬────╯
    41    #                   ╰ the ‘application namespace’ (defaults to "usefulapp")
     40   #              ╰──────╯
     41   #                  ╰ the ‘application namespace’ (defaults to "usefulapp")
    4242
    4343}}}
Back to Top