class Register(models.Model): prollno=models.CharField(max_length=8) full_name=models.CharField(max_length=100) drollno=model
I am getting data from firebase two tables, one for user name and profile image, The other for user post title and price, and third for getting data arranged by
I have started collaborating on a series of projects with several developers on github, and we recently created an organization with it's own "organization" typ
I have implemented LDAP Authentication in Apache 2.4 (RHEL 8.5) with Active Directory Backend. The setup works perfectly with a basic "Require valid-user" direc
I have been trying to authenticate from the parser API without success. I have set up the google service account and created two keys.I Have set up the owner ro
const access_token = "" fetch('https://api.fitbit.com/1/user/-/profile.json', { method: "GET", headers: {"Authorization": "Bearer " + access_token} })
please I added a .htaccess file outside the public folder in the Laravel 9 project without copying or removing all files from the public to the project folder.
I have a code, that should match 2 JSON files and connect all data in one struct. I'm pretty sure that It works just fine, but I have faced very strange problem