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
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 *
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
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
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
5 matches
Mail list logo