Django Model Image as background image in css

2024-05-11 Thread Paul Magadi
How do we use a model image as a background image for static css -- 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 django-users+unsubscr...@googlegrou

Re: template css issue

2023-06-07 Thread Sebastian Jung
> Here I have attached two files. These files are the email template sent > from the django project to the outlook. The template looks correct and the > css is working fine when I send the email from local but the css is not > working when I deploy it to the server. You can see the diff

Re: template css issue

2023-06-06 Thread DieHardMan 300
ovation Lab > > On Wed, 7 Jun 2023 at 12:23, Praveen Chaudhary > wrote: > >> Hello Everyone, >> >> Hope you are doing well. I want a small favor from you guys. >> Here I have attached two files. These files are the email template sent >> from the django proj

Re: template css issue

2023-06-06 Thread Praveen Chaudhary
2023 at 12:23, Praveen Chaudhary wrote: > Hello Everyone, > > Hope you are doing well. I want a small favor from you guys. > Here I have attached two files. These files are the email template sent > from the django project to the outlook. The template looks correct and the > cs

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 because you are subscrib

Re: Django not load CSS

2022-09-02 Thread jeremiah taguta
Did you run collectstatic Warm Regards, Jeremiah On Fri, 02 Sep 2022, 15:15 Rahul, wrote: > Hey there, I really need a help for this. I m try to deploy django > project on live serve as we need to off debug=False. But when Debug is > false it won't load the css of any page.

Re: Django not load CSS

2022-09-02 Thread Ameer Adeigbe
gt; false it won't load the css of any page. please do need fully. waiting for > reply. > > 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 fro

Django not load CSS

2022-09-02 Thread Rahul
Hey there, I really need a help for this. I m try to deploy django project on live serve as we need to off debug=False. But when Debug is false it won't load the css of any page. please do need fully. waiting for reply. Thanks . -- You received this message because you are subscribed t

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: 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 work

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
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

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 worki

Re: CSS not linking with HTML

2021-07-26 Thread Nikalesh Patil
more ...? > > Dne čt 3. čvn 2021 10:06 uživatel sukhy gill > napsal: > >> Dear frnd >> First of all thanks to all for spare your valueable time for >> me.🙏🙏 >> >> >> Now my Server is working and inline CSS also working but Internal and

Re: CSS not linking with HTML

2021-07-26 Thread V. J
ear frnd > First of all thanks to all for spare your valueable time for > me.🙏🙏 > > > Now my Server is working and inline CSS also working but Internal and > External CSS not working. > In my last project, image css was also working but now it is not working. &

Re: CSS not linking with HTML

2021-06-03 Thread sukhy gill
Dear frnd First of all thanks to all for spare your valueable time for me.🙏🙏 Now my Server is working and inline CSS also working but Internal and External CSS not working. In my last project, image css was also working but now it is not working. Another problem is "python mana

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 wit

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

Re: CSS not linking with HTML

2021-06-02 Thread Michael Thomas
On Sat, May 29, 2021, 18:29 Chelsea Fan wrote: > >> Is it working now? >> >> On Sat, 29 May 2021, 3:40 pm lalit suthar, >> wrote: >> >>> read this https://docs.djangoproject.com/en/2.2/intro/tutorial06/ and >>> check how you are giving paths. Also a

Re: CSS not linking with HTML

2021-06-02 Thread sukhy gill
angoproject.com/en/2.2/intro/tutorial06/ and >> check how you are giving paths. Also after loading the page on your browser >> go to "View Page Source" and click on the CSS file link and check if the >> file is opening or not. >> >> On Saturday, 29 May 2021 at 17

Re: CSS not linking with HTML

2021-05-31 Thread Chelsea Fan
>>> On Sat, May 29, 2021, 21:23 Mehdi Ismail >>>> >>>>>> python manage.py collectstatic >>>>>> >>>>>> >>>>>> try that... and update >>>>>> On Saturday, 29 May 2021 at 20:44:48 UTC+5:30 s

Re: CSS not linking with HTML

2021-05-31 Thread sukhy gill
t;> Getting error while using using command python manage.py collectstatic >>>> Regarda >>>> >>>> On Sat, May 29, 2021, 21:23 Mehdi Ismail >>> >>>>> python manage.py collectstatic >>>>> >>>>> >>>>> try

Re: CSS not linking with HTML

