Re: Regarding Python Developer Job with 2 Year's of experience.

2023-06-15 Thread Bhaarat Krishnan
when can we discuss this? On Thu, Jun 15, 2023 at 4:19 PM Aniket Gadge wrote: > yes > > On Thu, Jun 15, 2023 at 3:56 PM Vairamuthu Puvanachandran < > vai.pu...@gmail.com> wrote: > >> Hi >> I am in Canada. I need occasional online help from time to time. Can we >> discuss? >> Regards >> Vai >>

Re: Undelivered Mail Returned to Sender

2023-06-15 Thread Steven Lizhi
Maybe you can use email cc param to send more email users. On Wed, Jun 14, 2023 at 8:19 PM Precious Imoniakemu < preciousimoniak...@gmail.com> wrote: > invoice_html = html2pdf('product/invoice.html', context) > > subject = 'Invoice for your order' > message =

can someone help me why my static files is not being rendered?

2023-06-15 Thread Aspersh Upadhyay
my settings.py STATIC_URL = 'static/' STATICFILES_DIR = [ BASE_DIR / "static" ] Template where I am trying to load static files {% extends 'base.html' %} {% load static %} {% block title %} Issue With Django static files {%endblock title %} {% block body %}

Re: Regarding Python Developer Job with 2 Year's of experience.

2023-06-15 Thread sunil kumar m.s
Hi , I am ok for providing help for python ,Django related topics. How can we connect further to talk ? Regards Sunil kumar M.S On Thu, 15 Jun, 2023, 3:56 pm Vairamuthu Puvanachandran, < vai.pu...@gmail.com> wrote: > Hi > I am in Canada. I need occasional online help from time to time. Can we

Re: Regarding Python Developer Job with 2 Year's of experience.

2023-06-15 Thread Bhaarat Krishnan
Hi sir I am Bhaarat Krishnan, Computer Science Undergraduate Student. I have experience in python and web development for 2 years. I can help you and would like to further discuss this with you. This is my resume to go through my profile. On Thu, Jun 15, 2023 at 3:56 PM Vairamuthu Puvanachandran

Re: Freelance Django and Python work

2023-06-15 Thread Francis F. Massaquoi, Jr.
Hi, I am interested in the Django and Python Developer freelancing role, I am a Python Developer with great experience working Django, Flask, FastApi and other advance frameworks. Based on my experience I believed I am be a great candidate for this role. I remain available, if there are any

Re: Newtwork Marketing System

2023-06-15 Thread Benjamin Schollnick
> Hi Everyone! > So I want to know how to implement a binary tree to a web app. > This is how the app works: > > — Person A opens an account > — Person A refers to people > — Person B invests, > — Person A get 10% of Person B's investment > So it goes on iteratively. Please note, nothing here

Re: Newtwork Marketing System

2023-06-15 Thread Abdul Felix
# views.py from django.shortcuts import render, redirect from .models import Person, BinaryTree def create_person(request): if request.method == 'POST': name = request.POST.get('name') account = float(request.POST.get('account')) referral_id =

Newtwork Marketing System

2023-06-15 Thread John Ayodele
Hi Everyone! So I want to know how to implement a binary tree to a web app. This is how the app works: — Person A opens an account — Person A refers to people — Person B invests, — Person A get 10% of Person B's investment So it goes on iteratively. Please, how can I implement this in Django?

Re: Regarding Python Developer Job with 2 Year's of experience.

2023-06-15 Thread Vairamuthu Puvanachandran
Hi I am in Canada. I need occasional online help from time to time. Can we discuss? Regards Vai On Tue, Jun 13, 2023 at 3:18 PM I think First. somi wrote: > Good > > On Tue, 13 Jun 2023, 11:49 talk fun, wrote: > >> You have nice cv >> And I am also job searching.. Iappreciate your skills >> >>

Re: Regarding Python Developer Job with 2 Year's of experience.

2023-06-15 Thread Aniket Gadge
yes On Thu, Jun 15, 2023 at 3:56 PM Vairamuthu Puvanachandran < vai.pu...@gmail.com> wrote: > Hi > I am in Canada. I need occasional online help from time to time. Can we > discuss? > Regards > Vai > > On Tue, Jun 13, 2023 at 3:18 PM I think First. somi > wrote: > >> Good >> >> On Tue, 13 Jun

Re: can someone help me why my static files is not being rendered?

2023-06-15 Thread Makan Dianka
It is : STATICFILES_DIRS=[ . ] Not : STATICFILES_DIR=[ . ] Just add S in the end of DIR like DIRS and make sur u create static folder in your project root. Le jeu. 15 juin 2023 à 16:52, Ngaga Dancan a écrit : > Use load static first before you use extends > > > On Thu,

Re: can someone help me why my static files is not being rendered?

2023-06-15 Thread ALBERT ASHABA AHEEBWA
According to your settings, the `Python.png` file should be inside `static` on the same level as `manage.py`. |---static / |-- Python.png |--manage.py |-- The file structure of almost that kind. If you're in development and this is a practice thing, you don't need `whitenoise` just yet.

Re: Regarding Python Developer Job with 2 Year's of experience.

2023-06-15 Thread Bhaarat Krishnan
I am in India and right now time is 8 42 PM. Can we have a meeting in 45 mins that is by 9 30 PM ? On Thu, 15 Jun, 2023, 8:25 pm André Hangalo, wrote: > > Please, share the link, I would like to join to > On Thu, 15/06/2023 at 15:08 Bhaarat Krishnan < > bhaaratkrishnan29...@gmail.com> wrote: >

Re: Regarding Python Developer Job with 2 Year's of experience.

2023-06-15 Thread André Hangalo
Please, share the link, I would like to join to On Thu, 15/06/2023 at 15:08 Bhaarat Krishnan wrote: > Can we have a Google meet > > On Thu, 15 Jun, 2023, 7:02 pm sunil kumar m.s, > wrote: > >> Hi , >> >> I am ok for providing help for python ,Django related topics. How can we >> connect

Re: can someone help me why my static files is not being rendered?

2023-06-15 Thread Ngaga Dancan
Use load static first before you use extends On Thu, Jun 15, 2023, 16:52 Prosper Lekia wrote: > Where is the Python.png located? > > From your code, it should be directly in your static folder not a > subfolder. So verify your file structure first. If every is in order, > confirm if whitenoise

Re: can someone help me why my static files is not being rendered?

2023-06-15 Thread Prosper Lekia
Where is the Python.png located? >From your code, it should be directly in your static folder not a subfolder. So verify your file structure first. If every is in order, confirm if whitenoise is installed, and been added to your MiddleWare. On Thu, Jun 15, 2023, 14:33 Aspersh Upadhyay <

Re: Regarding Python Developer Job with 2 Year's of experience.

2023-06-15 Thread Bhaarat Krishnan
Can we have a Google meet On Thu, 15 Jun, 2023, 7:02 pm sunil kumar m.s, wrote: > Hi , > > I am ok for providing help for python ,Django related topics. How can we > connect further to talk ? > > Regards > Sunil kumar M.S > > On Thu, 15 Jun, 2023, 3:56 pm Vairamuthu Puvanachandran, < >