wojtekidd / djangoapp-koszulki

Python bootcamp project - T-shirts portal
https://djangoapp-koszulki.herokuapp.com/
0 stars 3 forks source link

Created connection one to one between T-shirt and user. #38

Closed wojtekidd closed 4 years ago

wojtekidd commented 4 years ago

It looks like a 1-1 connection User to T-Shirt. To test it please make migrations and then see in the admin panel whether you're able to Edit a T-shirt by changing the user who is connected to it by choosing him/her from a drop-down list.