Re: Create email template with the click of a button

2021-04-17 Thread Ryan Nowakowski
Sorry for the weird wording below. Speech to text isn't all is cracked up to be. Just one more point: the JSONField allows your to easily do queries on the individual email addresses if your need to. On April 17, 2021 12:52:15 PM CDT, Ryan Nowakowski wrote: >I've had a similar issue in the past

Re: Create email template with the click of a button

2021-04-17 Thread Sebastian Jung
Hello, Emailfield is nothing other then a normal InputField but later with a special validator. I would take InputField then write your own Validator where you split input commasparated an validate every address with a regex. https://stackoverflow.com/questions/3217682/checking-validity-of-email-

View photos or videos in the Django app

2021-04-17 Thread מוריה יצחקי
Hi How to view photos or videos in the Django app I would be very happy to help Thank you!!! -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubsc

Re: Create email template with the click of a button

2021-04-17 Thread Ryan Nowakowski
I've had a similar issue in the past. With the latest version of Django pretty much each database back in now supports JSONField. So I created a custom field that inherits from JSON field to take a string of comma delimited values, split them by comma, validate each value individually, then stor

Using Signals and method in models to automate key and qrcode>> help

2021-04-17 Thread Tal Bar-Or
Hello , i have a simple model that create additional one to one relation to User a profile like table with tables of pytop code and qrcode associated per user. I had success to create the pytop code ,but the qr code i have difficulty to achieve it since i need to get, The current users creat