2021-05-31 Thread Chelsea Fan
>>>> python manage.py collectstatic >>>> >>>> >>>> try that... and update >>>> On Saturday, 29 May 2021 at 20:44:48 UTC+5:30 sukhy.g...@gmail.com >>>> wrote: >>>> >>>>> Project Folder ➡️static ➡️css➡️style

Re: CSS not linking with HTML

2021-05-31 Thread sukhy gill
2021 at 20:44:48 UTC+5:30 sukhy.g...@gmail.com >>> wrote: >>> >>>> Project Folder ➡️static ➡️css➡️style.css➡️ >>>> >>>> On Sat, May 29, 2021, 19:16 Fabiano Leite >>> >>>>> >>>>> Where is located your '

Re: CSS not linking with HTML

2021-05-30 Thread Kasper Laudrup
> On Sat, May 29, 2021, 21:23 Mehdi Ismail <mailto:mehdizprof...@gmail.com> wrote: > > python manage.py collectstatic  > > > try that... and update > On Saturday, 29 May 2021 at 20:44:48 UTC+5:30 sukhy.g...@gmail.com > <mailto:sukhy.g...@gmail.co

Re: CSS not linking with HTML

2021-05-30 Thread Mehdi Ismail
e.py collectstatic >> >> >> try that... and update >> On Saturday, 29 May 2021 at 20:44:48 UTC+5:30 sukhy.g...@gmail.com wrote: >> >>> Project Folder ➡️static ➡️css➡️style.css➡️ >>> >>> On Sat, May 29, 2021, 19:16 Fabiano Leite >> >>>

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 una

Re: CSS not linking with HTML

2021-05-29 Thread sukhy gill
Getting error while using using command python manage.py collectstatic Regarda On Sat, May 29, 2021, 21:23 Mehdi Ismail python manage.py collectstatic > > > try that... and update > On Saturday, 29 May 2021 at 20:44:48 UTC+5:30 sukhy.g...@gmail.com wrote: > >> Project Fo

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

Re: CSS not linking with HTML

2021-05-29 Thread Mehdi Ismail
python manage.py collectstatic try that... and update On Saturday, 29 May 2021 at 20:44:48 UTC+5:30 sukhy.g...@gmail.com wrote: > Project Folder ➡️static ➡️css➡️style.css➡️ > > On Sat, May 29, 2021, 19:16 Fabiano Leite >> >> Where is located your 'css/style.css

Re: CSS not linking with HTML

2021-05-29 Thread sukhy gill
Project Folder ➡️static ➡️css➡️style.css➡️ On Sat, May 29, 2021, 19:16 Fabiano Leite > Where is located your 'css/style.css'; > Em sábado, 29 de maio de 2021 às 10:04:50 UTC-3, sukhy.g...@gmail.com > escreveu: > >> No dear >> >> On Sat, May 29, 2021, 1

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
Where is located your 'css/style.css'; Em sábado, 29 de maio de 2021 às 10:04:50 UTC-3, sukhy.g...@gmail.com escreveu: > No dear > > On Sat, May 29, 2021, 18:29 Chelsea Fan >> Is it working now? >> >> On Sat, 29 May 2021, 3:40 pm lalit s

Re: CSS not linking with HTML

2021-05-29 Thread sukhy gill
t working now? >>> >>> On Sat, 29 May 2021, 3:40 pm lalit suthar, >>> wrote: >>> >>>> read this https://docs.djangoproject.com/en/2.2/intro/tutorial06/ and >>>> check how you are giving paths. Also after loading the page on your brows

Re: CSS not linking with HTML

2021-05-29 Thread Chelsea Fan
t;> wrote: >> >>> read this https://docs.djangoproject.com/en/2.2/intro/tutorial06/ and >>> check how you are giving paths. Also after loading the page on your browser >>> go to "View Page Source" and click on the CSS file link and check if the >>> file is op

Re: CSS not linking with HTML

2021-05-29 Thread sukhy gill
r browser >> go to "View Page Source" and click on the CSS file link and check if the >> file is opening or not. >> >> On Saturday, 29 May 2021 at 17:57:21 UTC+5:30 sukhy.g...@gmail.com wrote: >> >>> Yes Sir,There was no mistake in code. Code problem wa

Re: CSS not linking with HTML

