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
@arifzain68442 жыл бұрын
I am also developing an ERP but desktop based, and I am new to this I have some queries to ask 1) you talk about react, why is it react necessary here? 2) can I develop desktop based application or mobile app without react and only use django as api? 3) can I get results from my mobile using the link in postman for testing purpose?
@jayasrilakshmialavala52842 ай бұрын
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
@atoloyechambers13933 жыл бұрын
The video was amazing, i am getting errors with a PUT & POST, GET and Delete works. I get the error "Failed to Update."
@Sharstack1232 жыл бұрын
Migrate once
@jaitungodhani13543 жыл бұрын
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.
@pacificbeetechs3 жыл бұрын
i have a problem django-admin: The term 'django-admin' is not recognized as a name of a cmdlet
@ArtofEngineer3 жыл бұрын
Did you install Django module?
@surajb.khamkar7265 Жыл бұрын
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 '/opt/homebrew/lib/libmsodbcsql.17.dylib' : file not found (0) (SQLDriverConnect)")
@zulfiqar79673 жыл бұрын
Have to do this much for a connection through python and Sql server ?? 🙄😳😳
@ryanclark17842 жыл бұрын
technically no. You could just install pyodbc, then write a few functions to handle querying and printing data if you just need a proof of concept. This tutorial however does do a good job of showing how to setup a rest API between SQL Server and Django which as a project is more involved
@aboulfathfekri40442 жыл бұрын
Thanks for your attempt , but sorry the screen and sound was not clear and need to be re-stablished better
@juliuscecilia60053 жыл бұрын
will there be something else besides a employee portal lol?