Thank you Jody, I will take a look at this and see how it goes. On Thursday, February 13, 2020 at 3:27:03 PM UTC-5, Jody Fitzpatrick wrote: > > Hello Ilya > > I would read the following: > > https://docs.djangoproject.com/en/3.0/topics/db/models/ > > Essentially, what you do in shell is what you would do in your code. > > I also believe you might want to look at how you are grabbing the posted > data. > > I would use something like url = request.GET.get('url', False) > > So you want break your code and can validate if it was indeed sent. > > Best of luck > > ps. > > Also, look at postgres models.JsonField >
-- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/2142e140-794f-4447-ba5e-8f7e69fa11ab%40googlegroups.com.

