Re: python/django/vs code

2024-06-05 Thread Nagaraja
try below method {% block content %} {% endblock content %} On Wed, Jun 5, 2024 at 1:09 PM 'Mee “MeeGrp” Grp' via Django users < django-users@googlegroups.com> wrote: > I have two html files 1. view_sales.html 2. total_sales.html > > I want to display output of total_sales.html withi

Re: python/django/vs code

2024-06-05 Thread Web dev
Hi, I guess your trouble. Let me try. On Wed, Jun 5, 2024 at 4:38 PM 'Mee “MeeGrp” Grp' via Django users < django-users@googlegroups.com> wrote: > I have two html files 1. view_sales.html 2. total_sales.html > > I want to display output of total_sales.html within view_sales.html* > just below *

python/django/vs code

2024-06-05 Thread 'Mee “MeeGrp” Grp' via Django users
I have two html files 1. view_sales.html 2. total_sales.html I want to display output of total_sales.html within view_sales.html* just below * *view_sales.html output* Your help would be highly appreciated -- You received this message because you are subscribed to the Google Groups

Re: if not VALID_BUCKET.search(bucket) and not VALID_S3_ARN.search(bucket): TypeError: expected string or bytes-like object

2024-06-05 Thread Sanjay Sikdar
django-storages has been updated that's why you are getting this error. OLD SYNTAX from storages.backends.s3boto3 import S3Boto3Storage import os class MediaStorage(S3Boto3Storage): bucket_name = os.environ.get('AWS_STORAGE_BUCKET_NAME') location = 'media' class StaticStorage(S3Boto3St

Merging results of two .html files show up in one web page

2024-06-05 Thread 'Mee “MeeGrp” Grp' via Django users
I am working on an Inventory System ( just a trial - for learning purposes) platform - Python framework - Django VS Code/Sqlite3 Question: I have two html files 1. view_sales.html 2.total_sales.html view_sales.html Sales Product Total_price Sales P