2024 at 02:37:27 UTC+5:30 Ryan Nowakowski wrote:
> Take a look at
> https://docs.djangoproject.com/en/5.0/ref/templates/builtins/#include
> On 6/4/24 7:13 AM, 'Mee “MeeGrp” Grp' via Django users wrote:
>
> I am working on an Inventory System ( just a trial - for lea
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
Hello could someone help me to make appear the index html page in the
application main?
Thanks
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to dj
day, 23 January 2023 at 01:18:57 UTC+5:30 Sadiqali ard wrote:
> In my html page shows an error like this:
> Page not found (404) Request Method:GET Request URL:
> http://127.0.0.1:8000/credentails/logout Using the URLconf defined in
> travelproject.urls, Django tried these URL
you have to put the static files and give their path inside the HTML
Em sexta-feira, 27 de janeiro de 2023 às 11:18:14 UTC-3, jack...@gmail.com
escreveu:
> I want to know the line of error so that I can make them follow the static
> folder
--
You received this message because y
In my html page shows an error like this:
Page not found (404) Request Method:GET Request URL:
http://127.0.0.1:8000/credentails/logout Using the URLconf defined in
travelproject.urls, Django tried these URL patterns, in this order: admin/
[name='demo'] credentials/ ^s
Thanks it worked but I would like to ask you, why did you use " game" in
{%for game in combined_list %} ? En what is the role of 'game'
On Sat, Jan 14, 2023, 8:35 PM Hector Mwaky wrote:
>
>1.
>
>In the windows_games view in others/views.py, you are using the
>filter() method on the
1.
In the windows_games view in others/views.py, you are using the filter()
method on the Action and Adventure models to get the action and adventure
games that have the 'os' field set to 'windows'. Then you are using the
itertools.chain() function to combine the two que
Hey! Am having a problem. And l request for your Help.
Am having 3 apps in Django project
- action
- adventure
- others
#action/ models.py
class Action(models.Model):
name=models.Charfield()
os= models.Charfield( choices=OS)
#adventure/models.py
class Adventure(model
First you check,you may not be include TEMPLATE_TAG in your settings.py file
On Fri, 4 Nov, 2022, 8:02 am Mario Shaya, wrote:
> employeedetail.empPhoto.url
>
> Le jeudi 3 novembre 2022 à 22:13:41 UTC+3, subtitle indo a écrit :
>
>> Sorry to write again so quickly.
>>
>> On Thu, Nov 3, 2022 at 10
employeedetail.empPhoto.url
Le jeudi 3 novembre 2022 à 22:13:41 UTC+3, subtitle indo a écrit :
> Sorry to write again so quickly.
>
> On Thu, Nov 3, 2022 at 10:15 AM muwaga micheal wrote:
>
>> Can you share the code?
>>
>> On Wednesday, November 2, 2022 at 3:11:37 PM UTC+3 MaheshKumar wrote:
>>
Can you share the code?
On Wednesday, November 2, 2022 at 3:11:37 PM UTC+3 MaheshKumar wrote:
> I have given the photos in the database but it does not displays in the
> webpage.
>
> [image: Screenshot (25).png]
>
--
You received this message because you are subscribed to the Google Groups
"D
Someone is not even doing basic django tutorial...
On Mon, 31 Oct 2022 at 18:04, Ammar Mohammed wrote:
> Hello
>
> Have you added your index page view to your project's urlpatterns ?
>
> Regards
>
> On Mon, 31 Oct 2022, 11:33 AM REMY TOUITOU, wrote:
>
>> Hello , thanks you , I try to connect ,
Hello
Have you added your index page view to your project's urlpatterns ?
Regards
On Mon, 31 Oct 2022, 11:33 AM REMY TOUITOU, wrote:
> Hello , thanks you , I try to connect , what is you Telefon number , mine
> is 0033687798426
>
> Le dimanche 30 octobre 2022, Adebileje Nurudeen a
> écrit :
>
Hello , thanks you , I try to connect , what is you Telefon number , mine
is 0033687798426
Le dimanche 30 octobre 2022, Adebileje Nurudeen a
écrit :
> Can we chat on WhatsApp for more help on that??
>
> On Sun, Oct 30, 2022 at 8:46 PM REMY TOUITOU
> wrote:
>
>> hELLO , when i launch , in visual
Can we chat on WhatsApp for more help on that??
On Sun, Oct 30, 2022 at 8:46 PM REMY TOUITOU wrote:
> hELLO , when i launch , in visual studio code ,i can't found the page
> index.html,
>
> i launch http//localhost:8000 AND I SEE the first page created with Django
>
> and i want to see the page
hELLO , when i launch , in visual studio code ,i can't found the page
index.html,
i launch http//localhost:8000 AND I SEE the first page created with Django
and i want to see the page index.HTML ;
Thanks you for your help
--
You received this message because you are subscribed to the Google
You could instead use Whitenoise if Firebase Storage doesn't work out for
you. http://whitenoise.evans.io/en/stable/
On Thursday, June 30, 2022 at 2:45:17 PM UTC+8 koushi...@gmail.com wrote:
> I want to get image in input tag in Html page and upload it to the
> firebase storage wh
I want to get image in input tag in Html page and upload it to the firebase
storage when the HTML form(not Django Form) is submitted.
I am unable to find solution for it. Everywhere i notice that all are
uploading image via javascript to firebase storage that too with an old
version which is
use jquery
On Fri, Jun 17, 2022 at 12:08 PM Abhinandan K
wrote:
> for example-
> fields are-
> name,age,salary. +
> and when user click on + sign same fields increased according to user
> clicks on + sign..
>
> --
> You received this message because you are subscribed to the Google Groups
> "Dj
You can use js or jquery for that.
On Fri, Jun 17, 2022, 12:38 PM Abhinandan K
wrote:
> for example-
> fields are-
> name,age,salary. +
> and when user click on + sign same fields increased according to user
> clicks on + sign..
>
> --
> You received this message because you are subscribed to t
for example-
fields are-
name,age,salary. +
and when user click on + sign same fields increased according to user
clicks on + sign..
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from i
hi,
check out this project
link:
https://stackoverflow.com/questions/72638447/python-django-whatsapp-bot-to-let-others-to-signup-to-dbs-without-using-html
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this
Yes, I’m Fullstack developer
On Wed, 8 Jun 2022 at 03.46 mah...@gmail.com wrote:
> Are you the developer we are searching for? We need a developer with
> backend skills in django (Rest API), fluent in python, postgres SQL, Vue
> JS, CSS and HTML to join our team. We use github fo
Are you the developer we are searching for? We need a developer with
backend skills in django (Rest API), fluent in python, postgres SQL, Vue
JS, CSS and HTML to join our team. We use github for version controls.
We have a application that needs some code reviewing also.
Send your
Thanks Mike. It worked !
On Tuesday, May 3, 2022 at 9:32:26 AM UTC+5:30 Mike Dewhirst wrote:
> On 3/05/2022 8:44 am, Hazho Human wrote:
>
> Why not serving that specific URL with Nginx or Apache?
>
> On Tue, 3 May 2022 at 03:15, Santhosh sridhar
> wrote:
>
>> Hi,
On 3/05/2022 8:44 am, Hazho Human wrote:
Why not serving that specific URL with Nginx or Apache?
On Tue, 3 May 2022 at 03:15, Santhosh sridhar
wrote:
Hi,
I have few html files which are not part of my django project
templates directory.
I want to render these html files as
Why not serving that specific URL with Nginx or Apache?
On Tue, 3 May 2022 at 03:15, Santhosh sridhar
wrote:
> Hi,
>
> I have few html files which are not part of my django project templates
> directory.
> I want to render these html files as a response into some url.
>
>
Hi,
I have few html files which are not part of my django project templates
directory.
I want to render these html files as a response into some url.
Could someone help if you have any idea?
I tried using {% include %} and it gave TemplateDoesNotExist error.
-Santhosh
--
You received this
me some project codes pics so that i can help you.
>
> On Sat, 2 Apr, 2022, 8:34 pm 5021-Chandra Prakash.S,
> wrote:
>
>> i am new to django, there is no error in my project but my html page is
>> not loading ,its just appearing white blank screen when i run the server.I
Will you send me some project codes pics so that i can help you.
On Sat, 2 Apr, 2022, 8:34 pm 5021-Chandra Prakash.S, <
chan8754584...@gmail.com> wrote:
> i am new to django, there is no error in my project but my html page is
> not loading ,its just appearing white blank screen wh
i am new to django, there is no error in my project but my html page is not
loading ,its just appearing white blank screen when i run the server.I had
checked settings.py file and edited the templates setting but then too my
html file isn't loading.
--
You received this message becaus
*@Jisson Varghese Thank you very much it worked completely fine now*
On Tuesday, February 1, 2022 at 11:39:22 PM UTC+5:30 jis...@gmail.com wrote:
> Check whether FileResponse instead of StreamingHttpResponse helps to solve
> the issue ,
> https://docs.djangoproject.com/en/4.0/ref/request-respon
Check whether FileResponse instead of StreamingHttpResponse helps to solve
the issue ,
https://docs.djangoproject.com/en/4.0/ref/request-response/#fileresponse-objects
On Tue, Feb 1, 2022 at 11:26 PM Aadil Rashid
wrote:
> I am trying to generating pdf from webpages, using popen , but when i call
I am trying to generating pdf from webpages, using popen , but when i call
this
view it generates UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd3
in position 10: invalid continuation byte
This is my view
from projName.settings import BASE_DIR
from subprocess import Popen, PIPE, STDOUT
Hello, Kasper Laudrup I really appreciate your idea, but i need to get
this done only by using headless chrome.
On Sat, Jan 29, 2022 at 10:40 PM Kasper Laudrup
wrote:
> On 29/01/2022 16.58, Aadil Rashid wrote:
> > Hello Django Family, I came across the problem of downloading HTML pag
On 29/01/2022 16.58, Aadil Rashid wrote:
Hello Django Family, I came across the problem of downloading HTML pages
as pdf using headless chrome, Can anybody here who could please let me
know how can I do it or any good resource to follow, it would be
appreciable. I am using Django python,
You
nvert it to pdf
>
> On Sat, Jan 29, 2022 at 9:31 PM Vishesh Mangla
> wrote:
>
>> Get the link and cookies from the webdriver and put that in requests.get
>> using request library to download the html on the page.
>>
>> On Sat, 29 Jan 2022, 21:29 Vishesh Mangla,
&g
from request.get("https://---";) i am getting instance
of requests.models.Response, how can i convert it to pdf
On Sat, Jan 29, 2022 at 9:31 PM Vishesh Mangla
wrote:
> Get the link and cookies from the webdriver and put that in requests.get
> using request library to download
Get the link and cookies from the webdriver and put that in requests.get
using request library to download the html on the page.
On Sat, 29 Jan 2022, 21:29 Vishesh Mangla,
wrote:
> Use requests for that .
>
> On Sat, 29 Jan 2022, 21:28 Aadil Rashid, wrote:
>
>> Hello Dja
Use requests for that .
On Sat, 29 Jan 2022, 21:28 Aadil Rashid, wrote:
> Hello Django Family, I came across the problem of downloading HTML pages
> as pdf using headless chrome, Can anybody here who could please let me know
> how can I do it or any good resource to follow, it
Hello Django Family, I came across the problem of downloading HTML pages as
pdf using headless chrome, Can anybody here who could please let me know
how can I do it or any good resource to follow, it would be appreciable. I
am using Django python,
Thank you very much.
--
You received this
Check the spelling of your style
On Wed, Jul 28, 2021, 4:31 AM Baxtiyor Boboraximov
wrote:
> if you want to solve this problem you must sendmi ful project not html
> file.
>
>
> пт, 28 мая 2021 г. в 23:39, sukhy gill :
>
>> Dear Frnds
>> I am
syle.css?
On Wed, 28 Jul 2021, 15:24 Aashish Kumar,
wrote:
>
> Do hard refresh
>
> Ctrl + f5
>
> On Sat, 29 May 2021 at 12:09 AM, sukhy gill
> wrote:
>
>> Dear Frnds
>> I am unable to link CSS with HTML
>> HTML working but CSS not work
Do hard refresh
Ctrl + f5
On Sat, 29 May 2021 at 12:09 AM, sukhy gill
wrote:
> Dear Frnds
> I am unable to link CSS with HTML
> HTML working but CSS not working inside the .html file with the help of
> LINK in tag
>
> I am using thefollowi
if you want to solve this problem you must sendmi ful project not html
file.
пт, 28 мая 2021 г. в 23:39, sukhy gill :
> Dear Frnds
> I am unable to link CSS with HTML
> HTML working but CSS not working inside the .html file with the help of
> LINK in tag
&g
39, sukhy gill :
>
>> Dear Frnds
>> I am unable to link CSS with HTML
>> HTML working but CSS not working inside the .html file with the help of
>> LINK in tag
>>
>> I am using thefollowings:-
>> Setting.py - STATICFILES_DIRS=[os.path.join(BASE_DI
hello . you must add to sittings.py this code.
STATIC_URL = '/static/'
STATICFILES_DIRS = (str(BASE_DIR.joinpath('static')),)
пт, 28 мая 2021 г. в 23:39, sukhy gill :
> Dear Frnds
> I am unable to link CSS with HTML
> HTML working but CSS not worki
..@gmail.com wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Yes Sir,There was no mistake in code. Code problem was only
>>>>>>>>>>>>>>> in mail cont
>>>>>>>>>>>> in mail content actually code was correct as instruction given
>>>>>>>>>>>>>> by Aniket Sir
>>>>>>>>>>>>>>
>>>>>>>>
template
>>
>> send_mail(subject, message, from_email, [email],
>> fail_silently=False, html_message=html_message)
>> return HttpResponse('Done')
>>
>> else:
>>
essage)
> return HttpResponse('Done')
>
> else:
> print('Not there events')
> return redirect('warning.html2')
>
> else:
> return HttpResponse('Registration closed')
>
>
27;warning.html2')
else:
return HttpResponse('Registration closed')
On Sat, Jul 3, 2021 at 6:05 PM SKYLINE TV wrote:
> i am currently building a contact us form.
> when my users filed the form and submit it will send them welcome
> message and send also fo
i am currently building a contact us form.
when my users filed the form and submit it will send them welcome message
and send also forward the user data to my email.
i was able to used mailMultiAlternatives to achieve sending the html
template to my users with the code below
Thank you, it worked!
On Tue, 15 Jun 2021 at 00:13, Nikeet NA wrote:
> Change the type of button back to type='button" rather than type="submit"
>
> On Monday, 14 June 2021 at 22:39:27 UTC+5:30 arit...@gmail.com wrote:
>
>> Hi,
>> I'm facing an error with the Place Order button not working when
Change the type of button back to type='button" rather than type="submit"
On Monday, 14 June 2021 at 22:39:27 UTC+5:30 arit...@gmail.com wrote:
> Hi,
> I'm facing an error with the Place Order button not working when the user
> is choosing the default address. Kindly help me out in this regard
Hi,
I'm facing an error with the Place Order button not working when the user
is choosing the default address. Kindly help me out in this regard and let
me know if any other files are needed.
Thank you in advance
Regards,
Aritra.
class Address(BaseModel):
user = models.ForeignKey(User, on_dele
When we host in server always it shows the our hosted server ip address
,not the users IP address, I tried collecting ip from the request it's
giving the hosted server ip address.
Thanks and regards
Sachin B.G
On Fri, 4 Jun, 2021, 2:16 AM Stephen olumide, wrote:
> Wow...thanks for the response.
Wow...thanks for the response. Yes we are all on same network in an
organization. I will send view.py and index.html code later, it's 9:46pm
here.
Regards
On Thu, Jun 3, 2021, 6:54 PM Kasper Laudrup wrote:
> On 03/06/2021 12.04, Stephen olumide wrote:
> > Hello Everyone,
> > I need help with my
On 03/06/2021 12.04, Stephen olumide wrote:
> Hello Everyone,
> I need help with my Django web app, see link below
> https://caryang.pythonanywhere.com
It would be much more useful if you could link to the source code, or
even better, the relevant snippets instead.
> I need the form to display/po
Hello Everyone,
I need help with my Django web app, see link below
https://caryang.pythonanywhere.com
I need the form to display/populate the following:
- Username
- System Name
- IP Address
- MAC Address
The user can fill remaining fields manually:
- System Brand
- System Type
- Model
- Location
en by
>>>>>>>>>>>>> Aniket Sir
>>>>>>>>>>>>>
>>>>>>>>>>>>> Regards
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>&g
Plus is it 'syle' or 'style'
On Wed, Jun 2, 2021, 20:26 Robert Edward wrote:
> You are missing a closing (') when loading style.css
>
> On Fri, May 28, 2021, 21:39 sukhy gill wrote:
>
>> Dear Frnds
>> I am unable to link CSS wit
You are missing a closing (') when loading style.css
On Fri, May 28, 2021, 21:39 sukhy gill wrote:
> Dear Frnds
> I am unable to link CSS with HTML
> HTML working but CSS not working inside the .html file with the help of
> LINK in tag
>
> I
;>>>>>> Chrome Goto Settings ---> Choose Privacy and Security --->
>>>>>>> select cookies and other site data --> select see all cookies and site
>>>>>>> data
>>>>>>> --> Remove all
>>>>>&
May 29, 2021 at 9:50 AM sukhy gill
>>>>>> wrote:
>>>>>>
>>>>>>> @Venu Gopal
>>>>>>>
>>>>>>> No Sir, I don't know, how to do this.
>>>>>>>
>>>>
gt;>>>>
>>>>>>>>>>>> On Sat, May 29, 2021, 13:14 lalit suthar >>>>>>>>>>> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> have you checked Aniket's ans
thar >>>>>>>>>> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> have you checked Aniket's answer?
>>>>>>>>>>>>
>>>>>>>>>>>> On Saturday, 29 Ma
> sukhy.g...@gmail.com wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Done Sir, but not working
>>>>>>>>>>>>
>>>>>>>>>>>> On Sat, May 29, 2021, 10:50 Venu Gopal >>>>>>>&
gt;> Done Sir, but not working
>>>>>>>>>>>
>>>>>>>>>>> On Sat, May 29, 2021, 10:50 Venu Gopal >>>>>>>>>> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> I
and cookies in the browser?
>
> On Sat, May 29, 2021 at
> 12:08 AM sukhy gill
>
>
t;>>>>>>> wrote:
>>>>>>>>>>
>>>>>>>>>>> In Firefox Goto Preferences ---> Choose Privacy and
>>>>>>>>>>> Security ---> scroll down until you get cookies
Done but not working
Regards
On Sat, May 29, 2021, 22:17 Chelsea Fan try to change settings
>
> STATIC_DIR = [
> os.path.join(BASE_DIR,'static')
> ]
>
> On Fri, May 28, 2021 at 9:38 PM sukhy gill
> wrote:
>
>> Dear Frnds
>> I am una
gt;>>>>>>> In Firefox Goto Preferences ---> Choose Privacy and Security
>>>>>>>>>> ---> scroll down until you get cookies and site data --> clear data
>>>>>>>>>> Chrome Goto Settings ---> C
Did you name your css syle.css on purpose? If not you might just have a
typo.
On Fri, May 28, 2021 at 2:38 PM sukhy gill wrote:
> Dear Frnds
> I am unable to link CSS with HTML
> HTML working but CSS not working inside the .html file with the help of
> LINK in
try to change settings
STATIC_DIR = [
os.path.join(BASE_DIR,'static')
]
On Fri, May 28, 2021 at 9:38 PM sukhy gill wrote:
> Dear Frnds
> I am unable to link CSS with HTML
> HTML working but CSS not working inside the .html file with the help of
> LINK
ferences ---> Choose Privacy and Security
>>>>>>>>> ---> scroll down until you get cookies and site data --> clear data
>>>>>>>>> Chrome Goto Settings ---> Choose Privacy and Security --->
>>>>>>>>> select cookies and
site
>>>>>>>> data
>>>>>>>> --> Remove all
>>>>>>>>
>>>>>>>> On Sat, May 29, 2021 at 9:50 AM sukhy gill
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>
How?
Sent from my iPhone
> On 28 May 2021, at 7:38 PM, sukhy gill wrote:
>
> Dear Frnds
> I am unable to link CSS with HTML
> HTML working but CSS not working inside the .html file with the help of LINK
> in tag
>
> I am using thef
ther site data --> select see all cookies and site
>>>>>>> data
>>>>>>> --> Remove all
>>>>>>>
>>>>>>> On Sat, May 29, 2021 at 9:50 AM sukhy gill
>>>>>>> wrote:
>>>>>>>
&
; data
>>>>>>>> --> Remove all
>>>>>>>>
>>>>>>>> On Sat, May 29, 2021 at 9:50 AM sukhy gill
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> @Venu Gopal
>>
other site data --> select see all cookies and site
>>>>>>> data
>>>>>>> --> Remove all
>>>>>>>
>>>>>>> On Sat, May 29, 2021 at 9:50 AM sukhy gill
>>>>>>> wrote:
>>>>>>>
r site data --> select see all cookies and site
>>>>>> data
>>>>>> --> Remove all
>>>>>>
>>>>>> On Sat, May 29, 2021 at 9:50 AM sukhy gill
>>>>>> wrote:
>>>>>>
>>>&g
gill
>>>>> wrote:
>>>>>
>>>>>> @Venu Gopal
>>>>>>
>>>>>> No Sir, I don't know, how to do this.
>>>>>>
>>>>>> May I know Sir, how to do the same?
>>>>>>
>>&g
gt; May I know Sir, how to do the same?
>>>>>
>>>>> Regards
>>>>>
>>>>> On Sat, May 29, 2021, 09:41 Venu Gopal >>>>
>>>>>> Hi, Have you tried deleting existing cache and cookies in the
>>>>>> b
@Venu Gopal
>>>>
>>>> No Sir, I don't know, how to do this.
>>>>
>>>> May I know Sir, how to do the same?
>>>>
>>>> Regards
>>>>
>>>> On Sat, May 29, 2021, 09:41 Venu Gopal >>>
>>&g
Style was wrong, you wrote syle, correct it
On Fri, 28 May 2021, 9:38 pm sukhy gill, wrote:
> Dear Frnds
> I am unable to link CSS with HTML
> HTML working but CSS not working inside the .html file with the help of
> LINK in tag
>
> I am using thefollowi
>>
>>>> Hi, Have you tried deleting existing cache and cookies in the browser?
>>>>
>>>> On Sat, May 29, 2021 at 12:08 AM sukhy gill
>>>> wrote:
>>>>
>>>>> Dear Frnds
>>>>> I am un
same?
>>
>> Regards
>>
>> On Sat, May 29, 2021, 09:41 Venu Gopal >
>>> Hi, Have you tried deleting existing cache and cookies in the browser?
>>>
>>> On Sat, May 29, 2021 at 12:08 AM sukhy gill
>>> wrote:
>>>
>>>&g
e and cookies in the browser?
>>
>> On Sat, May 29, 2021 at 12:08 AM sukhy gill
>> wrote:
>>
>>> Dear Frnds
>>> I am unable to link CSS with HTML
>>> HTML working but CSS not working inside the .html file with the help of
>>
gt;
>> Dear Frnds
>> I am unable to link CSS with HTML
>> HTML working but CSS not working inside the .html file with the help of
>> LINK in tag
>>
>> I am using thefollowings:-
>> Setting.py - STATICFILES_DIRS=[os.path.join(BASE_DIR, 'static')
Hi, Have you tried deleting existing cache and cookies in the browser?
On Sat, May 29, 2021 at 12:08 AM sukhy gill
wrote:
> Dear Frnds
> I am unable to link CSS with HTML
> HTML working but CSS not working inside the .html file with the help of
> LINK in tag
&g
Dear Sukhy Gill,
I think you should check the link.
The single inverted comma is missing here,
To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/m
Dear Frnds
I am unable to link CSS with HTML
HTML working but CSS not working inside the .html file with the help of
LINK in tag
I am using thefollowings:-
Setting.py - STATICFILES_DIRS=[os.path.join(BASE_DIR, 'static'),]
HTML- {% load static %}
https://groups.go
Hi Benny M,
Yes, two rows was rendered first but some fields were rendered out of the
html table rows.
I've modified the data structure from list of dictionaries to dictionary,
and now it works fine.
Thanks for your help,
El sáb, 15 may 2021 a las 19:30, Benny M () escribió:
> I f
'diciembre':DiciembrePago,
>> > }
>> >
>> > *#Then I render in the template as follow:*
>> >
>> >
>> > {% for key,value in pagos.items %}
>> > > > %}>
>> >
te as follow:*
>
>
> {% for key,value in pagos.items %}
>
> {% for key,value in value.items %}
>{{ value }}
> {% endfor %}
>
> {% endfor %}
>
>
>
>
>
> El vie, 14 may 2021 a las 19:59, Walter
'diciembre':DiciembrePago,
> > }
> >
> > *#Then I render in the template as follow:*
> >
> >
> > {% for key,value in pagos.items %}
> >
> > {% for key,value in value.items %}
> >
'diciembre':DiciembrePago,
> }
>
> *#Then I render in the template as follow:*
>
>
> {% for key,value in pagos.items %}
>
> {% for key,value in value.items %}
>{{ value }}
&
{% endfor %}
El vie, 14 may 2021 a las 19:59, Walter Randazzo ()
escribió:
> Hi Boris,
>
> You're right it is a list of dictionaries. I thought that the template is
> not able to render the data structure I used.
>
> I will take a look on the link,thanks for the
1 - 100 of 2093 matches
Mail list logo