ct: Re: How to fetch data from sql server and display on django web pages
You may want to check out sqlalchemy they provide a pretty good documentation
on what you are aftering
http://docs.sqlalchemy.org/en/latest/dialects/mssql.html
>From you view you can defile a function like so.
You may want to check out sqlalchemy they provide a pretty good
documentation on what you are aftering
http://docs.sqlalchemy.org/en/latest/dialects/mssql.html
>From you view you can defile a function like so.
view.py
from sqlalchemy import*
from django.shortcuts import render
def connectto_db(
groups.com on
> behalf of Amit Kadivar
> *Sent:* Sunday, February 11, 2018 6:37:28 AM
> *To:* Django users
> *Subject:* How to fetch data from sql server and display on django web
> pages
>
> Please Help me.
> How to fetch data from sql server and display them on django web
s.com on behalf
of Amit Kadivar
Sent: Sunday, February 11, 2018 6:37:28 AM
To: Django users
Subject: How to fetch data from sql server and display on django web pages
Please Help me.
How to fetch data from sql server and display them on django web pages through
nginx web server..
--
You rece
Please Help me.
How to fetch data from sql server and display them on django web pages
through nginx web server..
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
5 matches
Mail list logo