mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
4dff18e4a6
- 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!)
10 lines
139 B
Python
10 lines
139 B
Python
"""
|
|
Provides a JSON API for common components.
|
|
"""
|
|
|
|
# -*- coding: utf-8 -*-
|
|
from __future__ import unicode_literals
|
|
|
|
common_api_urls = [
|
|
]
|