I have an AbstractUser class in models.py file in order to extend the django user default class, class Profile(AbstractUser): address = models.CharField('A
I have in my code a check to see if a page is being loaded inside iframe. App.js if (window.location !== window.parent.location) { console.log('App is running
With my team, we are deploying an application - Frontend: Ionic 6 with Angular v.13 - Backend: SpringBoot v.2.5.5 We need to find a way to display in an ema
I'm trying to print from a device from a PWA - the device is https://www.sunmi.com/en/v2-pro/ - I can connect to the device, but when I try to get the service,
I have recently started coding with python and ended up coding a discord bot. This is the code i ran: import discord client = discord.Client() @client.event a
Sorry if someone already did this question (if it's so, please link me to it), but i didn't find anything while I was surfing on the internet. I'm writing a ver
I would like to customize the tabs in the accordion bootstrap component. This is the code: import dash_bootstrap_components as dbc from dash import html accord
i created a portfolio website and deployed to github pages but it's returning a blank page, i have updated the homepage and scripts in package.json, i tried dep
Hey this is my first question on here, so go easy. I set up a Nextcloud server on my homelab in an ubuntu server 20.04 vm using the snap install. I have a seper