Re: Filter by date range

2022-09-10 Thread Muhammad Juwaini Abdul Rahman
Either there's no data for that month or your query is wrongly formatted. Probably you can try your query in the shell first. On Sun, 11 Sept 2022 at 02:12, tech george wrote: > Hello Muhammad, > > I'm choosing dates between 2022-07-01 and 2022-07-30 which have records in > the db. > > I hope i

Re: Why I love Django

2022-09-10 Thread Robbi Nespu
Hello Paul On 10/9/2022 9:15 pm, Paul Onteri wrote: Choosing a web framework is hard. Especially now when there are a lot of frameworks on the market, each designed to address different project needs. Here is why I think that when building a large database-driven application, I would honestly

Re: django deploy on IIS

2022-09-10 Thread jayson lauwerends
I would really appreciate it. if you help me. What must I do. On Sat, Sep 10, 2022 at 8:36 PM Nemani Srinivas Murthy wrote: > I can help you with this, as I have deployed all my django apps on IIS. > > On Sun, 11 Sep 2022 at 2:29 AM, Paul Kudla (SCOM.CA Internet Services > Inc.) wrote: > >> >>

Re: django deploy on IIS

2022-09-10 Thread Nemani Srinivas Murthy
I can help you with this, as I have deployed all my django apps on IIS. On Sun, 11 Sep 2022 at 2:29 AM, Paul Kudla (SCOM.CA Internet Services Inc.) wrote: > > Ok please do not take this the wrong way . > > this comes from 20+ years of experience of all the different platforms. > > windows is

Re: Filter by date range

2022-09-10 Thread carlos
hello try debug query_results = Prescription.objects.filter(date__range=["2022-07-01"," 2022-07-30"]) len(query_results) if come with records so, fromdate and todate is the problem! On Sat, Sep 10, 2022 at 12:12 PM tech george wrote: > Hello Muhammad, > > I'm choosing dates between 2022-07-01 an

Re: django deploy on IIS

2022-09-10 Thread jayson lauwerends
Hi Paul, I am doing this because my internship and the company is familiar with IIS but not with Django. I will try other things first to try to get this server to work. I understand your point. If i don't get close to giving up i will ask if i can deploy it on another server. regards. Jayson de

Re: django deploy on IIS

2022-09-10 Thread Paul Kudla (SCOM.CA Internet Services Inc.)
Ok please do not take this the wrong way . this comes from 20+ years of experience of all the different platforms. windows is good for microsoft office etc, they have kinda set the standard in day to day useage to run a business. however production servers today are almost entirle

Re: DJANGO ADMIN SPECIFICATION

2022-09-10 Thread Dushime Mudahera Richard
yeah All u said can be done in short """CRUD *Best Regards * *Dushime Mudahera Richard* *Google Crowdsource Influencer* *GDSC Lead 2021-2022 Bugema University* *Visit :* https://www.facebook.com/BSA256 *Visit me *: Community Learning MS Web dev and

Re: What Programming Language should i learn

2022-09-10 Thread 'Kasper Laudrup' via Django users
On 10/09/2022 01.35, arts maxwell Anderson wrote: i need job in django anyone If you want anyone to take you seriously you should probably do a little more effort than that. Learning how to post to a mailing list/forum and not highjacking existing threads would be a good start. Kind rega

Re: DJANGO ADMIN SPECIFICATION

2022-09-10 Thread 'Kasper Laudrup' via Django users
On 10/09/2022 03.24, nana kwame wrote: Please I would like to ask if Django admin can be used to update and delete and create webpages also. If you write the appropriate models and views then yes, it can. And also if it can be used to update information on the user side from the admin panel.

Re: Facing Problem

2022-09-10 Thread 'Kasper Laudrup' via Django users
On 10/09/2022 12.00, Anil Singh wrote: Dear All When i running our program then coming this type of error, what is solutions Hard to know since you haven't provided enough information for anyone to help you. Remember that no one has any idea what you are trying to achieve, what your code

Re: Filter by date range

2022-09-10 Thread tech george
Hello Muhammad, I'm choosing dates between 2022-07-01 and 2022-07-30 which have records in the db. I hope i have answered you right. On Sat, Sep 10, 2022 at 8:41 AM Muhammad Juwaini Abdul Rahman < juwa...@gmail.com> wrote: > What's your value of 'fromdate' and 'todate'? > > On Sat, 10 Sept 202

django deploy on IIS

2022-09-10 Thread jayson lauwerends
Hello, Does anyone here know how to get a Django project to work on IIS. I have been trying for the last three weeks following different tutorials. Everyone on stack overflow is giving different answers. And i am losing my m9nd. -- You received this message because you are subscribed to the Googl

Re: Facing Problem

2022-09-10 Thread pankaj palmate
Hi Anil , you might need to pass Id In your view as argument On Sat, 10 Sep, 2022, 9:51 pm Anil Singh, wrote: > Dear All > When i running our program then coming this type of error, what is > solutions > > TypeError at /errorapi/insuranceDetails/get() missing 1 required > positional argument: 'i

DJANGO ADMIN SPECIFICATION

2022-09-10 Thread nana kwame
Please I would like to ask if Django admin can be used to update and delete and create webpages also. And also if it can be used to update information on the user side from the admin panel. Thank You -- You received this message because you are subscribed to the Google Groups "Django users" gr

Facing Problem

2022-09-10 Thread Anil Singh
Dear All When i running our program then coming this type of error, what is solutions TypeError at /errorapi/insuranceDetails/get() missing 1 required positional argument: 'id' Request Method: GET Request URL: http://127.0.0.1:8000/errorapi/insuranceDetails/ Django Version: 2.1.7 Exception Type

Why I love Django

2022-09-10 Thread Paul Onteri
Choosing a web framework is hard. Especially now when there are a lot of frameworks on the market, each designed to address different project needs. Here is why I think that when building a large database-driven application, I would honestly pay to use Django. https://paulonteri.com/thoughts/lo

Re: What Programming Language should i learn

2022-09-10 Thread arts maxwell Anderson
i need job in django anyone Le jeudi 1 septembre 2022 à 20:13:10 UTC+1, subtitle indo a écrit : > We have received your message and will be in touch withinSorry not to > reply sooner.Sorry not to reply sooner.Sorry not to reply sooner. > > On Tue, Aug 30, 2022 at 3:59 PM Shailesh Yadav > wrot