2021-05-29 Thread Chelsea Fan
Is it working now? On Sat, 29 May 2021, 3:40 pm lalit suthar, wrote: > read this https://docs.djangoproject.com/en/2.2/intro/tutorial06/ and > check how you are giving paths. Also after loading the page on your browser > go to "View Page Source" and click on the CSS file li

Re: CSS not linking with HTML

2021-05-29 Thread lalit suthar
read this https://docs.djangoproject.com/en/2.2/intro/tutorial06/ and check how you are giving paths. Also after loading the page on your browser go to "View Page Source" and click on the CSS file link and check if the file is opening or not. On Saturday, 29 May 2021 at 17:57:2

Re: CSS not linking with HTML

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

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
>> >>>> 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

Re: CSS not linking with HTML

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

Re: CSS not linking with HTML

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

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 > https://groups.google.com/d/m

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.go

Re: How to add css class and attribute to username,password

2021-02-14 Thread Tal Bar-Or
Thank you very much all for the helpful advice Thanks again Le dim. 14 févr. 2021 à 21:46, Omkar Parab a écrit : > crispy-forms will give you bootstrap design. If you want to apply your own > css then install "django-widget-tweaks". > > On Mon, Feb 15, 2021, 1:10

Re: How to add css class and attribute to username,password

2021-02-14 Thread Omkar Parab
crispy-forms will give you bootstrap design. If you want to apply your own css then install "django-widget-tweaks". On Mon, Feb 15, 2021, 1:10 AM Omkar Parab wrote: > Install django-widget-tweaks package. > > On Mon, Feb 8, 2021, 2:11 AM Tal Bar-Or wrote: > >>

Re: How to add css class and attribute to username,password

2021-02-14 Thread Omkar Parab
Install django-widget-tweaks package. On Mon, Feb 8, 2021, 2:11 AM Tal Bar-Or wrote: > > Hello , > > I writing project which the user login with my own customized HTML page > (boosstrap) > > i can manually add the form.username and form.password , but seems they > don't get the attribute from my

Re: How to add css class and attribute to username,password

2021-02-14 Thread Abubakar Ibrahim Baiwa
You should consider using crispy forms plugin. They easily style your forms. *https://django-crispy-forms.readthedocs.io/en/latest/ * On Sun, 14 Feb 2021, 7:36 pm Sherif Adigun, wrote: > Try changing UserLoginForm(forms.ModelForm) to UserLo

Re: How to add css class and attribute to username,password

2021-02-14 Thread Sherif Adigun
Try changing UserLoginForm(forms.ModelForm) to UserLoginForm(forms.Form) On Sunday, February 7, 2021 at 9:41:35 PM UTC+1 tba...@gmail.com wrote: > > Hello , > > I writing project which the user login with my own customized HTML page > (boosstrap) > > i can manually add the form.username and form

How to add css class and attribute to username,password

2021-02-07 Thread Tal Bar-Or
Hello , I writing project which the user login with my own customized HTML page (boosstrap) i can manually add the form.username and form.password , but seems they don't get the attribute from my forms.py , dode is added below , please advise Thanks urls.py from django.urls import path f

Re: I have learn the tutorial 6 static file for html & css. However the web-site fail to display the intended file. Why & how to fixed it!

2021-01-17 Thread Prashanjeet Halder
again for context. > > Good luck and kind regards, > > Kasper Laudrup > > On 17/01/2021 14.01, Loh Boon How wrote: > > Capture - index file.JPGCapture - css file.JPGCapture - web view.JPG > > > > -- > > You received this message because you are subscribed to

Re: I have learn the tutorial 6 static file for html & css. However the web-site fail to display the intended file. Why & how to fixed it!

2021-01-17 Thread Kasper Laudrup
rup On 17/01/2021 14.01, Loh Boon How wrote: Capture - index file.JPGCapture - css file.JPGCapture - web view.JPG -- 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

Re: Admin help class CSS

2020-12-11 Thread Mike Dewhirst
10:00) To: django-users@googlegroups.com Subject: Re: Admin help class CSS If you have a pure CSS question, this list can be very helpful:https://www.css-discuss.org/mailman/listinfo/css-d/On Fri, Dec 11, 2020 at 4:56 PM Mike Dewhirst wrote:>> Joash>> By all means. If I wasn'

Re: Admin help class CSS

