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
t; 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 :) > > 2016-08-13 22:12 GMT+02:00 Paul Kudla <paul@gmail.com >: > > I am running djang

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

Re: Django call_command from Admin

2022-10-24 Thread Paul Kudla
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 10/21/2022 2:30 PM, Mohammad Ehsan Ansari wrote: Please refer the signal concept

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
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 User

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: Django email | Gmail | Outlook

2022-05-30 Thread Paul Kudla (SCOM.CA Internet Services Inc.)
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 longer support less

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: OperationalError at /admin/login database or disk is full

2022-05-28 Thread Paul Kudla (SCOM.CA Internet Services Inc.)
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 South Whitby, O

Re: What do they mean, exactly

2022-05-28 Thread Paul Kudla (SCOM.CA Internet Services Inc.)
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 Whitby, O

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.)
e 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, Paul Kudla (SCOM.CA Internet Services Inc.) wrote: > >

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: 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: I need help with saving data to django database.

2022-08-17 Thread Paul Kudla (SCOM.CA Internet Services Inc.)
new record) super(Contacts, self).save(*args, **kwargs) #Save the contact entry (in case of new record) Happy Wednesday !!! Thanks - paul Paul Kudla Scom.ca Internet Services <http://www.scom.ca> 004-1009 Byron Street South Whitby, Ontario - Canada L1N 4

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.)
d(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 416.642.7266 Main 1.866.411.7266 Fax 1.8

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