All Tickets

Priority
Status
Type
Category
catgomessousa
asked 4 years, 5 months ago
Views 384
Views 384

Hello! I am an industrial engineering student and I am developing a small project with a Gantt chart. I am …

Django
Medium
Question
Closed
janice10sombillo
asked 4 years, 5 months ago
Views 794
$5
Views 794

I have this dropdown that filter the year of a documents it is working fine but i want to use …

Python
High
Question
Closed
swastikshrestha0001
asked 4 years, 5 months ago
Views 338
$5
Views 338

Hello everyone, i was creating api for comments in django and i submit comment then i got runtime error and …

Django
High
Question
Closed
sabaict8
asked 4 years, 6 months ago
Views 270
Views 270

  please can anyone solve the issue.  It stopped installing process after sometimes.    

I posted it before but accidently …

SQL
Low
Question
Closed
Israr697-coder
asked 4 years, 6 months ago
Views 315
Views 315

Anyone can help me with ajax. I'm making a form and getting data from backend but my ajax is not …

Javascript
Medium
Question
Closed
RadySonabu
asked 4 years, 6 months ago
Views 336
Views 336

Currently I am connecting 2 service via search_path and using inspectdb. I wonder if there;s a way like using a …

Python
Medium
Question
Closed
sabaict8
asked 4 years, 6 months ago
Views 324
Views 324

                                        …

SQL
Low
Question
Closed
hakinen100
asked 4 years, 6 months ago
Views 450
Views 450

Hi developers, could somebody advise me how to create on-click editable table in web application in Django? I am using …

Django
Medium
Question
Closed
RadySonabu
asked 4 years, 6 months ago
Views 322
Views 322

How do you foreign key an API? Like for Microservices in Django

1. Do I need to make a model …

Python
Medium
Question
Closed
venkatsushil.99
asked 4 years, 6 months ago
Views 340
$5
Views 340

Hai Guys, so i am using django and react. Now i need to display a search box in page-2, which …

Javascript
High
Question
Closed
RadySonabu
asked 4 years, 6 months ago
Views 376
Views 376

I have 3 separate django projects and they share the same database.

1. I create a abstractuser model and everytime …

Python
Low
Question
Closed
ashutoshmishra333
asked 4 years, 6 months ago
Views 295
$10
Views 295

I am creating to get data from django model to excel sheet,while doing so I am getting all the data …

Django
Urgent
Question
Closed
ashutoshmishra333
asked 4 years, 6 months ago
Views 646
$10
Views 646

I am creating to get data from django model to excel sheet,while doing so I am getting all the data …

Django
Urgent
Question
Closed
kopacanova47
asked 4 years, 6 months ago
Views 521
$10
Views 521

i am having a problem uploading files to my server (shareserver) in cpanel.

when I upload a file either by …

Django
Urgent
Question
Closed
deepikasrinivasasharma
asked 4 years, 6 months ago
Views 344
Views 344

I relly want to know how to send emails from django admin panel...

Like i want to send emails to …

Django
Low
Question
Closed
moazamrana22
asked 4 years, 6 months ago
Views 295
$10
Views 295

Waiter Task Model

