Re: Django call_command from Admin

2022-10-24 Thread Paul Kudla
s = [] send_to = ['moni...@scom.ca'] send_text = '\n\n'+ send_subject + '\n' sendmail(send_from,send_to,send_subject,send_text,send_files) #Send the warning email Happy Monday !!! Thanks - pau

Re: Django call_command from Admin

2022-10-24 Thread Paul Kudla
the current object then set new & date obj.new_invoice = False obj.save() copy = True Happy Monday !!! Thanks - paul Paul Kudla Scom.ca Internet Services <http://www.scom.ca> 004-

Re: how can i create databases, routers and install apps in runtime?

2022-10-31 Thread Paul Kudla
just add them using a text editor (vi etc) when you need to access them an import settings (already shoud be done) will present them python 101 stuff more then django fyi Happy Monday !!! Thanks - paul Paul Kudla Scom.ca Internet Services <http://www.scom.ca> 004-1009 Byron

Re: Django Admin

2023-03-13 Thread Paul Kudla
_path /www/admin.scom.ca/tmp/ php_admin_value soap.wsdl_cache_dir /www/admin.scom.ca/tmp/ php_admin_value upload_tmp_dir /www/admin.scom.ca/tmp AllowOverride All php_value session.save_path "/www/admin.scom.ca/" Happy Monday !!! Thanks - paul Paul Kudla Scom.ca Int

Re: Suggestions for Reducing Spam

2023-06-18 Thread Paul Kudla
Happy Sunday !!! Thanks - paul Paul Kudla Scom.ca Internet Services <http://www.scom.ca> 004-1009 Byron Street South Whitby, Ontario - Canada L1N 4S3 Toronto 416.642.7266 Main 1.866.411.7266 Fax 1.888.892.7266 Email p...@scom.ca On 6/18/2023 12:04 PM, Abhishek Choudhury wrote: Hi Django

Django 1.10 How to Take form Inputs (ie field one + field two = field three) and auto update before submitting the form.

2016-08-13 Thread Paul Kudla
I am running django 1.10 and assume i will need to use java scripts, jquery or angularjs Simply put i have a decimal field that i want to add to another decimal field and place the answer in a third decimal field. I want this to be displayed on the fly as the form gets data inputed on the clie

Re: Django 1.10 How to Take form Inputs (ie field one + field two = field three) and auto update before submitting the form.

2016-08-15 Thread Paul Kudla
} > > > (The script don't work as is but should give the general idea) > This way, the user see instantly the effect of their change but your > application only work with safe value. > > I hope I didn't go too far off-path and that will be useful to you :)

Re: Unpaid Internship

2023-04-24 Thread Paul Kudla ( SCOM )
Pls contact me directly at p...@scom.ca please have an idea thanks - paul Paul Kudla SCOM.CA Internet Services Inc.004-1009 Byron Street South Whitby, Ontario - Canada L1N 4S3Toronto 416.642.7266 Main 1.866.411.7266 Fax 1.888.892.7266 On Apr 24

Re: OperationalError at /admin/login database or disk is full

2022-05-28 Thread Paul Kudla (SCOM.CA Internet Services Inc.)
out where your database, dhango etc lives and go from there keep in mind that default locations usually work but sometimes not pending how your system was formatted. Happy Saturday !!! Thanks - paul Paul Kudla Scom.ca Internet Services <http://www.scom.ca> 004-1009 Byron Street

Re: What do they mean, exactly

2022-05-28 Thread Paul Kudla (SCOM.CA Internet Services Inc.)
table entries This can happen when syntax errors, migrations errors occured on the last run and it did not make it far enough to add the fields? hope this helps. Happy Saturday !!! Thanks - paul Paul Kudla Scom.ca Internet Services <http://www.scom.ca> 004-1009 Byron Street South Whit

Re: Django email | Gmail | Outlook

2022-05-30 Thread Paul Kudla (SCOM.CA Internet Services Inc.)
Monday !!! Thanks - paul Paul Kudla Scom.ca Internet Services <http://www.scom.ca> 004-1009 Byron Street South Whitby, Ontario - Canada L1N 4S3 Toronto 416.642.7266 Main 1.866.411.7266 Fax 1.888.892.7266 Email p...@scom.ca On 5/30/2022 7:22 AM, Dev femibadmus wrote: *Google* no

Re: POS Printer

