bill of materials

file-archive
29KB

add delete button

file-archive
28KB

https://chat.openai.com/share/99cb92bf-404a-42f2-8346-fc87a89a4bbaarrow-up-right

settings.py

STATIC_URL = 'static/'
STATICFILES_DIRS = [
    BASE_DIR / 'static',
]
STATIC_ROOT=(BASE_DIR/ "assets/")

MEDIA_URL = '/media/'
MEDIA_ROOT = os.path.join(BASE_DIR, 'assets/media/')

models.py

admin.py

create static/js folder and store fetch_sales_order_info.js

views.py

urls.py

Last updated