Re: Student Club Management Web App: Seeking Collaboration and Advice from Experts

2024-03-05 Thread Kelvin Ugwu
Hello I'm kelvin, I have good experience working with Django and I want to use it to make contributions to your project. +2347084632922 On Tue, Mar 5, 2024, 9:59 PM André Lewis wrote: > I'm interested, this will be a good opportunity for me. 8763198281 > > On Mon, 4 Mar 2024, 9:30 am phala mat

RE: How to send email from django without authenticate smtp server

2024-03-05 Thread Mike Dewhirst
Why don't you use TLS so your connection with the server is encrypted? Port 25 is a bit ancient.--(Unsigned mail from my phone) Original message From: Praveen Chaudhary Date: 5/3/24 04:50 (GMT+10:00) To: django-users@googlegroups.com Subject: How to send email from django wit

RE: How to send email from django without authenticate smtp server

2024-03-05 Thread Mike Dewhirst
Why don't you use TLS so your connection with the server is encrypted? Port 25 is a bit ancient.--(Unsigned mail from my phone) Original message From: Praveen Chaudhary Date: 5/3/24 04:50 (GMT+10:00) To: django-users@googlegroups.com Subject: How to send email from django wit

Re: Student Club Management Web App: Seeking Collaboration and Advice from Experts

2024-03-05 Thread André Lewis
I'm interested, this will be a good opportunity for me. 8763198281 On Mon, 4 Mar 2024, 9:30 am phala mat, wrote: > Interested, this will be a good learning opportunity for me > +27739060158 > > On Mon, Mar 4, 2024 at 10:00 AM Patient makanga > wrote: > >> Interested, here is my WhatsApp: +27692

Re: Deploy multiple smart contracts on a single address and interact with them with web3.py

2024-03-05 Thread Yao Marius SODOKIN
OK thanks you. I will check it Le mar. 5 mars 2024 à 19:57, kolapo goodness a écrit : > here is an article on managing the* *stack too deep* *error > https://soliditydeveloper.com/stacktoodeep > > here is also a stackexchange conversation related to it > > https://ethereum.stackexchange.com/ques

Re: Deploy multiple smart contracts on a single address and interact with them with web3.py

2024-03-05 Thread kolapo goodness
here is an article on managing the* *stack too deep* *error https://soliditydeveloper.com/stacktoodeep here is also a stackexchange conversation related to it https://ethereum.stackexchange.com/questions/19587/how-to-fix-stack-too-deep-error On Tue, Mar 5, 2024 at 6:22 PM Yao Marius SODOKIN < yao

Re: Deploy multiple smart contracts on a single address and interact with them with web3.py

2024-03-05 Thread Yao Marius SODOKIN
ok thanks you sir, As far as storage variables concerned, I want create many instances of a contrat in my web API, then I use Structs for most of variables, That why I use really locals variables in my functions. if you have resources on it, you recommend to me Le mar. 5 mars 2024 à 18:08, kolapo

GraphQL library

2024-03-05 Thread zvo...@seznam.cz
I want start learn and use for my own project (together with Apollo frontend library). What do you think is a proper library selection in 2024? strawberry-graphql-django? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this

Re: Deploy multiple smart contracts on a single address and interact with them with web3.py

2024-03-05 Thread kolapo goodness
evm (ethereum virtual machine) uses the stack data structure and the depth is 1024 so if you get a stack too deep error you should check your solidity code and can also implement some slot packing techniques. the main issue comes from one or more of your functions where you're using a lot of variab

Django web site is not opened though runserver us running

2024-03-05 Thread ram.mu...@gmail.com
Hi, Could someone look at this post and help me understand what is missing? We think there is no issue in our Django application but Digital Ocean concluded that the issue is from our application. https://serverfault.com/questions/1155482/django-site-is-not-opening-up-on-digital-ocean-ubuntu-dr