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

2024-06-06 Thread Bhagyashri Phalake
ct.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 learning > purposes) > > platform - Python > framework - Django > > VS Code/Sqlite3 > >

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

PAGE INDEX HTML

2023-04-02 Thread REMY TOUITOU
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

Re: In my html page shows an error like this when click on logout button

2023-02-15 Thread Arvind Barge
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 patterns, in t

Re: IMPORTING HTML CSS TEMPLATE TO DJANGO

2023-01-27 Thread Luciano Martins (luxu)
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 becau

In my html page shows an error like this when click on logout button

2023-01-22 Thread Sadiqali ard
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/ ^static\/(?P

Re: HOW TO OUTPUT DATA GOT FROM combined queryset IN DJANGO TEMPLATE (html file) ?

2023-01-16 Thread Byansi Samuel
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

Re: HOW TO OUTPUT DATA GOT FROM combined queryset IN DJANGO TEMPLATE (html file) ?

2023-01-14 Thread Hector Mwaky
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

HOW TO OUTPUT DATA GOT FROM combined queryset IN DJANGO TEMPLATE (html file) ?

2023-01-12 Thread Byansi Samuel
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

Re: I am unable to view images in webpage which is given in html

2022-11-03 Thread ritik sahoo
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

Re: I am unable to view images in webpage which is given in html

2022-11-03 Thread Mario Shaya
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: >>

Re: I am unable to view images in webpage which is given in html

2022-11-03 Thread muwaga micheal
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

Re: page html

2022-10-31 Thread Muhammad Juwaini Abdul Rahman
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 ,

Re: page html

2022-10-31 Thread Ammar Mohammed
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 :

Re: page html

2022-10-31 Thread REMY TOUITOU
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

Re: page html

2022-10-30 Thread Adebileje Nurudeen
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

page html

2022-10-30 Thread REMY TOUITOU
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

Re: Upload an image to firebase from django Html Page

2022-07-13 Thread Abdul Qoyyuum
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 when th

Upload an image to firebase from django Html Page

2022-06-30 Thread Koushik Romel
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

Re: is anybody know how to add multiple fields on html form when user click on + icon

2022-06-17 Thread DJANGO DEVELOPER
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 >

Re: is anybody know how to add multiple fields on html form when user click on + icon

2022-06-17 Thread Akash Verma
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

is anybody know how to add multiple fields on html form when user click on + icon

2022-06-17 Thread Abhinandan K
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

python django whatsapp bot to let others to signup to DBs without using html

2022-06-16 Thread yy_chaza
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

Re: Fullstack developer job django backend, vue js, html, css

2022-06-08 Thread Evans Moris Cheahn_
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

Fullstack developer job django backend, vue js, html, css

2022-06-07 Thread mah...@gmail.com
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

Re: Using External HTML files in Django

2022-05-04 Thread Santhosh sridhar
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,

Re: Using External HTML files in Django

2022-05-02 Thread Mike Dewhirst
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

Re: Using External HTML files in Django

2022-05-02 Thread Hazho Human
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. > &g

Using External HTML files in Django

2022-05-02 Thread Santhosh sridhar
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

Re: django html error

2022-04-05 Thread 'Steven Mapes' via Django users
ome 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 >

Re: django html error

2022-04-03 Thread Rakesh Sharma
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 scree

django html error

2022-04-02 Thread 5021-Chandra Prakash.S
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 because you

Re: Downloading html as pdf using popen, headless chrome option

2022-02-01 Thread Aadil Rashid
*@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 , >

Re: Downloading html as pdf using popen, headless chrome option

2022-02-01 Thread Jisson Varghese
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

Downloading html as pdf using popen, headless chrome option

2022-02-01 Thread Aadil Rashid
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

Re: Download html pages as pdf using headless Chrome

2022-01-29 Thread Aadil Rashid
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 H

Re: Download html pages as pdf using headless Chrome

2022-01-29 Thread Kasper Laudrup
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

Re: Download html pages as pdf using headless Chrome

2022-01-29 Thread Vishesh Mangla
o 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, >> wrote:

Re: Download html pages as pdf using headless Chrome

2022-01-29 Thread Aadil Rashid
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 downlo

Re: Download html pages as pdf using headless Chrome

2022-01-29 Thread Vishesh Mangla
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

Re: Download html pages as pdf using headless Chrome

2022-01-29 Thread Vishesh Mangla
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,

Download html pages as pdf using headless Chrome

2022-01-29 Thread Aadil Rashid
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

Re: CSS not linking with HTML

2021-07-28 Thread esteem learning center
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

Re: CSS not linking with HTML

2021-07-28 Thread Vishal Raju Narikulam
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 w

Re: CSS not linking with HTML

2021-07-28 Thread Aashish Kumar
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

Re: CSS not linking with HTML

2021-07-27 Thread Baxtiyor Boboraximov
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

Re: CSS not linking with HTML

2021-07-27 Thread Bradie Poa
; >> 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'),] >&

Re: CSS not linking with HTML

2021-07-26 Thread Baxtiyor Boboraximov
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 working inside the .

Re: CSS not linking with HTML

2021-07-26 Thread Nikalesh Patil
ote: >>>>>>>>>>>>>> >>>>>>>>>>>>>>> Yes Sir,There was no mistake in code. Code problem was only >>>>>>>>>>>>>>> in mail content actually code was correct as instruction given

Re: CSS not linking with HTML

2021-07-26 Thread V. J
>>>>> in mail content actually code was correct as instruction given >>>>>>>>>>>>>> by Aniket Sir >>>>>>>>>>>>>> >>>>>>>>>>>&g

Re: django send defferent html message to defferent email address

2021-07-03 Thread Avi shah
t;> print('Not there events') >> return redirect('warning.html2') >> >> else: >> return HttpResponse('Registration closed') >> >> On Sat, Jul 3, 2021 at 6:05 PM SKYLINE TV wrote: >> >>> i

Re: django send defferent html message to defferent email address

2021-07-03 Thread SKYLINE TV
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

Re: django send defferent html message to defferent email address

2021-07-03 Thread Avi shah
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. > > EmailMultiAlternatives email class doesn't all

django send defferent html message to defferent email address

2021-07-03 Thread SKYLINE TV
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

Re: In need of help regarding HTML Submit button

2021-06-17 Thread Aritra Ray
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

Re: In need of help regarding HTML Submit button

2021-06-14 Thread Nikeet NA
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

In need of help regarding HTML Submit button

2021-06-14 Thread Aritra Ray
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,

Re: Retreive User IP Address and other details through HTML Form

2021-06-03 Thread sachinbg sachin
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

Re: Retreive User IP Address and other details through HTML Form

2021-06-03 Thread Stephen olumide
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

Re: Retreive User IP Address and other details through HTML Form

2021-06-03 Thread Kasper Laudrup
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

Retreive User IP Address and other details through HTML Form

2021-06-03 Thread Stephen olumide
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

Re: CSS not linking with HTML

2021-06-03 Thread sukhy gill
gt; Aniket Sir >>>>>>>>>>>>> >>>>>>>>>>>>> Regards >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>

Re: CSS not linking with HTML

2021-06-02 Thread Robert Edward
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 with HTML >> HTML work

Re: CSS not linking with HTML

2021-06-02 Thread Robert Edward
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 am u

Re: CSS not linking with HTML

2021-06-02 Thread Michael Thomas
me Goto Settings ---> Choose Privacy and Security ---> >>>>>>> select cookies and other site data --> select see all cookies and site >>>>>>> data >>>>>>> --> Remove all >>>>>>> >>>>>&g

Re: CSS not linking with HTML

2021-06-02 Thread sukhy gill
29, 2021 at 9:50 AM sukhy gill >>>>>> wrote: >>>>>> >>>>>>> @Venu Gopal >>>>>>> >>>>>>> No Sir, I don't know, how to do this. >>>>>>> >>>>>>&g

Re: CSS not linking with HTML

2021-05-31 Thread Chelsea Fan
gt; >>>>>>>>>>>> On Sat, May 29, 2021, 13:14 lalit suthar >>>>>>>>>>> wrote: >>>>>>>>>>>> >>>>>>>>>>>>> have you checked Aniket's answer? >>>>

Re: CSS not linking with HTML

2021-05-31 Thread sukhy gill
t;>>>>>>>>> wrote: >>>>>>>>>>> >>>>>>>>>>>> have you checked Aniket's answer? >>>>>>>>>>>> >>>>>>>>>>>> On Saturday, 29 May 2021 at 11:09:07 UTC+

Re: CSS not linking with HTML

2021-05-31 Thread Chelsea Fan
@gmail.com wrote: >>>>>>>>>>> >>>>>>>>>>>> Done Sir, but not working >>>>>>>>>>>> >>>>>>>>>>>> On Sat, May 29, 2021, 10:50 Venu Gopal >>>>>>>>>>>

Re: CSS not linking with HTML

2021-05-31 Thread sukhy gill
r, but not working >>>>>>>>>>> >>>>>>>>>>> On Sat, May 29, 2021, 10:50 Venu Gopal >>>>>>>>>> wrote: >>>>>>>>>>> >>>>>>>>>>>> In Firefox

Re: CSS not linking with HTML

2021-05-30 Thread Kasper Laudrup
r? > > On Sat, May 29, 2021 at > 12:08 AM sukhy gill > > wrote: > >

Re: CSS not linking with HTML

2021-05-30 Thread Mehdi Ismail
gt;>>> wrote: >>>>>>>>>> >>>>>>>>>>> In Firefox Goto Preferences ---> Choose Privacy and >>>>>>>>>>> Security ---> scroll down until you get cookies and site data -

Re: CSS not linking with HTML

2021-05-29 Thread sukhy gill
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 unable to

Re: CSS not linking with HTML

2021-05-29 Thread sukhy gill
>>>> In Firefox Goto Preferences ---> Choose Privacy and Security >>>>>>>>>> ---> scroll down until you get cookies and site data --> clear data >>>>>>>>>> Chrome Goto Settings ---> Choose Priv

Re: CSS not linking with HTML

2021-05-29 Thread Natalie Smyth
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

Re: CSS not linking with HTML

2021-05-29 Thread 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 unable to link CSS with HTML > HTML working but CSS not working inside the .html file with the help of > LINK in tag &g

Re: CSS not linking with HTML

2021-05-29 Thread Mehdi Ismail
; 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 other site dat

Re: CSS not linking with HTML

2021-05-29 Thread sukhy gill
>>>>>> data >>>>>>>> --> Remove all >>>>>>>> >>>>>>>> On Sat, May 29, 2021 at 9:50 AM sukhy gill >>>>>>>> wrote: >>>>>>>> >>>>>>>>> @Venu Gop

Re: CSS not linking with HTML

2021-05-29 Thread Dev Burna
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

Re: CSS not linking with HTML

2021-05-29 Thread Fabiano Leite
e data --> select see all cookies and site >>>>>>> data >>>>>>> --> Remove all >>>>>>> >>>>>>> On Sat, May 29, 2021 at 9:50 AM sukhy gill >>>>>>> wrote: >>>>>>> >>>>

Re: CSS not linking with HTML

2021-05-29 Thread sukhy gill
data >>>>>>>> --> Remove all >>>>>>>> >>>>>>>> On Sat, May 29, 2021 at 9:50 AM sukhy gill >>>>>>>> wrote: >>>>>>>> >>>>>>>>> @Venu Gopal >>>

Re: CSS not linking with HTML

2021-05-29 Thread Chelsea Fan
d other site data --> select see all cookies and site >>>>>>> data >>>>>>> --> Remove all >>>>>>> >>>>>>> On Sat, May 29, 2021 at 9:50 AM sukhy gill >>>>>>> wrote: >>>>>>> >

Re: CSS not linking with HTML

2021-05-29 Thread sukhy gill
e data --> select see all cookies and site >>>>>> data >>>>>> --> Remove all >>>>>> >>>>>> On Sat, May 29, 2021 at 9:50 AM sukhy gill >>>>>> wrote: >>>>>> >>>>>

Re: CSS not linking with HTML

2021-05-29 Thread Chelsea Fan
hy gill >>>>> wrote: >>>>> >>>>>> @Venu Gopal >>>>>> >>>>>> No Sir, I don't know, how to do this. >>>>>> >>>>>> May I know Sir, how to do the same? >>>>>> >>>>>

Re: CSS not linking with HTML

2021-05-29 Thread lalit suthar
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 >>>>>> browser? &

Re: CSS not linking with HTML

2021-05-29 Thread sukhy gill
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 >>> >>>>

Re: CSS not linking with HTML

2021-05-29 Thread Chelsea Fan
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

Re: CSS not linking with HTML

2021-05-29 Thread lalit suthar
gt;>>> 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 l

Re: CSS not linking with HTML

2021-05-28 Thread sukhy gill
? >> >> 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: >>> >>>> De

Re: CSS not linking with HTML

2021-05-28 Thread Venu Gopal
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 >>>

Re: CSS not linking with HTML

2021-05-28 Thread sukhy gill
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'),] >>

Re: CSS not linking with HTML

2021-05-28 Thread 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: > 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

Re: CSS not linking with HTML

2021-05-28 Thread Aniket Balkhande
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 >

CSS not linking with HTML

2021-05-28 Thread 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_DIR, 'static'),] HTML- {% load static %} https://groups.google.com/d

