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

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 004-1009 Byron Street South Whitby, Ontario - Canada L1N 4S3 Toronto 416.642.7266 Main 1.866.411.7266

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.)
I use a plugin / python program AUTHENTICATION_BACKENDS = ( # AxesStandaloneBackend should be the first backend in the AUTHENTICATION_BACKENDS list. 'axes.backends.AxesModelBackend', 'django.contrib.auth.email-auth.EmailBackend', 'django.contrib.auth.backends.ModelBackend',

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

Re: django deploy on IIS

2022-09-10 Thread Paul Kudla (SCOM.CA Internet Services Inc.)
Ok please do not take this the wrong way . this comes from 20+ years of experience of all the different platforms. windows is good for microsoft office etc, they have kinda set the standard in day to day useage to run a business. however production servers today are almost

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

2022-08-17 Thread Paul Kudla (SCOM.CA Internet Services Inc.)
ok i had a hudge problem when writing my invoice system in general you need to over ride the save defination in the admin and models.py files this was never clearly documented in django. I use inlines so the code gets really complicated really quickly i have given my code you will need

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: server can't connect in browser

2022-06-23 Thread Paul Kudla (SCOM.CA Internet Services Inc.)
ok this is networking 101 stuff if the server is running on 127.0.0.1 8000 (or whatever port) and you are trying to access from another system you need to use the ip address of the server (not 127.0.0.1) and it needs to be accesable on your network to be able to find it. best to try

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

2022-06-02 Thread Paul Kudla (SCOM.CA Internet Services Inc.)
thanks for the hint on gmailapi i figure they had something outlook has an azure server plugin (same idea) just an fyi i was taking a more generalized approach to the issue as an isp i have customers spanning several different providers needing a more generalized solution. gmail, office,

Re: POS Printer

2022-05-31 Thread Paul Kudla (SCOM.CA Internet Services Inc.)
ok a few zillion requirements You need something that will generate a pdf file and then send it to a printer / email etc Basically Pillow libs needs to be installed to generate a pdf file from there is is system dependant if running linux / freebsd then i would write the pdf file into the

Re: Django email | Gmail | Outlook

2022-05-30 Thread Paul Kudla (SCOM.CA Internet Services Inc.)
Unfortunately gmail / outlook although on different time tables will force oauth2 shortly without end users being able to avoid this. Thus outlook protocol will not really be an option. I have researched this with python and alike. right now there does not seem to be any turn key soultions

Re: What do they mean, exactly

2022-05-28 Thread Paul Kudla (SCOM.CA Internet Services Inc.)
this occurs when manage does not detect any changes to your project or if the project folders have lost sync. I have run into this before lots of times. this is based on djando 1.11 but should work moving forward in principal. In general try the following : syncdb : No longer exists

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

2022-05-28 Thread Paul Kudla (SCOM.CA Internet Services Inc.)
ok i will assume you are running a flavor of unix aka linux, freebsd etc /admin/login is a mount point but it depends on your hdd layout for example depending on your hdd initalization # df Filesystem SizeUsed Avail Capacity Mounted on