-
Notifications
You must be signed in to change notification settings - Fork 2
Exercitii modele
dianaboiangiu edited this page Dec 2, 2020
·
7 revisions
- Clonați proiectul utilizând următoarea comanda:
git clone https://github.com/AWP2020-2021/socialapp
- Implementați modelul
Comment
conform schemei.
* text - tip Char, obligatoriu
* post - tip ForeignKey - Post, obligatoriu
* created_by - tip ForeignKey - User, obligatoriu
* created și updated - tip DATETIME, adăugate automat
- Implementați modelul
Country
conform schemei.
* code - tip Char, Primary Key, obligatoriu
* name - tip Char, obligatoriu
- Adăugați modelului
UserProfile
o cheie străină cătreCountry
, opțională. - Creați o migrare pentru schimbările făcute și aplicați-o.
- Înregistrați modelele în interfața de administrare și adăugați 2-3 rânduri pentru fiecare model.