Unpaid Internship

2023-04-25 Thread kelvin Ace
mailto:p...@scom.ca > Pls contact me directly at pa...@scom.ca please have an idea > > > thanks - paul > > Paul Kudla > > > SCOM.CA Internet Services Inc. > 004-1009 Byron Street South > Whitby, Ontario - Canada > L1N 4S3 > > Toronto 416.642.7266 > Main 1.866.411.7266 > Fax 1.888.892.7266 > > > O

Re: Unpaid Internship

2023-04-25 Thread John Diginee
Hi Paul, Please I'm unable to copy your email address. Thank you On Monday, April 24, 2023 at 4:58:05 PM UTC+1 Paul Kudla ( SCOM ) wrote: Pls contact me directly at pa...@scom.ca please have an idea thanks - paul Paul Kudla SCOM.CA Internet Services Inc. 004-1009 Byron Street South Whitby,

Re: python manage.py commonds: AttributeError: 'PosixPath' object has no attribute 'startswith'

2023-04-25 Thread David Nugent
This error is being triggered by an outdated and badly behaved module that contains the run_cmdb_worker management command. Anything that relies on the presence of BASE_DIR in settings is bad behaviour. This is an entirely arbitrary variable name that might not even be present in a non-default con

Re: Runtime decision on language support

2023-04-25 Thread Shawn Thomas
Thank you so much for your incredibly thorough response, Emmanuel! That is exactly the kind of insight I was hoping for. Best, Shawn From: django-users@googlegroups.com on behalf of ASAMOAH EMMANUEL Date: Monday, April 24, 2023 at 10:22 PM To: django-users@googlegroups.com Subject: Re: Runt

Django Left Outer Join

2023-04-25 Thread sebasti...@gmail.com
Hello Friends, i have in models.py following: class Money(Standard_Model_Mixin): title = models.CharField(default="", max_length=120, blank=True, null=True) amount = models.DecimalField(max_digits=6, decimal_places=2, blank=False, null=False) class Moneyreport(Standard_Model_Mixin,May