2 How To Create Models in DJANGO & Access Data from MSSQL

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

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

That’s very useful. Can the same be achieved using sql queries instead ? Looking for something to integrate django with custom sql queries. Thanks

Sajmon
Автор

Good showcase! Do you know how to use Django with multiple DB (sqlite + mssql)?

jeremyheng
Автор

DB connection is done but got the error while importing view from Products in url. because of it getting null value.

tejashreetakle
Автор

Bro.. I'm working on enterprise POS software with vb dotnet & Sql server., Now, I need to create a sales order using web.. will i go for dot net core or django or expressjs ??
Also which has future scope??

zulfiqar
Автор

Hi excelent video, but the error in your code is not return a HTTPResponse, when you work with view in django, you need pass parameters a request, *args or *kwargs or all together, and always you need to return a HTTPResponse(status_code, data:Dict), the rest is all excellent your explanation how to recreate the models from DB.

daqa
Автор

It is not working with Django 3.2, I suppose this feature is somehow not working in that version

samkundu
Автор

Can you provide a video of creating registration form in django using sqlite

easy_d
Автор

plz share the video with mssql stored procedure using django

arslanmehboob
Автор

Error is in urls. you are write path('home', but write this

faridhabibli
Автор

Why don't you just register the created models in Django admin? Its is so much better to showcase to your audience that models work, especially foreignkeys and can be easily extended to include filters and custom forms.

tekknokrat