Re: OperationalError: foreign key mismatch

2021-07-27 Thread DJANGO DEVELOPER
so issue resolved now? On Tue, Jul 27, 2021 at 9:09 PM Wai Yeung wrote: > Hello, > > Thanks for the suggestion. I actually changed it to the following to as > to not have the "_id" suffix: > > filename_number = > models.ForeignKey(FilenameTbl,db_column='filename_number', > to_field='rowid',null

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

Re: CSS not linking with HTML

2021-07-27 Thread Bradie Poa
I still see an error with that code bro... On 19:35, Mon, Jul 26, 2021 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 >>

Re: help me

2021-07-27 Thread Théodore KOSSI
Propose me a hosting that support python Le mar. 27 juil. 2021 à 17:24, Théodore KOSSI a écrit : > > I need a video who explains how to host a site on ionos > -- > theodoros17@python-developer > -- theodoros17@python-developer -- You received this message because you are subscribed to the G

help me

2021-07-27 Thread Théodore KOSSI
I need a video who explains how to host a site on ionos -- theodoros17@python-developer -- 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...

Re: OperationalError: foreign key mismatch

2021-07-27 Thread Wai Yeung
Hello, Thanks for the suggestion. I actually changed it to the following to as to not have the "_id" suffix: filename_number = models.ForeignKey(FilenameTbl,db_column='filename_number', to_field='rowid',null=True,blank=True,on_delete=models.SET_NULL) This is what eventually worked for me: https

System check takes so much? Bug?

2021-07-27 Thread Oliver Küchler
Hey guys, I have already opened a question on StackOverflow, but so far nobody was able to help me out (link: StackOverflow-Link ). So I thought I'd give it a try in this