'''

class WaiterTasks(models.Model):
    task_id = models.AutoField(primary_key=True)
    admin = models.ForeignKey(Admins, models.DO_NOTHING, blank=True, null=True)
  …

Other
Urgent
Question
Closed
manupanduworld
asked 4 years, 6 months ago
Views 318
Views 318

i want to add currency converter to my E-Commerce website. how can i do like this?

Django
Medium
Question
Closed
sarojkoirala42
asked 4 years, 6 months ago
Views 5978
$5
Views 5978

ajax code

<button>Load Data</button>
          <hr>
            <script>
             $(document).ready(function(){
                
                $("button").click(function(){
                    
                    $.ajax({
                     url: "loadtabledata", 
                     type: "GET", //send it through get method 
                     data: { …
Python
High
Question
Closed
JoshFauske
asked 4 years, 6 months ago
Views 381
Views 381

I'm trying to create a json packet like the one in the first picture. What I'm getting is what's in …

Django
Medium
Question
Closed
moazamrana22
asked 4 years, 6 months ago
Views 348
$10
Views 348

I am using my custom login func. when i find the specific user whose id pass is correct i want …

Django
Urgent
Question
Closed
moazamrana22
asked 4 years, 6 months ago
Views 749
$10
Views 749

    Status_choices=(('True'),('False'))
    Status = forms.ChoiceField(widget=forms.Select, choices=Status_choices)

in forms.py

Django
Urgent
Question
Closed
manupanduworld
asked 4 years, 6 months ago
Views 380
$10
Views 380

what is difference between object and instance? any one give me some clarification with exampke. 

Django
Urgent
Question
Closed
ahmed.hisham87
asked 4 years, 6 months ago
Views 316
Views 316

Hi Teckiys,

I have created a newsletter app to send emails to subscribers. After adding a new newsletter and setting …

Django
Low
Question
Closed
sarojkoirala42
asked 4 years, 6 months ago
Views 376
$5
Views 376

Views.py 

def updatetable(request):

   if request.method == 'GET' :

    post_id = p_board_detail.objects.filter(board_year_id= year_id)

    return HttpResponse("post_id")

Django
High
Question
Closed
moazamrana22
asked 4 years, 7 months ago
Views 386
$5
Views 386

I am creating an api for post to add a record into my table but the problem is that i …

Django
High
Question
Closed
maheshbist111
asked 4 years, 7 months ago
Views 381
Views 381

Getting bellow error

InvalidRequestError at /cart/checkout/

Request req_SMZSaDduY9pgEX: Invalid string: {
  "addre...d": null
}; must be at most 500 characters …
Django
Low
Question
Closed
moazamrana22
asked 4 years, 7 months ago
Views 346
Views 346

i have used on delete cascade and on update cascade in my database i.e, mysql. i am using django version …

Django
Medium
Question
Closed
eslamelnagar44
asked 4 years, 7 months ago
Views 347
$5
Views 347

i need to know if i can login more than one user in the same time because when i login …

Python
High
Question
Closed
moazamrana22
asked 4 years, 7 months ago
Views 554
$5
Views 554

def update(request,id):
    user=Login.objects.get(id=id)
    print(user.user_id)
    print(user.user_pass)
    form=LoginForm(request.POST)
    if form.is_valid():
        print("Form is valid.")
       …

Django
High
Question
Closed
janice10sombillo
asked 4 years, 7 months ago
Views 459
$5
Views 459

Hi, I want to create a website visitors counter where it shows on the website how many users visits the website. …

Django
High
Question
Closed
moazamrana22
asked 4 years, 7 months ago
Views 357
$5
Views 357

i am trying to update a record from mysql database. Following is my update func.

def update(request,id):
    user=Login.objects.get(id=id)
   …

Django
High
Question
Closed
ahmed.hisham87
asked 4 years, 7 months ago
Views 333
Views 333

Helloo Teckiys, 

I am trying to fix the add to cart and single item remove from the cart and I …

Python
Low
Question
Closed
moazamrana22
asked 4 years, 7 months ago
Views 2103
$10
Views 2103

After connecting my django project with mysql localhost database i had created an app after that run the command python …

Python
Urgent
Question
Closed
ronaldlouritson
asked 4 years, 7 months ago
Views 491
Views 491

Hi Good day Team,

I'm begginer and currently developing an eCommerce project.

I have found a tutorial on add/remove to cart …

Django
Medium
Question
Closed
mianfazal
asked 4 years, 7 months ago
Views 321
$10
Views 321

I have a mode in which two fields one is Name and other is Image.

I upload image by the …

Django
Urgent
Question
Closed
ahmed.hisham87
asked 4 years, 7 months ago
Views 411
Views 411

I am trying to link each comment to a post and to a username

I have proceeded with the logic …

Django
Low
Question
Closed
ahmed.hisham87
asked 4 years, 7 months ago
Views 389
Views 389

I have a problem with the variations and the quantity related to it in the order summary page.

This is …

Django
Low
Question
Closed
maheshbist111
asked 4 years, 7 months ago
Views 655
Views 655

System check identified no issues (0 silenced).
May 28, 2020 - 13:23:50
Django version 3.0.6, using settings 'ecommerce.settings'
Starting development …

Django
Low
Question
Closed
ahmed.hisham87
asked 4 years, 7 months ago
Views 425
Views 425

I wanted to add a comment section but i got a post() missing 1 required positional argument: 'post_id' ` error

class …
Python
Low
Question
Closed
chris
asked 4 years, 7 months ago
Views 335
Views 335
class TokenView(ListView):
    template_name = 'home.html'
    queryset  = Token.objects.filter(approved='Y')
  

Please help me on this 

Django
Low
Question
Closed
ahmed.hisham87
asked 4 years, 7 months ago
Views 419
Views 419

I am adding a comment section for my posts, the issue is after submitting it leads to HTTP ERROR 405 …

Django
Low
Question
Closed
ahmed.hisham87
asked 4 years, 7 months ago
Views 320
Views 320

Hi there, 

Thanks to you we have found a solution for moving from PK to slug in the detailed view …

Django
Low
Question
Closed
ahmed.hisham87
asked 4 years, 7 months ago
Views 435
Views 435

I am trying to switch from writing the id:pk of the blog to writing a function to add the post …

Django
Low
Question
Closed
bookletgo
asked 4 years, 7 months ago
Views 312
Views 312

when i create the object manager in model its not rendering properly

Django
Low
Question
Closed
ahmed.hisham87
asked 4 years, 7 months ago
Views 314
Views 314

Hi again friends,

The total_likes have been hashtagged/commented in the LikeView.

The count is working perfectly in the admin and …

Django
Low
Question
Closed
bookletgo
asked 4 years, 7 months ago
Views 322
Views 322

Actually, i am trying to pass the data to template in Detail view. But its not working. What is the …

Django
Low
Question
Closed
ahmed.hisham87
asked 4 years, 7 months ago
Views 463
Views 463

I am trying to add a like button using Ajax and & Jquery in Like Button but  I keep getting the …

Python
Low
Question
Closed
bookletgo
asked 4 years, 7 months ago
Views 380
Views 380

How to hide AWS S3 URL from front end?

Python
Low
Question
Closed
First Previous 5 6 7