Python Django + Microsoft SQL Server CRUD API Tutorial

preview_player
Показать описание
Related Tutorials:
--------------------
React JS + Python Django + SQLite full-stack app
--------------------
React JS + .NET Core Web API + Microsoft SQL full stack app
--------------------
.NET Core API + Vue JS + Microsoft SQL full-stack web app
--------------------
ASP .NET Core Web API + Microsoft SQL CRUD APIs
--------------------
ASP .Net Core Web API + MySQL | CRUD APIs Tutorial
--------------------
.NET Core Web API + PostgreSQL | CRUD APIs
--------------------
.Net Core Web API + MongoDB CRUD APIs
--------------------
Python Django + SQLite | REST APIs
--------------------
Python Django + PostgreSQL | REST API Tutorial
--------------------
Python Django + MySQL CRUD API Tutorial
--------------------
Python Django + MongoDB CRUD API Tutorial
--------------------
Python Django + Microsoft SQL Server CRUD API Tutorial
--------------------

In this vide, we will see how to create CRUD APIs using Python Django as backend and Microsoft SQL Server for database.
Рекомендации по теме
Комментарии
Автор

I really appriciate your video my friend, because I have an ERP developmented in Windows Forms and Microsoft SQL Server like a DataBase, and I was having a lot a problems to connect my new Webapp to connect it with my ERP, but with this video you helped me to keep working in Django, pyhton and React

bgbpunk
Автор

Content is very helpful. But I am facing compatibility issues as installing django-pyodbc-azure is downgrading django version to 2.1.15 which is incompatible with djangorestframework 3.15.2 and django-cors-header 4.4.0

jayasrilakshmialavala
Автор

Thanks for your attempt, but sorry the screen and sound was not clear and need to be re-stablished better

aboulfathfekri
Автор

The video was amazing, i am getting errors with a PUT & POST, GET and Delete works. I get the error "Failed to Update."

atoloyechambers
Автор

user define table not show in microsoft SQL server only default table of django is shows
why this happens plz if you know give answer
migration is done successfully.

jaitungodhani
Автор

i have a problem django-admin: The term 'django-admin' is not recognized as a name of a cmdlet

pacificbeetechs
Автор

Have to do this much for a connection through python and Sql server ?? 🙄😳😳

zulfiqar
Автор

will there be something else besides a employee portal lol?

juliuscecilia
Автор

Geeting below error,
Does anyone have idea how to resolve it?

conn = Database.connect(connstr,
django.db.utils.Error: ('01000', "[01000] [unixODBC][Driver Manager]Can't open lib : file not found (0) (SQLDriverConnect)")

surajb.khamkar