Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Python django Create a Django Project and an application if you haven't created one in the first assignment. You may just continue on the project
Python django
Create a Django Project and an application if you haven't created one in the first assignment. You may just continue on the project you made in the first assignment. 1) 2) (5 points) Create an admin user with username admin and a password 1 sehir 1 3) MODELS (10): You need to create three classes with CASCADING relationship. An example would be: Music Genre > Album> Song. Where each album belongs to a music genre and each song belongs to an Album Each of those objects when printed or shown in the database should be shown in the following form "id -title" where title (or name) is a charfield you have to specify in the class of that object. You may print them in any way you want as long the string representation of the object starts with id-title (e.g. Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started