Re: logging admin accesses

2023-12-19 Thread Larry Martell
On Mon, Dec 18, 2023 at 7:23 PM Mike Dewhirst wrote: > > On 19/12/2023 9:51 am, Larry Martell wrote: > > Hmmm, in my case I do not see any models for those in any of my models.py > files. Where would I expect to find them? > > > You have to write them yourself. Yeah, thanks. I know I can create

Re: Project together

2023-12-19 Thread Victor Beltran
Honor?, respeto? Algo que nunca caminaraa su lado El jueves, 14 de diciembre de 2023 a la(s) 6:12:28 a.m. UTC-8, Goke Aruna escribió: > My number is +2348090444023 <+234%20809%20044%204023> > > > On Thu, 23 Nov 2023, 7:13 pm Youssef Bachraoui, > wrote: > >> Hi developer i search to make a gro

Re: Project together

2023-12-19 Thread Victor Beltran
Has lo que te parezca conveniente, yo no juego. El jueves, 14 de diciembre de 2023 a la(s) 6:12:28 a.m. UTC-8, Goke Aruna escribió: > My number is +2348090444023 <+234%20809%20044%204023> > > > On Thu, 23 Nov 2023, 7:13 pm Youssef Bachraoui, > wrote: > >> Hi developer i search to make a group

Re: Project together

2023-12-19 Thread Victor Beltran
Mejor les prestó una soga? El jueves, 14 de diciembre de 2023 a la(s) 6:12:28 a.m. UTC-8, Goke Aruna escribió: > My number is +2348090444023 <+234%20809%20044%204023> > > > On Thu, 23 Nov 2023, 7:13 pm Youssef Bachraoui, > wrote: > >> Hi developer i search to make a group on WhatsApp to begin

Re: Project together

2023-12-19 Thread Victor Beltran
El hombre sin palabra es como una basura El jueves, 14 de diciembre de 2023 a la(s) 6:12:28 a.m. UTC-8, Goke Aruna escribió: > My number is +2348090444023 <+234%20809%20044%204023> > > > On Thu, 23 Nov 2023, 7:13 pm Youssef Bachraoui, > wrote: > >> Hi developer i search to make a group on What

Raising StopIteration causes Django to become completely unresponsive

2023-12-19 Thread Shaheed Haque
Hi, I'm running Django 4.2.7 with Python 3.11 on Ubuntu on my development setup (so no gunicorn, nginx etc, just standalone Django). I just ran into the following issue which, once it occurs, causes Django to become completely unresponsive: = 2023-12-19 16:07:02,763 [ERROR] asyncio: E

Re: Error while running '$ python manage.py collectstatic --noinput'.

2023-12-19 Thread ram.mu...@gmail.com
Hi Ihor, Thank you for your email. We do not have any reference to heroku but Digital Oceanś App platform is using heroku. We resolved the above error by adding this environment variable: DISABLE_COLLECTSTATIC = 1 But we are planning to enable this once the main deployment is done. Best Regar

Re: logging admin accesses

2023-12-19 Thread Mike Dewhirst
I was saying Django's inspectdb will write them for you.M--(Unsigned mail from my phone) Original message From: Larry Martell Date: 20/12/23 00:51 (GMT+10:00) To: django-users@googlegroups.com Subject: Re: logging admin accesses On Mon, Dec 18, 2023 at 7:23 PM Mike Dewhirst

Re: activate source my_env/bin/activate

2023-12-19 Thread 'Vip Busine' via Django users
day la nhom https://groups.google.com/g/django-users/c/959lKG6Oreg Vào lúc 00:50:52 UTC+7 ngày Thứ Năm, 16 tháng 11, 2023, Lutaaya Jamil đã viết: > Do as Mr. Jung said, and ensure to be in the same folder where your > virtual env is > On Wednesday, 15 November 2023 at 18:34:04 UTC+3 Sebastian J

Re: logging admin accesses

2023-12-19 Thread Larry Martell
I got this working. I had to add history = HistoricalRecords(m2m_fields=[products]) to the models with the M2M relationships. Did not see that in the docs anywhere. On Tue, Dec 19, 2023 at 2:17 PM Larry Martell wrote: > After creating the models for the m2m tables the changes to them are > not