Rolling up  banner

Rolling up

2 devlogs
1h 37m 48s

Updated Project: I create more tables to stablish a relationship between them. For example I made a relationship with Spots. Therefore, an user can have many spots. I also create a table called ranking.
It was a bit hard to implement the relation…

Updated Project: I create more tables to stablish a relationship between them. For example I made a relationship with Spots. Therefore, an user can have many spots. I also create a table called ranking.
It was a bit hard to implement the relationships because I’ve never tried that in django, but I found good documentation about it.
A skater’s social media API made with Django where you can upload your favorite spots for your local area.

urielsalazar.dev

– Create a serializer for spots and restructure my models –
I decided to add jwt with auth, so I need to restructure my models colums. I was using a personalized table for columns but if I want a json web token, I could use it with the default user from Django.

Attachment
0
urielsalazar.dev

I create more tables to stablish a relationship between them. For example I made a relationship with Spots. Therefore, an user can have many spots. I also create a table called ranking.
It was a bit hard to implement the relationships because I’ve never tried that in django, but I found good documentation about it.
A skater’s social media API made with Django where you can upload your favorite spots for your local area.

Attachment
0