Re: Dictionary not rendering in a html table in a Template

2021-05-15 Thread Walter Randazzo
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 feel l

Re: Dictionary not rendering in a html table in a Template

2021-05-15 Thread Boris Pérez
i 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 advice. >> &

Re: Dictionary not rendering in a html table in a Template

2021-05-15 Thread Benny M
t;> >> El vie, 14 may 2021 a las 17:18, Boris Pérez >> (mailto:polu...@gmail.com>>) >> escribió: >> >>> Hi Walter, i think the matter is that your dictionary, is not a >>> dictionary, is a list of dictionaries (it looks more than json >>> ob

Re: Dictionary not rendering in a html table in a Template

2021-05-15 Thread Walter Randazzo
t; is > >> not able to render the data structure I used. > >> > >> I will take a look on the link,thanks for the advice. > >> > >> Gracias Boris, > >> > >> > >> > >> El vie, 14 may 2021 a las 17:18, Boris Pérez () > &g

Re: Dictionary not rendering in a html table in a Template

2021-05-15 Thread Boris Pérez
the link,thanks for the advice. >> >> Gracias Boris, >> >> >> >> El vie, 14 may 2021 a las 17:18, Boris Pérez () >> escribió: >> >>> Hi Walter, i think the matter is that your dictionary, is not a >>> dictionary, is a list of d

Re: Dictionary not rendering in a html table in a Template

2021-05-14 Thread Walter Randazzo
ull to u >> >> https://stackoverflow.com/questions/51209582/django-dictionary-to-html-table-when-values-are-generators. >> .. >> Greetings, Boris >> >> >> 2021-05-14 12:44 GMT-04:00, Walter Randazzo : >> > Hi Boris, Thanks for the reply. >>

  1   2   3   4   5   6   7   8   9   10   >