2020-12-11 Thread Larry Martell
If you have a pure CSS question, this list can be very helpful: https://www.css-discuss.org/mailman/listinfo/css-d/ On Fri, Dec 11, 2020 at 4:56 PM Mike Dewhirst wrote: > > Joash > > By all means. If I wasn't entirely clear, I am using html inside model.field > help_text

Re: Admin help class CSS

2020-12-11 Thread Mike Dewhirst
JoashBy all means. If I wasn't entirely clear, I am using html inside model.field help_text - which works nicely in the Admin for and and the like.The mission is to design CSS styling to reduce padding and remove cell boundaries and adjust colours. I need to offer sophisticated styled

Re: Admin help class CSS

2020-12-11 Thread Joash Monda
Hello mike got your problem... On Fri, Dec 11, 2020, 05:35 Mike Dewhirst wrote: > I'm a CSS dunce so please point me in the right direction (docs or > whatever) to figure out how to adjust table layout in Admin help_text. > > The table displays properly but is too greedy with s

Re: Admin help class CSS

2020-12-11 Thread Joash Monda
Can we work together Sir. On Fri, Dec 11, 2020, 17:57 Joash Monda wrote: > Hello mike got your problem... > > On Fri, Dec 11, 2020, 05:35 Mike Dewhirst wrote: > >> I'm a CSS dunce so please point me in the right direction (docs or >> whatever) to figure out how to

Admin help class CSS

2020-12-10 Thread Mike Dewhirst
I'm a CSS dunce so please point me in the right direction (docs or whatever) to figure out how to adjust table layout in Admin help_text. The table displays properly but is too greedy with screen real-estate. I want to reduce table padding and cell separation. I copied the following fro

Re: Admin site's css doesn't work.

2020-09-19 Thread Ogunsanya Opeyemi
iles in a folder in base directory named static. >> And then you have to register static files on the server(for example >> Apache) depends on server type. After this configuration admin CSS will >> work. I had the same problem with my project. And the problem solved after >>

Re: Admin site's css doesn't work.

2020-09-18 Thread English Learning
gt; Apache) depends on server type. After this configuration admin CSS will > work. I had the same problem with my project. And the problem solved after > I am doing the same as I mentioned above If any problem arises please > let me know. > > On Thu, Sep 17, 2020, 19:16 English

Re: Admin site's css doesn't work.

2020-09-17 Thread Ankit Gadewal
the server site static files in a folder in base directory named static. And then you have to register static files on the server(for example Apache) depends on server type. After this configuration admin CSS will work. I had the same problem with my project. And the problem solved after I am doing t

Re: Admin site's css doesn't work.

2020-09-17 Thread Omkar Parab
server is not able to find your static files. Run collect static command and add static root to your settings.py On Thu, Sep 17, 2020, 7:16 PM English Learning wrote: > when I host it, Admin's *CSS* doesn't show. Also, I am using SQLite > database. Screenshot is

Admin site's css doesn't work.

2020-09-17 Thread English Learning
when I host it, Admin's *CSS* doesn't show. Also, I am using SQLite database. Screenshot is here: [image: DjangoAdmin.png] Is it a Database problem? Please let me know the answer. I am suffering from it because it is a Client project. -- You received this message because you are

Re: CSS problems

2020-09-16 Thread אורי
n't find why the border is red? I checked and > there is nothing red in the CSS and it's not red with Chrome or Edge. Any > idea why the border is red and how do I cancel the red border? > > Looks like that is because it's a required field: > > > https://www.google

Re: CSS problems

2020-09-16 Thread Larry Martell
On Wed, Sep 16, 2020 at 10:04 AM ‫אורי‬‎ wrote:‬ > > Hi, > > My website, https://en.speedy.net/, the date of birth input is bordered red > with Firefox, and I can't find why the border is red? I checked and there is > nothing red in the CSS and it's not red with Chro

CSS problems

2020-09-16 Thread אורי
Hi, My website, https://en.speedy.net/, the date of birth input is bordered red with Firefox, and I can't find why the border is red? I checked and there is nothing red in the CSS and it's not red with Chrome or Edge. Any idea why the border is red and how do I cancel the red border? T

Re: load static in css file

2020-08-25 Thread sapna Choudhary
The image which you want as background image has to be in static folder. On Tue 25 Aug, 2020, 5:45 AM MAMADOU KANTE, wrote: > I did load static at the top of the file {% load static %}. > Also I linked the CSS file named style.css. Part of the css file was > working perfectly. I only h

