Django 1.9 Tutorial - 14. How To Turn Data to JSON or XML

preview_player
Показать описание

📣 Other Social:
Рекомендации по теме
Комментарии
Автор

Did you cover user registration / authentication in the past ? Just curious . Brilliant series hope you continue it ^^

ThaEzioAuditore
Автор

I get a little confused (ok, very confused) between the serialize method and json.dumps. Can you explain to me what each is used for, Chris?

Colstonewall
Автор

Hey Chris, all your tutorials are significantly useful and knowledgeable. Why don't you post a tutorial video on complete web application using django with react.js ? Web application related on hotel booking system or ecommerce system which substantially covers react.js part on django?What you say?

tushant
Автор

Hi man, Can you make video django excute procedure databaste

vanrophan
Автор

Man, I should have learned django before flask.... Oh the nightmare it was trying to figure out what packages to install to convert the SQLAlchemy query objects into serialized strings (it was marshmellow, btw) which could then be jsonified...which could THEN be fed to my nifty jqgrid table to have and to hold :)

lunar_brained
Автор

Let's say I have a Django model like this:

Class City:
city_name as the model field,
Class State:
state_name as the model field,
Class Country:
country_name as the model field,

OR

Class Location:
city as the model field,
state as the model field,
country as the model field,

Now, I have a form field in my HTML template where I need to use the jQuery autocomplete to get country list in that form field.

My question is, would the country list be called from the Country Model Class or as a Model Field from the Location Model? How do I go about this?


Thanks in advance :D

donpislik
Автор

can you make a series which shows how to make a interactive responsive website using python

atharvapandey
Автор

Aren't you going to countinue making flask tutorials?

ThebesstKing