mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
7 lines
55 B
Python
7 lines
55 B
Python
|
"""
|
||
|
URL lookup for common views
|
||
|
"""
|
||
|
|
||
|
common_urls = [
|
||
|
]
|