2022-05-31 Thread Paul Kudla (SCOM.CA Internet Services Inc.)
reportlab.lib.colors import PCMYKColor, PCMYKColorSep, Color, black, blue, red, orange please understand that this is very rough approach if you need more info a can send my django code if nessesary but is tailered to my system fyi Happy Tuesday !!! Thanks - paul Paul Kudla Scom.ca Internet

Re: Django email | Gmail | Outlook

2022-06-02 Thread Paul Kudla (SCOM.CA Internet Services Inc.)
and busilding some sort of connect library per provider. Afterwhich i save the device key in a local database for future use? Happy Thursday !!! Thanks - paul Paul Kudla Scom.ca Internet Services <http://www.scom.ca> 004-1009 Byron Street South Whitby, Ontario - Canada L1N 4S3 T

Re: ?? question ,its urgent

2022-06-20 Thread Paul Kudla (SCOM.CA Internet Services Inc.)
Just an fyi your email showed up as suspect ?? spf=softfail (google.com: domain of transitioning abhinan...@snakescript.com does not designate 2607:f8b0:4864:20::62b as permitted sender) might want to get that fixed Happy Monday !!! Thanks - paul Paul Kudla Scom.ca Internet Services

Re: server can't connect in browser

2022-06-23 Thread Paul Kudla (SCOM.CA Internet Services Inc.)
telneting to the server as a test to verify ip & ports are correct. example : telnet 192.168.0.2 8000 for example if you get a response then you are good to go. ie "telnet 192.168.0.2 8000" Happy Thursday !!! Thanks - paul Paul Kudla Scom.ca Internet Services <http:/

Re: Fetch email from google

2022-07-08 Thread Paul Kudla (SCOM.CA Internet Services Inc.)
dea how of an iPhone, Android device, or Outlook could all be set up to work with MFA with a standard dovecot/postfix setup. Are there any practical solutions for easily implementing MFA that could work across multiple devices? >> Disclaimer: I work for Auth0 (now Okta) On 7/3/22 9:40 AM,

Re: I need help with saving data to django database.

2022-08-17 Thread Paul Kudla (SCOM.CA Internet Services Inc.)
phonenumber = '' for self.item in Contacts.objects.get(pk=self.accountid).phone_number.all(): if str(self.item.phone_number) == '' or str(self.item.phone_number) == 'None' or str(self.item.phone_type) == 'Fax' : pa

Re: django deploy on IIS

2022-09-10 Thread Paul Kudla (SCOM.CA Internet Services Inc.)
reasons. too many lib issues to mention a few. if you are running any kind of production server you really should look at a linux flavor (i use freebsd as it has several enhancements to the network layer) Again not an answer but maybe it is ! Happy Saturday !!! Thanks - paul Paul Kudla

Re: Need help Scraping a couple of websites

2022-12-16 Thread Paul Kudla (SCOM.CA Internet Services Inc.)
please contact me directly i am familiar with all sorts of databases and have had to migrate data across multiple platforms. Toronto 416.642.7266 Main 1.866.411.7266 Fax 1.888.892.7266 Email p...@scom.ca Happy Friday !!! Thanks - paul Paul Kudla Scom.ca Internet Services <h

Re: it is very hard to find both email and phone number as username to login

2023-02-26 Thread Paul Kudla (SCOM.CA Internet Services Inc.)
ne if user.check_password(password): return user ____ Happy Sunday !!! Thanks - paul Paul Kudla Scom.ca Internet Services <http://www.scom.ca> 004-1009 Byron Street South Whitby, Ontario - Canada L1N 4S3 Toronto

Re: Unpaid Internship

2023-04-30 Thread Paul Kudla (SCOM.CA Internet Services Inc.)
ok please see scom.ca for contact info did not realize email was blocked by django users list Happy Sunday !!! Thanks - paul Paul Kudla Scom.ca Internet Services <http://www.scom.ca> 004-1009 Byron Street South Whitby, Ontario - Canada L1N 4S3 Toronto 416.642.7266 Main 1.866.41

Re: Unpaid Internship

2023-04-30 Thread Paul Kudla (SCOM.CA Internet Services Inc.)
sorry for using the list John Diginee please see scom.ca for my info Happy Sunday !!! Thanks - paul Paul Kudla Scom.ca Internet Services <http://www.scom.ca> 004-1009 Byron Street South Whitby, Ontario - Canada L1N 4S3 Toronto 416.642.7266 Main 1.866.411.7266 Fax 1.888.892.7266 E