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

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

Re: Tables missing in SQLite but viewable in admin (confusion)

2021-05-28 Thread Mottaz Hegaze
Maybe those are not migrated yet, make sure that all your apps are added to installed_apps list in settings.py , run makemigrations and migrate On Sat, May 29, 2021 at 1:56 AM Ryan Kite wrote: > Greetings! > > Am very confused about why the local dev SQLite DB 'appears' to be missing > several t

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 > > I am using thef

Re: CSS not linking with HTML

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

Re: CSS not linking with HTML

2021-05-28 Thread Venu Gopal
In Firefox Goto Preferences ---> 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 data --> select see all cookies and site data --> Remove all On Sat, M

Re: CSS not linking with HTML

2021-05-28 Thread sukhy gill
Done Sir, but not working On Sat, May 29, 2021, 10:50 Venu Gopal In Firefox Goto Preferences ---> 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 sit