yunik maharjan

Results 10 issues of yunik maharjan

I'm trying to delete a field from my django model and after running migrations and architect command. I see that only the parent field is deleted and not the childs.

Every time a new request comes in the previous session values that i set is gone. I'm using `SESSION_TYPE = 'filesystem' `and `SESSION_PERMANENT = True` as well. I'm using Free...

I'm new to asterisk and I'm having trouble grasping all the nuances. I have successfully made calls to inbound extension using the originate function and played some audio files. But...

after using lyricfier2, I was always drawn towards clicking the souces(Genius) for lyrical meanings, so I decided to add the URL to the source.

While training it always gets stuck after: ``` Sanity Checking DataLoader 0: 0%| | 0/2 [00:00

After opening the app and adjusting the slider the app crashes immediately. The app shows no change in screen when its no crashed(which is before interacting with the slider)

I'm unable to use `fields_optional='__all__'` in some models? here are my models: ```python class Topic(models.Model): name = models.CharField(max_length=100, db_index=True) certificate = models.ForeignKey( to=Certificate, on_delete=models.CASCADE, related_name='topics', db_index=True ) is_free = models.BooleanField(default=False)...