Maybe you were looking for...

HangFire dashboard not displaying in PROD

I am using HangFire to schedule jobs but when I deployed to PROD, the website/hangfire url is not working. I am getting The system cannot find the file specifie

i have to make a relation between movie and actor without using manytomany field i have to use only foreign key in django i've write this code so far

models.py class Movielist(models.Model) : Title = models.CharField(max_length=1000) Description = models.TextField(blank=True) Rel

csv to arff and setclassindex

I have this csv 5.1,3.5,1.4,0.2,0 4.9,3,1.4,0.2,0 4.6,3.1,1.5,0.2,0 ............... I read csv in weka java and convert it to arff. I set the class (last field

Error type of "We're sorry, a server error occurred. Please wait a bit and try again. "

i keep getting this error " We're sorry, a server error occurred. Please wait a bit and try again. " as I run my code and I really need some help on this. I su

Scrollbar laggy with images in sliverlist when we scroll

I use a SliverList to show a list of posts with images. But when i scroll down in this list, i feel so laggy with scrollbar. Anyone has a solution ? Thank you v

Get full Instagram Messenger API Conversation List

I'm currently building a chatbot for instagram I'm following this doc : https://developers.facebook.com/docs/messenger-platform/instagram/features/conversation/

I cant call a class method in Python; AttributeError: 'check_class' object has no attribute 'check_1'

I want to check if the games have numbers in a particular key? But i cant call the the class method check_1(), can you help me out? It gives me 'check_class' ob