Changes between Version 1 and Version 2 of Ticket #21927, comment 5
- Timestamp:
- Jan 12, 2015, 4:06:56 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21927, comment 5
v1 v2 35 35 36 36 def get_thing_url(current_app): 37 # The ‘instance namespace’ ╮37 # The ‘instance namespace’ ╮ 38 38 # ╭────┴────╮ 39 39 return reverse("usefulapp:usefulapp_one_thing", current_app=current_app) 40 # ╰─── ─┬────╯41 # 40 # ╰───┬───╯ 41 # ╰ the ‘application namespace’ (defaults to "usefulapp") 42 42 43 43 }}}