Thanks a lot to Makan Dianka and everyone who replied to my question. Your
help was greatly appreciated. I was able to solve the problem using Makan
Dianka's solution.
On Friday, June 16, 2023 at 9:00:20 AM UTC+5:30 Makan Dianka wrote:
> It is :
>
> STATICFILES_DIRS=[
> .
> ]
>
> Not :
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, Jun
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:
>
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 further
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
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.
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, <
> vai.pu..
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 <
aspershup
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
>>
>
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 = 'Plea
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 %}
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
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 <
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 20
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
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
>>
>>
> 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
# 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 = request.POST.get('referra
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?
19 matches
Mail list logo