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/b85cc4ac-54eb-47bb-b78e-2364363f28d6%40googlegroups.com.

Reply via email to