Okay I just finished a YouTube course on Django tutorials and i more or less understand Django to an extent. Now the issue is Django rest framework. Google says
This is my code associated with the form: models class Date(models.Model): user = models.ForeignKey(User, on_delete=models.CASCADE, null=True) place = m
I am experienced javascript developer. However I have to move on react so right now I know few concepts. I've been debugging this code for 4 hours and couldn't
i using resourceTimelinePlugin, and always it displayed 7 days in the header, i need change that, how can i do that? my calendar my calendarOptions json: calend
I am making a .sh script that will automatically install New Relic's agent on Linux. During installation, there is a prompt if I want to use some extra features
I have imported a local PostgreSQL database to a managed cluster on Digital Ocean. It will be used with a Python app that will also be hosted on Digital Ocean.
The MaskedEditExtender does a good job of enforcing the rules, but my users have trouble typing into its TextBox. I want to select all the contents of my TextB