Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Django Assignment 1 : Online Inventory Management System Procedures Create inventory app Add inventory app to INSTALLED _ APPPS variable Create the model in model.py

Django Assignment 1: Online Inventory
Management System
Procedures
Create "inventory" app
Add "inventory" app to "INSTALLED_APPPS" variable
Create the model in
model.py
Register the model in
admin.py
Add 5 sample items in the "admin" page
Create index page in template folder to list the inventory
Render the index page
Map URL to index page in inventory
urls.py
Update the main entry point in the main
urls.py
Django Assignment 1: Online Inventory
Management System
Develop online inventory management system (app)
List all the inventory items including the inventory no., location, end user, description, brand, unit price and purchase date
Allow the user to update the inventory items in the Admin page
Show the inventory item(s) that the unit price is more than $10,000
Show the inventory item(s) that the purchase date is more than 5 years
Show the summary of total no. of inventory in each location and each user in table style
Apply the Bootstrap CSS to make a beautiful interface Import the sample data "Inventory_sample.xls" to the app.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Concepts of Database Management

Authors: Philip J. Pratt, Mary Z. Last

8th edition

1285427106, 978-1285427102

More Books

Students also viewed these Databases questions

Question

What is meant by the concept of rotational investing?

Answered: 1 week ago

Question

3. What might you have done differently

Answered: 1 week ago

Question

4. Did you rethink your decision?

Answered: 1 week ago