In Reactjs application I am working on authorization system. Everything is working fine but problem is the authorization lasts for 60 minutes only. After I need
from django.db import models from datetime import datetime from django.contrib.auth.models import User class News(models.Model): user
here is a short video in google drive of the mysterious problem So the thing is that basically every time I try to save the project, the code freaks out and get
I'm trying to solve a UI problem of an idea I had with flutter, but I have no clue on how to do it. Basically, I am imagining a kind of container that covers ha
I am using bootstrap 4 and using a dropdown. I need to have a list where the list item text / anchor is as usual...on the left and on the same line on each have
I am having a difficult time with writing this hw assignment, and am not sure where I messed up. I have tried several things, and believe my issue lies in the s
Hello i'm stuck trying to move functions to header files and secondary cpp files to reduce the scope in main. I uploaded my code to github was wondering if some