Re: CAn we use Django framework in company industry ?

2022-09-13 Thread Scott Sawyer
Here is where license information is found on the website:  It is a 3 clause BSD License. https://docs.djangoproject.com/en/4.1/faq/general/#:~:text=Django%20is%20distributed%20under%20the,to%20modify%20and%20redistribute%20Django. So it's 'free' as in beer and free as in speech but there are

Re: CAn we use Django framework in company industry ?

2022-09-13 Thread Mohammed Alnajdi
Yes, Django is an open source framework and you can use it to build your own websites. Sent from my iPhone > On 13 Sep 2022, at 5:11 PM, خالد بن الوليد صحراوي > wrote: > > Hello. > I 'm working with Django to build a Web app for my industrial company, > I wans to ask if it possible to

Re: save_model doesn't run on Django version 4

2022-09-13 Thread Mike Kilmer
One thing I'm not sure of it, how to tell if a particular Admin page is triggering a particular Admin instance. On Tuesday, September 13, 2022 at 11:27:54 AM UTC-5 Mike Kilmer wrote: > After having upgraded from Django 3 to 4 the save_model() method isn't > running, though the form it imports

save_model doesn't run on Django version 4

2022-09-13 Thread Mike Kilmer
After having upgraded from Django 3 to 4 the save_model() method isn't running, though the form it imports does. ``` class MyCoolMapAdmin(SuperUserChangeOnlyMixIn, FilterByOwnerAdmin): form = MyCoolModelForm print("this prints on app initialization") def save_model(self,

Re: CAn we use Django framework in company industry ?

2022-09-13 Thread Anh Nguyen
Yes. It’s free. On Tue, 13 Sep 2022 at 22:53 Sada Nanda wrote: > Hello sir I am sadananda actually I want to start a ride sharing website > using django and python is that possible sir? > > On Tue, Sep 13, 2022, 7:46 PM Nikalesh Patil > wrote: > >> Write this mail in urdhu >> >> On Tue,

Portainer weird situation

2022-09-13 Thread Marcella Carvalho
Hi, guys. I use portainer to manage my docker containers. One of them is my django webapp, with a binded mounted volume in my server. When I recreated the container today with a newer image version, Portainer erased my volume. It never happened before. So, my question is, this has ever

Re: CAn we use Django framework in company industry ?

2022-09-13 Thread Sada Nanda
Hello sir I am sadananda actually I want to start a ride sharing website using django and python is that possible sir? On Tue, Sep 13, 2022, 7:46 PM Nikalesh Patil wrote: > Write this mail in urdhu > > On Tue, 13 Sep, 2022, 7:42 PM خالد بن الوليد صحراوي, < > mascara.sahraou...@gmail.com>

Re: CAn we use Django framework in company industry ?

2022-09-13 Thread Abdulfarid Olakunle
Yes, And I will be very happy to work with you for free on this your project. Just to gain more experience and connect with like minds Hoping for your response On Tue, Sep 13, 2022, 3:11 PM خالد بن الوليد صحراوي < mascara.sahraou...@gmail.com> wrote: > Hello. > I 'm working with Django to build

Re: CAn we use Django framework in company industry ?

2022-09-13 Thread Nikalesh Patil
Write this mail in urdhu On Tue, 13 Sep, 2022, 7:42 PM خالد بن الوليد صحراوي, < mascara.sahraou...@gmail.com> wrote: > Hello. > I 'm working with Django to build a Web app for my industrial company, > I wans to ask if it possible to build it and use it for free > is that possible ? > > -- >

CAn we use Django framework in company industry ?

2022-09-13 Thread خالد بن الوليد صحراوي
Hello. I 'm working with Django to build a Web app for my industrial company, I wans to ask if it possible to build it and use it for free is that possible ? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and

Re: how to make https work in django REST framework

2022-09-13 Thread sham khan
Hi Zhenwu, May you share the details of how you got this working? Regards, Shamim On Friday, February 14, 2014 at 2:47:43 AM UTC+5:30 zhen...@gmail.com wrote: > > Thanks all for your help. Finally we figured out how to do it from the doc > link Kirby provided. Really appreciated your help. >

RE: Looking for a Django firm

2022-09-13 Thread Osinaike Gbemileke
Hi, I am interested Sent from Mail for Windows From: Mike DewhirstSent: Tuesday, September 13, 2022 1:01 AMTo: Django usersSubject: Looking for a Django firm Hi all - I'm looking for a Django outfit with an interest in chemistry or customers in the chemical industry in Australia. Possible

DoesNotExist at /admin/blog/blog/add/: blog matching query does not exist

2022-09-13 Thread Jaap van Wingerde
Suddenly I can no longer add blogs to Django. Django says 'blog matching query does not exist'. That seems strange to me because I want to add something to the database and not request a blog. What could be going on here? admin.py: class blogadmin(admin.ModelAdmin): def save_model(self,