Question: 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.
 Django Assignment 1: Online Inventory Management System Procedures Create "inventory" app

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!