Python Forum
Thread Rating:
  • 1 Vote(s) - 2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Phyton with SQL DB
#1
Hello Everyone,

We have our local SQL Database that many other department access it by using crystalreports.
My Manager wants me to create a Website(Internal) that connects to our SQL DB and pull the reports for other department users. They must log in as either Google Apps Account or our Active Directory account to authenticate. 
My plan is to create a local Web App by using Python, Django firmware and connects to Local SQL DB.
Do you think i can achieve this with my plan?
Certainly, appreciate your Suggestions.
Thanks

Aniya Networks
Reply
#2
Sure. The hardest parts will probably be getting AD login working just right.
Reply
#3
Thanks Nilamo,
I really don't need to use AD authentication. I guess i can use google g suite authentication API. Do you know anything about it?
Thanks
ANS
Reply
#4
https://developers.google.com/identity/sign-in/web/

Almost all of Google's apis have a Python client that's official, because Google really likes python.
Reply
#5
Perfect, Thank you So much.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Web Scraping with phyton or another option? david45245 1 561 Nov-12-2023, 11:06 AM
Last Post: noisefloor

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020