Re: Can you help me sharing link documentation to learn django ?

2021-08-29 Thread Stijn Verholen
I think he's asking for help in using Django as an ORM tool, not a web framework. If that's the case: do a Google search for 'standalone django' or use sqlalchemy. Best regards, Stijn Verholen On Sat, 28 Aug 2021, 22:49 Kasper Laudrup, wrote: > On 28/08/2021 01.55, Thuan Nguyen Thi Bích

Re: Can you help me sharing link documentation to learn django ?

2021-08-28 Thread Lakshyaraj Dash X-D 25
The official documentation is the best one :- https://docs.djangoproject.com/en/3.2/ Any other help then please send it to dashlakshyaraj2...@gmail.com On Sat, 28 Aug 2021, 06:36 Thuan Nguyen Thi Bích, wrote: > Hi everyone > I'm not a developer. I'm a member of team Product. > I want to use

Re: Can you help me sharing link documentation to learn django ?

2021-08-28 Thread MR INDIA
Isn't the admin panel suffecient if you want to extract data from this website to any other app/website then tell the developers to make an api(recommended), or you can do web scraping (not recommended) On Sunday, 29 August 2021 at 02:20:33 UTC+5:30 Kasper Laudrup wrote: > On 28/08/2021 01.55,

Re: Can you help me sharing link documentation to learn django ?

2021-08-28 Thread Kasper Laudrup
On 28/08/2021 01.55, Thuan Nguyen Thi Bích wrote: > Hi everyone > I'm not a developer. I'm a member of team Product. > I want to use django tool to select data. > > Please share with me link to learn the way using tool django   . > Django is not a tool, but a web development framework:

Can you help me sharing link documentation to learn django ?

2021-08-27 Thread Thuan Nguyen Thi Bích
Hi everyone I'm not a developer. I'm a member of team Product. I want to use django tool to select data. Please share with me link to learn the way using tool django . *Example*: I select data from url of django tool. I need to learn more functions