mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-02 05:26:45 +00:00
- A lot of views / pages / etc needed to be updated too - Now uses django-money fields entirely - Create a manual rate exchange backend (needs more work!)
7 lines
55 B
Python
7 lines
55 B
Python
"""
|
|
URL lookup for common views
|
|
"""
|
|
|
|
common_urls = [
|
|
]
|