Re: load static in css file

2020-08-24 Thread RANGA BHARATH JINKA
Aug 25, 2020 at 5:46 AM MAMADOU KANTE wrote: > I did load static at the top of the file {% load static %}. > Also I linked the CSS file named style.css. Part of the css file was > working perfectly. I only had issues with the background image. > > On Mon, Aug 24, 2020 at 4:02 PM sa

Re: load static in css file

2020-08-24 Thread MAMADOU KANTE
I did load static at the top of the file {% load static %}. Also I linked the CSS file named style.css. Part of the css file was working perfectly. I only had issues with the background image. On Mon, Aug 24, 2020 at 4:02 PM sapna Choudhary wrote: > create a directory named 'static

Re: load static in css file

2020-08-24 Thread sapna Choudhary
create a directory named 'static' in the current directory. This directory is used to store images/css files, you can load static in template using {%load static%} this code block and link under image tag like this {% static 'app_name/img.jpg' %} On Mon, Aug 24, 2020 at 6:16

Re: load static in css file

2020-08-24 Thread 'Akash Sinha' via Django users
Hi Create a folder inside ur project as static and keep ur images,css and js files into that folder then in your settings.py file define static path. U need to run python manage.py collect static command on terminal and then you have to link that css file in HTML Hint: check for Managing

Re: load static in css file

2020-08-24 Thread MAMADOU KANTE
ge this way src= "{% > static 'images/imag.png' %}" > > On Mon, 3 Aug 2020, 10:06 Yemin Sajid, wrote: > >> This may not work as intended if the CSS files are not rendered using the >> Django template engine. You have to put the style declaration where you&#x

Re: load static in css file

2020-08-03 Thread Obodoma Uzondu Vincent
Yemin Sajid, wrote: > This may not work as intended if the CSS files are not rendered using the > Django template engine. You have to put the style declaration where you'd > need the image in the ** tag in your template code. From > there you can use the *{% static “images/imag.png” %}*

Re: load static in css file

2020-08-03 Thread Yemin Sajid
This may not work as intended if the CSS files are not rendered using the Django template engine. You have to put the style declaration where you'd need the image in the ** tag in your template code. From there you can use the *{% static “images/imag.png” %}* syntax. On Friday, July 31, 20

Re: load static in css file

2020-07-31 Thread chander shekhar
e: > >> I am unable to fetch images from css file . >> I have used {% load static %} >> {% static 'imag.jpg' %} >> buti can't fetch.console is saying image not found. >> >> -- >> You received this message because you are subscribed

Re: load static in css file

2020-07-30 Thread Irfan Khan
{% static 'imag.jpg' %} instead of this try {% static “images/imag.png” %} On Thu, 30 Jul 2020 at 6:07 PM, Chander shekhar wrote: > I am unable to fetch images from css file . > I have used {% load static %} > {% static 'imag.jpg' %} > buti can't fe

load static in css file

2020-07-30 Thread Chander shekhar
I am unable to fetch images from css file . I have used {% load static %} {% static 'imag.jpg' %} buti can't fetch.console is saying image not found. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe

Re: CSS file not Loading

2020-06-29 Thread Suny
bout.html >>> > │ │ ├── base.html >>> > │ │ ├── contact.html >>> > │ │ └── home.html >>> > │ ├── tests.py >>> > │ ├── urls.py >>> > │ └── views.py >>> > ├── manage.py >>> > └

Re: CSS file not Loading

2020-06-29 Thread Hadisur Rahman
nit__.py >> > ├── migrations >> > │ ├── __init__.py >> > │ └── __pycache__ >> > │ └── __init__.cpython-38.pyc >> > ├── models.py >> > ├── __pycache__ >> > │ ├── admin.cpython-38.pyc >> > │ ├── ap

Re: CSS file not Loading

2020-06-29 Thread Ogunsanya Opeyemi
_init__.py > > │ └── __pycache__ > > │ └── __init__.cpython-38.pyc > > ├── models.py > > ├── __pycache__ > > │ ├── admin.cpython-38.pyc > > │ ├── apps.cpython-38.pyc > > │ ├── __init__.cpython-38.pyc > >

Re: CSS file not Loading

