تماشای ویدئو Beginning Blog Django Web Development with Python 6 از آی-ویدئو

In this sixth Django web development with Python tutorial, we're going to cover working with models in Django. Our plan is to add the final element of our website: a blog. So far, we've worked with views and a controller, but have not really done anything with models. First off, what are models? Models contain "meta data" regarding your application's data. Generally, these models are used to describe just the elements in your database, but they can be built up to be much more than just that. Second, we kn
24 دی 1396
آی-ویدئو