Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Python Jira Connectivity
Post: RE: Python Jira Connectivity

from jira import JIRA # Establish connection to Jira options = { 'server': 'https://your-jira-instance.atlassian.net' } jira = JIRA(options, basic_auth=('username', 'password')) # Fetch issues f...
Abhishikt General Coding Help 1 366 Apr-17-2024, 08:55 AM
    Thread: Low code b2b e-commerce solution
Post: RE: Low code b2b e-commerce solution

Saleor is a powerful, open-source e-commerce platform built on Django and GraphQL. It's designed to be highly scalable and customizable, with a modular architecture that allows you to add or remove fe...
Abhishikt Web Scraping & Web Development 1 655 Apr-17-2024, 08:54 AM
    Thread: For loop in Django
Post: RE: For loop in Django

This error occurs because you're trying to iterate over a variable named veges, but it's not defined anywhere in your session. You probably meant to iterate over the Recipe objects instead.
Abhishikt Web Scraping & Web Development 1 390 Apr-17-2024, 08:53 AM
    Thread: Order by Django
Post: RE: Order by Django

It seems like you're encountering an issue with sorting your Django model objects in descending order based on the receipe_view_count field. Your query Receipe.objects.all().order_by('-receipe_view_co...
Abhishikt Web Scraping & Web Development 1 365 Apr-17-2024, 08:52 AM
    Thread: Website ranking
Post: RE: Website ranking

Crowd groups are an effective method for gaining quality backlinks to a website. This strategy is based on attracting a group of people to leave positive reviews, comments or share information about y...
Abhishikt Bar 6 2,052 Dec-16-2023, 10:51 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020