migrations
|
Update "reference" field for shipment model
|
2021-10-26 22:13:55 +11:00 |
__init__.py
|
Run tests on custom validators
|
2019-06-17 22:18:00 +10:00 |
admin.py
|
Admin page for new model
|
2021-10-25 22:50:10 +11:00 |
api.py
|
Construct table of "shipments"
|
2021-10-26 00:17:17 +11:00 |
apps.py
|
Create initial models for 'Order'
|
2019-06-04 22:19:04 +10:00 |
forms.py
|
cut out the fat
|
2021-10-17 21:46:33 +11:00 |
models.py
|
Update "reference" field for shipment model
|
2021-10-26 22:13:55 +11:00 |
test_api.py
|
Add some more unit tests
|
2021-10-16 13:16:19 +11:00 |
test_views.py
|
PEP fixes
|
2021-10-05 16:39:18 +11:00 |
urls.py
|
Adds view for exporting sales order
|
2021-10-07 13:16:25 +11:00 |
views.py
|
Adds view for exporting sales order
|
2021-10-07 13:16:25 +11:00 |