2020-06-28 Thread Clive Bruton
│ └── register.html ├── tests.py ├── urls.py └── views.py base.html file {% load static %} https://maxcdn.bootstrapcdn.com/ bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384- Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossor

CSS file not Loading

2020-06-28 Thread Suny
│ └── views.cpython-38.pyc ├── templates │ └── Users │ └── register.html ├── tests.py ├── urls.py └── views.py base.html file {% load static %} https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"; integrity="sha384-Gn538

RE: how to use .py file function via html or css button from django template

2020-05-23 Thread Vishesh Mangla
filesThen in views I usefrom .backend.my_app import module_nameSent from Mail for Windows 10 From: THIRUMALAIVASAN KSent: 23 May 2020 17:03To: Django usersSubject: how to use .py file function via html or css button from django template Hi,  i have created a site for local use and i need to run some some

how to use .py file function via html or css button from django template

2020-05-23 Thread THIRUMALAIVASAN K
Hi, i have created a site for local use and i need to run some some python script when i click the button , how to do that i am using on raspberry to contoll something via dashboard , so i am used django to create a site but i can't ontroll the GPIO pin's via website button -- You re

Re: CSS with Django forms

2020-05-16 Thread Anubhav Madhav
Okay!! I'll look into it, Thanks!! On Saturday, 16 May 2020 06:54:57 UTC+5:30, Clive Bruton wrote: > > You can use bootsrap4, or look at the output from the forms and set > up your CSS around that. > > > -- Clive > > On 14 May 2020, at 19:40, Anubhav Madhav wro

Re: CSS with Django forms

2020-05-15 Thread Clive Bruton
You can use bootsrap4, or look at the output from the forms and set up your CSS around that. -- Clive On 14 May 2020, at 19:40, Anubhav Madhav wrote: Thankyou Clive!! I know I can use CSS like that, but if I do that the problem I'll face is that the 'form' or the 'inpu

Re: CSS with Django forms

2020-05-15 Thread Anubhav Madhav
Thankyou so much Devansh!! This is really very helpful. On Friday, 15 May 2020 19:46:51 UTC+5:30, Devansh Chaubey wrote: > > Hey Anubhav > You can use django-widget-tweaks package > https://pypi.org/project/django-widget-tweaks/ > See this. > You can make own css styling us

Re: CSS with Django forms

2020-05-15 Thread Devansh Chaubey
Hey Anubhav You can use django-widget-tweaks package https://pypi.org/project/django-widget-tweaks/ See this. You can make own css styling using class on forms. On Fri, 15 May 2020 at 00:10, Anubhav Madhav wrote: > Thankyou Clive!! I know I can use CSS like that, but if I do that the > p

Re: CSS with Django forms

2020-05-14 Thread Anubhav Madhav
Thankyou Clive!! I know I can use CSS like that, but if I do that the problem I'll face is that the 'form' or the 'input' tags or 'submit' button, which are rendered using django forms, cannot be modified using CSS in this way. Is there any other way to fix i

Re: CSS with Django forms

2020-05-14 Thread Anubhav Madhav
om/talks/wat > > :-) > > Seriously though, javascript has nothing to do with using static CSS in > django templates. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop r

Re: CSS with Django forms

2020-05-14 Thread Anubhav Madhav
Thankyou Bighnesh On Wednesday, 13 May 2020 18:57:36 UTC+5:30, Bighnesh Pradhan wrote: > > you can use javascript it is good > > On Wed, May 13, 2020 at 3:13 AM Anubhav Madhav > wrote: > >> My problem is, that I've made a beautiful 'Sign Up' and 'Logi

Re: CSS with Django forms

2020-05-13 Thread Kasper Laudrup
On 13/05/2020 06.17, Bighnesh Pradhan wrote: you can use javascript it is good Oh yes, we all love javascript: https://www.destroyallsoftware.com/talks/wat :-) Seriously though, javascript has nothing to do with using static CSS in django templates. -- You received this message

Re: CSS with Django forms

2020-05-13 Thread Clive Bruton
On 12 May 2020, at 22:41, Anubhav Madhav wrote: Is there any way to display the forms with my HTML CSS files. Use {% include %} (https://docs.djangoproject.com/en/3.0/ref/ templates/builtins/#include) in your HTML template files for an embedded style sheet, or just use a link in the head

  1   2   3   4   5   6   7   8   9   10   >