All Tickets

Priority
Status
Type
Category
Vengat
asked 1 year, 3 months ago
Views 226
Views 226

Can someone let me know the steps to connect Denodo from python ?

Actually I have a view in Denodo …

Other
Low
Question
Closed
Vengat
asked 10 months, 1 week ago
Views 141
Views 141

Hi,

I am trying to sync the data from POSTGRES to SNOWFLAKE of 10M rows table. But after pulled 600k …

Other
Low
Problem
Closed
gakalyani
asked 4 months, 1 week ago
Views 87
Views 87

how to get count of occurrences of phone-number in excel sheet using django

Django
Medium
Question
Closed
sunil
asked 1 year, 3 months ago
Views 240
Views 240

I was able to use an api to get the data, for example:

{"aid": "1773022", "url": "hdsrgrg022", "papers": [{"paperId": "17", …

Python
Low
Question
Closed
Jaanvi
asked 2 years, 8 months ago
Views 1008
Views 1008

Is there a way to push the footer to the bottom of the page? I don't want to make the …

CSS
Low
Question
Closed
Star
asked 1 year, 3 months ago
Views 230
Views 230
df1 = pd.DataFrame({'Code':['1001','1002','1003','1004'],
          'Place':['Chile','Peru','Colombia','Argentina']})

 and

df2 = pd.DataFrame({'Code':['1001','1002','1003'],
          'Place':['Chile','Peru','Colombia']})

 How can i concat this two to make one DataFrame of …

Python
Low
Question
In-Progress
Shrestha7
asked 1 year, 7 months ago
Views 270
Views 270

I have a Django model where there is FileField to upload files. I want to upload the files in the …

Django
Medium
Problem
Closed
ashutoshmishra333
asked 1 year, 9 months ago
Views 350
Views 350

I am trying to create an api which get an json input and convert it into the protocol buffer,but getting …

Django
Medium
Problem
In-Progress
Jaanvi
asked 1 year, 9 months ago
Views 219
Views 219

Hi, I'm confused between the terms scripting and coding , can anyone explain the difference between python script and python …

Python
Medium
Question
Closed
Jaanvi
asked 1 year, 8 months ago
Views 222
Views 222

Looking for a simple explanation with an example 

Other
Low
Question
Opened
Shrestha7
asked 2 years ago
Views 620
Views 620

I am simply clueless cause I am new to this language. I want to create a detail page where I …

Other
Medium
Problem
In-Progress
Fancy
asked 2 years ago
Views 264
Views 264

How can compare the Strings in java

Java
Low
Question
Closed
rocky
asked 2 years, 1 month ago
Views 292
Views 292
Javascript
Low
Question
Closed
Vengat
asked 2 years, 1 month ago
Views 1096
$5
Views 1096

I have a requirement to get the data from MYSQL table, The table has date column.

Based on date filter …

MYSQL
High
Task
Closed
rocky
asked 2 years, 1 month ago
Views 241
Views 241
HTML
Low
Question
Closed
Soudhamini
asked 2 years, 1 month ago
Views 275
Views 275

If possible how can we do it?

In c++ it is quite easy ,but I cant get it on python.. …

Python
Medium
Question
Closed
rocky
asked 2 years, 1 month ago
Views 250
Views 250
SQL
Low
Question
Closed
Samuel
asked 2 years, 1 month ago
Views 235
Views 235

Can anyone explain css flexbox with example? Thank you.

CSS
Low
Question
Closed
Samuel
asked 2 years, 1 month ago
Views 234
Views 234
HTML
Low
Question
Closed
Nicky
asked 2 years, 1 month ago
Views 233
Views 233
Other
Low
Question
Closed
Bunny
asked 2 years, 3 months ago
Views 207
Views 207

In sql Query we can use (TOP  LIMIT, ROWNUM )

what is purpose of TOP, LIMIT, ROWNUM Query

SQL
Low
Question
Closed
Fancy
asked 2 years, 3 months ago
Views 257
Views 257

What is Difference between Functional Testing and Non Functional Testing

Other
Low
Question
Closed
ashutoshmishra333
asked 2 years, 3 months ago
Views 347
Views 347

I have a models named Restaurant ,i want to fetch all the restaurant within the 3km radius of user's current …

Django
Medium
Problem
Closed
Nicky
asked 2 years, 1 month ago
Views 237
Views 237
Other
Low
Question
Closed
Shrestha7
asked 2 years, 2 months ago
Views 507
Views 507

Hello,

I was trying to setup a svelte js in django to build an ecommerce website. Then, I found out …

Django
Medium
Question
Closed
Soudhamini
asked 2 years, 1 month ago
Views 233
Views 233

While writing code and running it we halt due to some run time errors and exceptions,so

How to handle those …

Python
Medium
Question
Closed
Vengat
asked 2 years, 1 month ago
Views 269
Views 269

This query will give us John, Sam, Tom, Tom because they all have the same email.

However, what I want …

SQL
Low
Task
In-Progress
Shrestha7
asked 2 years, 1 month ago
Views 271
Views 271

Hello everyone ,
I am having problem in using active class in django based on page opened when it is …

Django
Medium
Problem
Closed
alikasimoglu
asked 2 years, 1 month ago
Views 311
Views 311

I have a staff list. I have a model for this as follows.

models.py:

class NumberOfMealsEaten(models.Model):
    month = models.ForeignKey(Months, on_delete=models.CASCADE) …
Django
Medium
Task
In-Progress
Nicky
asked 2 years, 1 month ago
Views 238
Views 238
MYSQL
Low
Question
Closed
Nicky
asked 2 years, 1 month ago
Views 234
Views 234
HTML
Low
Question
Closed
Soudhamini
asked 2 years, 1 month ago
Views 222
Views 222

I am new to php, and I am learning it so to store the information of the user in database …

Other
Medium
Question
Closed
rocky
asked 2 years, 1 month ago
Views 237
Views 237
CSS
Low
Question
Closed
rocky
asked 2 years, 2 months ago
Views 236
Views 236
Other
Low
Question
Closed
Fancy
asked 2 years, 2 months ago
Views 227
Views 227

How can merge two disctionaries in a single expression by taking union of dictionarie ?

Python
Low
Question
Closed
Fancy
asked 2 years, 2 months ago
Views 224
Views 224

Difference between Exploratory Testing and Usablity Testing

Other
Low
Question
Closed
Nicky
asked 2 years, 2 months ago
Views 227
Views 227
SQL
Low
Question
Closed
rocky
asked 2 years, 2 months ago
Views 238
Views 238
Java
Low
Question
Closed
Soudhamini
asked 2 years, 2 months ago
Views 224
Views 224

I am little bit confused about joins in MYSQL?

In what way we can use them?

And how many types …

MYSQL
Medium
Question
Closed
kapjakal
asked 2 years, 3 months ago
Views 350
Views 350

I'm not sure how to save the form into the database. I know the form is not valid because I …

Django
Medium
Problem
Closed
Bunny
asked 2 years, 3 months ago
Views 222
Views 222

What is the different between Manual testing and Automation Testing

Other
Low
Question
Closed
Soudhamini
asked 2 years, 2 months ago
Views 251
Views 251

Anyone please help me in establishing connection in php to localhost...

Thanks in advance........

Other
Low
Question
Closed
Star
asked 2 years, 8 months ago
Views 301
Views 301
could any one explain clearly with examples
Python
Low
Question
Closed
Fancy
asked 2 years, 3 months ago
Views 250
Views 250

Details Explanation of STLC ?

Other
Low
Question
Closed
Fancy
asked 2 years, 3 months ago
Views 232
Views 232

What is Difference between Functional Testing and Non Functional Testing

Other
Low
Question
In-Progress
kapjakal
asked 2 years, 3 months ago
Views 246
Views 246

I am newbie to python. It would be great if someone help to create the high level script to get …

Python
Low
Task
Closed
Cheethirala
asked 2 years, 2 months ago
Views 236
Views 236

Is there any way to generate random numbers in python?

If there is a way ,what is it?

How many …

Python
Medium
Question
Closed
Soudhamini
asked 2 years, 3 months ago
Views 239
Views 239

Recently I have been working on php pages...

So I am not clear whether it is possible to include php …

Other
Medium
Question
Closed
Cheethirala
asked 2 years, 3 months ago
Views 245
Views 245

If it is possible please suggest me a way...

Any answer from you guys will be appreciated....

CSS
Medium
Question
Closed
Cheethirala
asked 2 years, 3 months ago
Views 263
Views 263

Can I know the exact difference between them and when should we use them ....

Thanks in advance.....

Java
Low
Question
Closed
sunil
asked 2 years, 3 months ago
Views 306
Views 306
input = 'a+b++b+++c++5+6+7++8+9++10'
string = input.split('+')
print(string)

when we run this code the output is ['a', 'b', '', 'b', '', …

Python
Low
Question
Closed
Cheethirala
asked 2 years, 3 months ago
Views 241
Views 241

These loops are really confusing ......

Any explanation with example will be of great help...

Help me out please

Python
Medium
Question
Closed
Cheethirala
asked 2 years, 3 months ago
Views 218
Views 218
Example:
<?xml version = "1.0" encoding = "UTF-8" standalone = "no" ?>
<info>
   <name>Pinky</name>
   <company>MFT</company>
   <phone>140-7859-123</phone>
</info>

In first line …

Other
Low
Question
Closed
mateigliga
asked 2 years, 3 months ago
Views 291
Views 291

I've created a Circular Simple Linked List class, but when I try to delete the first element from the list, …

Python
Low
Question
Closed
rocky
asked 2 years, 3 months ago
Views 222
Views 222
CSS
Low
Question
Closed
Soudhamini
asked 2 years, 3 months ago
Views 231
Views 231

If possible please suggest me away....

It will help us a lot

Thanks in advance...

CSS
Medium
Problem
Closed
vicif95865
asked 2 years, 3 months ago
Views 378
Views 378

When I fill the form with data correctly, it creates the account and redirects to the login page - just …

Python
Medium
Problem
In-Progress
Cheethirala
asked 2 years, 3 months ago
Views 185
Views 185

What is the scope of variables in javascript?

Any answer along with examples will be really helpful...........

Javascript
Medium
Question
Closed
Bunny
asked 2 years, 3 months ago
Views 214
Views 214

What is difference between INNERJOIN, LEFT JOIN RIGHT JOIN AND FULL JOIN?  

 

SQL
Low
Question
Closed
Fancy
asked 2 years, 4 months ago
Views 193
Views 193

How to Create a Table in SQL? 

SQL
Low
Question
Closed
rocky
asked 2 years, 3 months ago
Views 183
Views 183
Java
Low
Question
Closed
rahul
asked 2 years, 3 months ago
Views 206
Views 206

Hi,

I have recently upgraded my Rstudio to the latest version but now whenever I start Rstudio it gives me an …

Other
Medium
Problem
In-Progress
Soudhamini
asked 2 years, 3 months ago
Views 226
Views 226

Why should we use lambda function ?

Purpose of lambda function and difference between normal function ,lambda function...

Any response …

Python
Medium
Question
Closed
rocky
asked 2 years, 3 months ago
Views 189
Views 189

Can anyone explain in detail. Thanks

CSS
Low
Question
Closed
Nicky
asked 2 years, 3 months ago
Views 177
Views 177
Javascript
Low
Question
Closed
Bunny
asked 2 years, 3 months ago
Views 182
Views 182

SQL INSERT INTO Statement is used to add new rows of data to a table in the database.

SQL
Low
Question
Closed
Cheethirala
asked 2 years, 3 months ago
Views 180
Views 180

I want to know the purpose self in python which are used in classes?

What happens if we do not …

Python
Low
Question
Closed
Star
asked 2 years, 6 months ago
Views 189
Views 189

Is there something in JavaScript similar to @import in CSS that allows you to include a JavaScript file inside to …

Javascript
Low
Question
Closed
Soudhamini
asked 2 years, 3 months ago
Views 202
Views 202

Is it possible to prepare django form without using models

If possible please help me out...

Django
Medium
Question
Closed
Samuel
asked 2 years, 3 months ago
Views 211
Views 211
HTML
Low
Question
Closed
Soudhamini
asked 2 years, 3 months ago
Views 205
Views 205

Hi guys ,actually I am having a list of elements which have duplicate elements also.......

So I want to find …

Python
Low
Task
Closed
Nicky
asked 2 years, 4 months ago
Views 235
Views 235

public void myMethod (String... strings)  {

// method body

}

What do the 3 dots in the above problem method mean?

Java
Medium
Problem
Closed
rocky
asked 2 years, 4 months ago
Views 216
Views 216
Python
Low
Question
Closed
rocky
asked 2 years, 4 months ago
Views 179
Views 179
SQL
Low
Question
Closed
rocky
asked 2 years, 4 months ago
Views 325
Views 325
Other
Low
Question
Closed
Cheethirala
asked 2 years, 4 months ago
Views 194
Views 194

I am unable to understand what is the difference between the sets,lists,tuples,and dict....

And when to use those ....

Any …

Python
Low
Question
Closed
Cheethirala
asked 2 years, 4 months ago
Views 177
Views 177

Is it possible to apply the shadow effect using css...

If possible help me out please........

CSS
Medium
Task
Closed
Cheethirala
asked 2 years, 4 months ago
Views 186
Views 186

How do I access the index in a for loop, such that the output will be like below...

OUTPUT:

item …
Python
Low
Problem
Closed
Soudhamini
asked 2 years, 4 months ago
Views 215
Views 215

I have tried many times but cant overcome it....

Any help would be appreciated...

for (Type type : types) { …
Java
Medium
Problem
Closed
Anonymous
asked 2 years, 6 months ago
Views 209
Views 209
Java
Low
Question
Closed
Anonymous
asked 2 years, 6 months ago
Views 201
Views 201

What do you understand by Reentrant Synchronization in Java programming language?

Java
Low
Question
Closed
Pro
asked 2 years, 5 months ago
Views 797
Views 797

from django.contrib import admin

# Register your models here.

from Product.models import Catagory, Product


 

admin.site.register(Catagory)




 

class ProductAdmin(admin.ModelAdmin):

    list_display = ['title', 'status', 'created_at', 'updated_ad', 'image_tag']

    list_filter = ['title', 'created_at']

    list_per_page = 10

    search_fields = ['title', 'new_price', 'detail']

    

admin.site.register(Product, ProductAdmin)

Django
Low
Problem
Closed
charmy.smrutidash
asked 2 years, 5 months ago
Views 184
Views 184

how to use search bar in a page whwre list of items are displayed using djano

Django
Medium
Question
Closed
Anonymous
asked 2 years, 6 months ago
Views 204
Views 204

What is the function of join() method in Thread class in Java programming language?

Java
Low
Question
Closed
Bunny
asked 2 years, 5 months ago
Views 270
Views 270

How do I merge two dictionaries in a single expression in Python (taking union of dictionaries)? 

Python
Low
Question
Closed
Fancy
asked 2 years, 5 months ago
Views 194
Views 194
Python
Low
Question
Closed
Fancy
asked 2 years, 5 months ago
Views 178
Views 178

The purpose of empty pair and base class

Python
Low
Question
Closed
Vengat
asked 2 years, 5 months ago
Views 280
Views 280

** On entry to DGEBAL parameter number  3 had an illegal value
 ** On entry to DGEHRD  parameter number  2 …

Python
Medium
Problem
Closed
Soudhamini
asked 2 years, 5 months ago
Views 212
Views 212
<div id="outer">
  <div id="inner">Foo foo</div>
</div>

Any answer will be a great help......

HTML
Medium
Task
Closed
Anonymous
asked 2 years, 5 months ago
Views 200
Views 200

Need to update this table in SQL Server with data from its 'parent' table

SQL
Low
Problem
Closed
Anonymous
asked 2 years, 8 months ago
Views 4158
Views 4158

I am using openpyxl library to write in existing Excel file in separate cells.

How do I write some text …

Python
Low
Question
Closed
Unknown
asked 2 years, 5 months ago
Views 188
Views 188

LEFT JOIN vs. LEFT OUTER JOIN in SQL Server....

SQL
Low
Question
Closed
Nicky
asked 2 years, 6 months ago
Views 214
Views 214

I want a full description.

Python
Low
Question
Closed
Anonymous
asked 2 years, 6 months ago
Views 537
Views 537

unable to set up filter so that file paths are links.

Python
Low
Problem
Closed
muhammad.abdelaziz
asked 2 years, 6 months ago
Views 227
Views 227

Preliminary Info: Starting with names like Tech_backup1.tar.gz tech_backup11.tar.gz tech_backup41.tar.gz under the / home / backup folder. The Tech_backup part is …

Shell Script
Medium
Question
Closed
rocky
asked 2 years, 5 months ago
Views 227
Views 227
Other
Medium
Question
Closed
mateigliga
asked 2 years, 6 months ago
Views 675
Views 675

Hello, I'd like to know how can I use CKEditor inside Django crispy forms.
I've installed django-ckeditor and registered …

Django
Medium
Problem
Closed
Anonymous
asked 2 years, 6 months ago
Views 208
Views 208

Need some sudeo code to refer ....

Python
Low
Problem
Closed
Vengat
asked 2 years, 6 months ago
Views 1162
Views 1162

We have spark application which is running on cluster. After added the new spark worker its started throwing this error, …

Other
Medium
Problem
Closed
Anonymous
asked 2 years, 6 months ago
Views 210
Views 210
Python
Low
Question
Closed
Anonymous
asked 2 years, 6 months ago
Views 247
Views 247

Facing problem , when tried  to run test scripts against external websites.

I am trying to automate  both internal and …

Python
Low
Problem
Closed
Anonymous
asked 2 years, 6 months ago
Views 190
Views 190

I am looking for a while loop solution ...

Java
Low
Question
Closed
Anonymous
asked 2 years, 6 months ago
Views 332
Views 332

Trying to open an Excel with openpyxl library, however it is saving the Excel in read - only mode

PostgreSQL
Low
Problem
Closed
moazamrana22
asked 2 years, 11 months ago
Views 589
$10
Views 589

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

in forms.py

Django
Urgent
Question
Closed
kanagasabai
asked 2 years, 6 months ago
Views 190
Views 190
let i;
for (i = 0; i < 3; i++) {
  const log = () => {
    console.log(i);  }
  setTimeout(log, …
Javascript
Low
Problem
Closed
ahmed.hisham87
asked 2 years, 7 months ago
Views 490
Views 490

Hi,

I am trying to get the time spent on each page in a django project using Javascript. I keep …

Django
Medium
Problem
Closed
Bunny
asked 2 years, 6 months ago
Views 179
Views 179

How can Create a Pandas DataFrames in python?

Python
Low
Question
Closed
ahmed.hisham87
asked 2 years, 6 months ago
Views 194
Views 194

I am trying to make the like button in the post_detail.html page clicked without refreshing the page so, I included …

Javascript
Medium
Problem
Closed
Star
asked 2 years, 6 months ago
Views 195
Views 195

How to save a screen show in directory or folder in python selenium testing ? 

Can one help me

Python
Low
Question
Closed
nikhil7
asked 2 years, 6 months ago
Views 213
Views 213

Hi my problem is that i want to distribute my django app to different users but i want it to …

Django
Medium
Question
Closed
Anonymous
asked 2 years, 6 months ago
Views 182
Views 182

Can anyone help me how to manage both versions in one Windows 10.

Python
Medium
Problem
Closed
Anonymous
asked 2 years, 6 months ago
Views 170
Views 170

How to compare two strings in equal value??

Java
Low
Question
Closed
Anonymous
asked 2 years, 6 months ago
Views 205
Views 205

What are the source code for built-in python function like code behind sorted or enumerate etc...?

Python
Low
Question
Closed
Anonymous
asked 2 years, 6 months ago
Views 214
Views 214

I am trying to append text repeatedly to an existing file in Java. Not able to do so?

Java
Medium
Task
Closed
Anonymous
asked 2 years, 6 months ago
Views 195
Views 195

What are the main difference between an inner class and a static nested class in Java? Is it play a …

Java
Low
Question
Closed
Anonymous
asked 2 years, 6 months ago
Views 215
Views 215

Tried writing a Java routine to evaluate math expressions from String values like:

  1. "7+3"
  2. "10-30"
  3. "(1+10)*3"

Don’t want a lot of if-then-else …

Java
Medium
Problem
Closed
Anonymous
asked 2 years, 6 months ago
Views 182
Views 182

To be specific, I was trying this code:

package hello;

public class Hello {

    Clock clock = new Clock();

    public …
Java
Medium
Problem
Closed
Anonymous
asked 2 years, 6 months ago
Views 185
Views 185

Trying to shuffle the following Array randomly:

int[] solutionArray = {1, 2, 3, 4, 5, 6, 6, 5, 4, 3, …
Java
Medium
Question
Closed
Anonymous
asked 2 years, 6 months ago
Views 174
Views 174

Write Python logic to count the number of capital letters in a file.

Python
Low
Question
Closed
ashutoshmishra333
asked 2 years, 6 months ago
Views 392
Views 392

class Photo(models.Model):

image1=models.FileField(blank=True, default="",upload_to="media/images",null=True)

image2=models.FileField(blank=True, default="",upload_to="media/images",null=True)

def __str__(self):

return str(self.image1)

How can i download images from the both field on …

Django
Medium
Task
Closed
bhanupriyakuchana123
asked 2 years, 8 months ago
Views 354
Views 354

I'm tyring to test the Python Selenium and I have this code:

from selenium import webdriver
url = 'https://www.youtube.com/channel/UC8tgRQ7DOzAbn9L7zDL8mLg/videos'
driver …
Python
Medium
Problem
Closed
bhanupriyakuchana123
asked 2 years, 9 months ago
Views 655
Views 655

0

I have a python with selenium script that should be called with an argument that different for each person …

Python
Medium
Problem
Closed
bhanupriyakuchana123
asked 2 years, 9 months ago
Views 174
Views 174

I want to translate a page that chrome doesnt recognize the language. Is there a hotkey to translate a page?

Python
Low
Question
Closed
bhanupriyakuchana123
asked 2 years, 9 months ago
Views 734
Views 734

'm curious if anyone has found a work around for handling the random "Please Verify you are human" pop up …

Other
Low
Problem
Closed
hijaw39777
asked 2 years, 7 months ago
Views 732
Views 732

What can I do when my pagination breaks after first page when I specify the keyword in a form for …

Python
Medium
Problem
Closed
Anonymous
asked 2 years, 6 months ago
Views 160
Views 160

Not able to Implement social login authentication in Django ...

Django
Medium
Question
Closed
Anonymous
asked 2 years, 6 months ago
Views 170
Views 170

Can someone explain How a request is process in Django ?

Django
Medium
Question
Closed
p789ahm
asked 2 years, 7 months ago
Views 365
Views 365

I am fetching an external json file . Whenever I send the data in dictionary form to html page and …

Django
Low
Problem
Closed
kanagasabai
asked 2 years, 7 months ago
Views 163
Views 163

And after submission an alert of "submitted successfully"  should be displayed on top the screen..

Javascript
Low
Question
Closed
ahmed.hisham87
asked 2 years, 7 months ago
Views 295
Views 295

Hello, 

I want to know if there is a way to get the time spent by each user on each page …

Django
Medium
Question
Closed
ashutoshmishra333
asked 2 years, 7 months ago
Views 529
Views 529

Hello everyone hope you all doing well.

I need little guidance/help

I want to get all slots between the start …

Django
Medium
Task
Closed
ahmed.hisham87
asked 2 years, 7 months ago
Views 251
Views 251

I am trying to add CSS styling to my html email to be sent so I used `django-inlinecss 0.3.0` 

In …

Django
Medium
Problem
Closed
Anonymous
asked 2 years, 7 months ago
Views 227
Views 227

How to filter latest record by date in Django?

Django
Low
Question
Closed
Anonymous
asked 2 years, 7 months ago
Views 173
Views 173

How to login with email instead of username in Django?

Django
Low
Question
Closed
Anonymous
asked 2 years, 7 months ago
Views 508
Views 508

How to filter data from Django models using python datetime?

Django
Low
Question
Closed
Anonymous
asked 2 years, 7 months ago
Views 171
Views 171

How to create a project in Django?

Django
Low
Question
Closed
Anonymous
asked 2 years, 7 months ago
Views 215
Views 215

What are the inheritance styles in Django?

Django
Low
Question
Closed
Anonymous
asked 2 years, 7 months ago
Views 170
Views 170

What does the Django templates contain?

Django
Low
Question
Closed
Anonymous
asked 2 years, 7 months ago
Views 151
Views 151

What is the use of session framework in Django?

Django
Low
Question
Closed
Anonymous
asked 2 years, 7 months ago
Views 173
Views 173

Specify the features available in Django web framework?

Django
Low
Question
Closed
Anonymous
asked 2 years, 7 months ago
Views 189
Views 189

Can you set up static files in Django? How?

Django
Low
Question
Closed
Anonymous
asked 2 years, 7 months ago
Views 182
Views 182

How to handle URLs in Django?

Django
Low
Question
Closed
Anonymous
asked 2 years, 7 months ago
Views 161
Views 161

I am trying to install Django in my system.

But getting an error meassge ...

C:\Python34> pip install Django
'pip' …
Python
Medium
Problem
Closed
Anonymous
asked 2 years, 7 months ago
Views 176
Views 176

How Django processes a request?

Django
Low
Question
Closed
geekPro
asked 2 years, 7 months ago
Views 478
Views 478

and What are the different kinds of Doctypes available?

HTML
Low
Question
Closed
geekPro
asked 2 years, 7 months ago
Views 159
Views 159
0.1 + 0.2 === 0.3 // => ???
Javascript
Low
Problem
Closed
p789ahm
asked 2 years, 7 months ago
Views 910
Views 910

Hi Everyone,

I am confusing here, I haev installed "django-filter" in my virtual environment. And added the same into my …

Django
Medium
Problem
Closed
ahmed.hisham87
asked 2 years, 7 months ago
Views 592
Views 592

Hi,

I am starting a new project using Python 3.8 and I am trying to install Pillow but returning this …

Python
Medium
Problem
Closed
kanagasabai
asked 2 years, 7 months ago
Views 181
Views 181

 Explain localStorage and sessionStorage..

HTML
Low
Question
Closed
kanagasabai
asked 2 years, 7 months ago
Views 276
Views 276
var text = 'outside';
function logIt(){
    console.log(text);
    var text = 'inside';
};
logIt();

The above code don't throws an error! …

Javascript
Low
Problem
Closed
kanagasabai
asked 2 years, 7 months ago
Views 460
Views 460
CSS
Low
Question
Closed
geekPro
asked 2 years, 7 months ago
Views 320
Views 320

The following recursive code will cause a stack overflow if the array list is too large. How can you fix …

Javascript
Medium
Problem
Closed
Anonymous
asked 2 years, 7 months ago
Views 181
Views 181

How can I find the number of cores available to my application from within Java code?

Java
Low
Question
Closed
Anonymous
asked 2 years, 7 months ago
Views 213
Views 213

Is it possible to call a constructor from another (within the same class, not from a subclass)? If yes how? …

Java
Low
Question
Closed
Anonymous
asked 2 years, 7 months ago
Views 180
Views 180

I am getting a NoClassDefFoundError when I run my Java application. What is typically the cause of this?

Java
Low
Question
Closed
Anonymous
asked 2 years, 7 months ago
Views 171
Views 171

I'm getting a NoSuchMethodError error when running my Java program. What's wrong and how do I fix it?

Java
Medium
Problem
Closed
me
asked 2 years, 8 months ago
Views 188
Views 188

Hi,

Is there a video tutorial that is available to follow and do web notifications. I want people who are …

Django
Medium
Question
Closed
Anonymous
asked 2 years, 7 months ago
Views 147
Views 147

What is the use of anonymous classes in Java? Can we say that usage of anonymous class is one of …

Java
Low
Question
Closed
Anonymous
asked 2 years, 7 months ago
Views 186
Views 186

How would you check if a String was a number before parsing it?

Java
Low
Question
Closed
Anonymous
asked 2 years, 7 months ago
Views 199
Views 199

Successfully using this code to send HTTP requests with some parameters via GET method

void sendRequest(String request)
{
    // i.e.: …
Java
Medium
Question
Closed
Unknown
asked 2 years, 7 months ago
Views 157
Views 157

If you have a java.io.InputStream object, how should you process that object and produce a String?

Suppose I have …

Java
Low
Question
Closed
Unknown
asked 2 years, 7 months ago
Views 156
Views 156

I use object != null a lot to avoid NullPointerException.

Is there a good alternative to this?

For example …

Java
Low
Problem
Closed
Unknown
asked 2 years, 7 months ago
Views 195
Views 195
i += j;

Was just a shortcut for:

i = i + j;

But if we try this:

int i …
Java
Low
Question
Closed
Unknown
asked 2 years, 7 months ago
Views 172
Views 172

I have an array that is initialized like:

Element[] array = {new Element(1), new Element(2), new Element(3)};

I would like …

Java
Low
Question
Closed
Unknown
asked 2 years, 7 months ago
Views 150
Views 150

A model change from

standard = models.ManyToManyField(Standard)

to

standard = models.ManyToManyField(Standard, blank=True, null=True)

South schemamigration for this app doesn't recognize …

Django
Medium
Problem
Closed
Unknown
asked 2 years, 7 months ago
Views 176
Views 176

I  would like to know what are all the possible values for the timezone argument in the Python library pytz. How …

Python
Low
Question
Closed
Unknown
asked 2 years, 7 months ago
Views 197
Views 197

Is it possible to temporarily disable constraints in MySQL?

I have two Django models, each with a foreign key to …

MYSQL
Low
Question
Closed
Unknown
asked 2 years, 7 months ago
Views 234
Views 234

I  am using Django (version 3.1) and have forgotten both admin username and password. How to reset both?

And is it …

Django
Medium
Problem
Closed
Unknown
asked 2 years, 7 months ago
Views 225
Views 225

using the Django REST Framework 2.0.

Here is my model class:

class Mission(models.Model):
  assigned_to = models.ForeignKey('auth.User',
                                   related_name='missions_assigned',
                                   blank = True) …
Django
Medium
Problem
Closed
Unknown
asked 2 years, 7 months ago
Views 180
Views 180

How do I remove an element from a list by index in Python?

I found the list.remove method, but say …

Python
Low
Question
Closed
Unknown
asked 2 years, 7 months ago
Views 168
Views 168
>>> a=[1,2,3]
>>> a.remove(2)
>>> a
[1, 3]
>>> a=[1,2,3]
>>> del a[1]
>>> a
[1, 3]
>>> a= [1,2,3] …
Python
Low
Question
Closed
Unknown
asked 2 years, 7 months ago
Views 163
Views 163

What's the difference between the list methods append() and extend()?

Python
Low
Question
Closed
Unknown
asked 2 years, 7 months ago
Views 167
Views 167

I have this program that calculates the time taken to answer a specific question, and quits out of the while …

Python
Low
Problem
Closed
bhavanaswvarn
asked 2 years, 8 months ago
Views 550
$10
Views 550

Hi

Could you please provide some examples, script with details level steps ?

My requirement is, I am building an …

Django
Urgent
Question
Closed
alani25
asked 2 years, 7 months ago
Views 2723
$10
Views 2723

Hi ,

I want to build the multi choice form in Django template . I mean user should able to …

Django
Urgent
Task
Closed
geekPro
asked 2 years, 7 months ago
Views 370
Views 370
function arrayFromValue(item) {
  return
    [item];
}

arrayFromValue(10); // => ???
Javascript
Low
Problem
Closed
Soudhamini
asked 2 years, 7 months ago
Views 143
Views 143

Hi guys ,

       I face a lot of confusion between margin and padding whem I am trying …

CSS
Low
Question
Closed
Unknown
asked 2 years, 7 months ago
Views 158
Views 158

How do I declare and initialize an array in Java?

Java
Low
Question
Closed
sai
asked 2 years, 7 months ago
Views 170
Views 170

Could you please tell me a way in python to open a file for both reading and writing......

Thanks in …

Python
Medium
Question
Closed
Jaanvi
asked 2 years, 8 months ago
Views 267
Views 267

What is the difference between these template tags truncate_words, truncatewords_html and truncatechars_html?

Django
Low
Question
Closed
alani25
asked 2 years, 9 months ago
Views 186
Views 186

I have an image file in the following location.

'D:\\projects\\IMG_2012-09-26T09-00-07.jpg'

While I am trying to read by directly giving the …

Python
Medium
Problem
Closed
p789ahm
asked 2 years, 9 months ago
Views 742
Views 742

Environment: Python 3.6, Django 3.0, DRF 3.11, JWT Authorization

I have a simple class in my API where I want …

Django
Medium
Question
Closed
p789ahm
asked 2 years, 8 months ago
Views 233
$5
Views 233

Hi Guys,

Please share detail level steps to push the django code from local to Heroku server?

As  I am …

Django
High
Task
Closed
sai
asked 2 years, 8 months ago
Views 242
Views 242

I have a file and I want to add some lines to the file without overriding the lines that are …

Python
Medium
Question
Closed
sai
asked 2 years, 8 months ago
Views 176
Views 176

For example:

I have a list of tuples like:

data = [(1,2,3), (4,3,6), (7,0,9)]

I want the output as:

[(7, …
Python
Medium
Problem
Closed
mstk_sql
asked 2 years, 9 months ago
Views 173
Views 173

I recently installed Python 3.8 onto my computer. I now have Python 3.7 and 3.8. I would like to delete …

Python
Low
Question
Closed
mstk_sql
asked 2 years, 9 months ago
Views 170
Views 170
start = int(input("Enter a number: "))

for number in range (1, start + 1):
    if (number % 2 != 0): …
Python
Medium
Question
Closed
p789ahm
asked 2 years, 9 months ago
Views 189
Views 189

How to to convert object string data from the csv column into total seconds.

In my csv sheet, data looks …

Python
Low
Problem
Closed
BrunoSeixas
asked 2 years, 9 months ago
Views 167
$10
Views 167

Hi again
Today i deployed my django app on heroku but now i have 1 issue

When i create a …

Python
Urgent
Question
Closed
ashutoshmishra333
asked 2 years, 11 months ago
Views 469
$10
Views 469

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
p789ahm
asked 2 years, 8 months ago
Views 192
Views 192

I have a python function that I want to check if a certain field is present in the json that …

Python
Low
Question
Closed
Jaanvi
asked 2 years, 8 months ago
Views 192
Views 192

What is the key difference beween these CSS properties and when to use them?
Thanks in advance!

CSS
Low
Question
Closed
sai
asked 2 years, 8 months ago
Views 169
Views 169

Suggest me a way to take list of numbers as input 

Help from anyone will make me solve it more …

Python
Medium
Question
Closed
Soudhamini
asked 2 years, 8 months ago
Views 169
Views 169

In java,

    I want to delay the execution of thread for 5 sec 

   Is it possible to …

Java
Medium
Task
Closed
Star
asked 2 years, 8 months ago
Views 162
Views 162

can any one explain details . could you please help me

Python
Low
Question
Closed
Star
asked 2 years, 8 months ago
Views 158
Views 158

 I tried this code extend method , some how my code is not working

my_array = array('i', [1,2,3,4,5]) 
my_extnd_array = …
Python
Low
Question
Closed
Star
asked 2 years, 8 months ago
Views 153
Views 153

How to Create a Database SQLite , if anyone help , 

SQL
Low
Question
Closed
Anonymous
asked 2 years, 9 months ago
Views 142
Views 142

I have (n,m) array arr1, where n is almost 2.5 million and m =100. Another arr2 is (n, …

Python
Medium
Question
Closed
Anonymous
asked 2 years, 9 months ago
Views 631
Views 631

 I had both Python 2.7 and 3.5 installed on my Mac and was able to use them both successfully. Not …

Python
Medium
Problem
Closed
Anonymous
asked 2 years, 9 months ago
Views 163
Views 163
class Color(Enum):
    RED = 1
    GREEN = 2
    BLUE = 3

Is there a type expression expression Foo such that: …

Python
Medium
Question
Closed
Anonymous
asked 2 years, 9 months ago
Views 227
Views 227

Is there any advantage to using the 'type hint' notation in python?

import sys
def parse(arg_line: int) -> str:
    print …
Python
Medium
Question
Closed
Anonymous
asked 2 years, 9 months ago
Views 195
Views 195

I'm trying to create some pixelart using a matrix in pycharm, the problem is that i have never used this …

Python
Medium
Question
Closed
Anonymous
asked 2 years, 9 months ago
Views 165
Views 165

I have the a large dataframe where I calculate the p value using a t-test for each row. I now …

Python
Medium
Problem
Closed
Anonymous
asked 2 years, 9 months ago
Views 155
Views 155

Given a list of instances of class A[A() for _ in range(5)], I want to randomly select …

Python
Medium
Problem
Closed
Anonymous
asked 2 years, 9 months ago
Views 161
Views 161

In the df underneath, I want to sort the values of column 'cdf_X' based on column 'A' and 'X'. Column …

Python
Medium
Problem
Closed
Anonymous
asked 2 years, 9 months ago
Views 203
Views 203

I have a dataframe with the patient's diagnosis in a column and using pandas I want to dichotomize the diagnosis …

Python
Medium
Question
Closed
Anonymous
asked 2 years, 9 months ago
Views 1473
Views 1473

I check my code using mypy. I got these errors:

  1. I have an object names: List[str], for len(names) …

Python
Medium
Problem
Closed
Anonymous
asked 2 years, 9 months ago
Views 178
Views 178

[....'1', '2937', '0', '0', 'Sep 10 20:34:44 2020', 'Sep 10 20:35:41 2020', '1', '2978', '0', '0', 'Sep 10 20:34:44 2020', …

Python
Medium
Problem
Closed
Anonymous
asked 2 years, 8 months ago
Views 179
Views 179

I'm writing a library in Python which makes calls to a REST API, receives results in JSON, and returns Python …

Python
Medium
Question
Closed
Anonymous
asked 2 years, 8 months ago
Views 189
Views 189

is there an older version of pip that doesn't check SSL certificates?

my corporate proxy replaces the cert from pypi …

Python
Low
Question
Closed
Anonymous
asked 2 years, 8 months ago
Views 170
Views 170

I'm writing data to a CSV file, then once that's done, I copy the file to another directory.

This is …

Python
Medium
Question
Closed
Anonymous
asked 2 years, 8 months ago
Views 378
Views 378

Using https://github.com/jpwatts/django-positions,

I have a few models that inherit from a parent one, for example:

class ContentItem(models.Model):

    class Meta: …
Django
Medium
Question
Closed
Anonymous
asked 2 years, 8 months ago
Views 166
Views 166

Background:

I'm using py.test together with pytest-selenium, now I would like to take a screenshot of page when assertion fails. …

Python
Low
Question
Closed
Anonymous
asked 2 years, 8 months ago
Views 1009
Views 1009

I'm succeeded logging in sites using Selenium in Python 3.4 The login process is like below:

browser = webdriver.PhantomJS()
browser.get('url') …
Python
Medium
Question
Closed
Anonymous
asked 2 years, 8 months ago
Views 221
Views 221

I am new to DRF and I am having trouble with overriding its methods.

I would like to allow a …

Django
Medium
Question
Closed
Anonymous
asked 2 years, 8 months ago
Views 192
Views 192

I have this function that I want to read a single byte from a large file. The only problem is …

Python
Medium
Question
Closed
Anonymous
asked 2 years, 8 months ago
Views 210
Views 210

In a Django project where I need to create a form for inputs. I tried to import reverse from django.core.urlresolvers …

Python
Medium
Problem
Closed
Anonymous
asked 2 years, 8 months ago
Views 605
Views 605

After updating a Django 1.7 project to Django 1.8 and now get errors when I run the tests (that are …

Django
Medium
Problem
Closed
Anonymous
asked 2 years, 8 months ago
Views 452
Views 452

Trying to start a webpage using the Django framework. 

After creating the project, I tried to start an app that …

Django
Medium
Problem
Closed
Anonymous
asked 2 years, 8 months ago
Views 914
Views 914

My template cannot display the image coming from my model.

src attribute comes with proper field but it does not …

Django
Medium
Problem
Closed
Anonymous
asked 2 years, 8 months ago
Views 3482
Views 3482
Model class django.contrib.contenttypes.models.ContentType doesn't declare an explicit app_label 

 Any advice would be tremendously appreciated.

I'm using Python 3.4 and Django …

Django
Low
Problem
Closed
Anonymous
asked 2 years, 8 months ago
Views 197
Views 197

Using the following filters in Postman to make a POST request in a Web API but I am unable to …

Python
Low
Problem
Closed
Anonymous
asked 2 years, 8 months ago
Views 182
Views 182

For example, if passed the following:

a = []

How do I check to see if a is empty?

Python
Low
Question
Closed
Unknown
asked 2 years, 8 months ago
Views 156
Views 156

I've got a nested loop construct like this:

for (Type type : types) {
    for (Type t : types2) { …
Java
Low
Problem
Closed
Anonymous
asked 2 years, 9 months ago
Views 180
Views 180

So each request it sends keeps printing

{"success":false,"code":7,"message":"Ad creation cooldown has not elapsed"}

and everytime it prints this I want …

Python
Medium
Problem
Closed
Anonymous
asked 2 years, 8 months ago
Views 1425
Views 1425

I have admin view with tabular inline:

class AddressInline(admin.TabularInline):
    model = Address
    can_delete = False
    readonly_fields = ['kind']
    max_num = …
Django
Medium
Question
Closed
Anonymous
asked 2 years, 8 months ago
Views 461
Views 461

I have a small Django app with a form, wich saves some data to the DB.

Here's the form:

class …
Django
Medium
Question
Closed
Anonymous
asked 2 years, 8 months ago
Views 1442
Views 1442

app.models.py

class ColorSet(models.Model):
    color = models.CharField(max_length=50, verbose_name='Color', default='', blank=True, null=True)
    code = models.CharField(max_length=50, verbose_name='Code of color', default='', blank=True, null=True)

    class …
Django
Medium
Problem
Closed
Anonymous
asked 2 years, 8 months ago
Views 225
Views 225

Trying to define a constant with the value of model's class in the settings.py to provide a dynamically-defined FK for …

Django
Medium
Problem
Closed
Anonymous
asked 2 years, 8 months ago
Views 284
Views 284

Tried to run command:

from django.urls import path

Getting error:

Traceback (most recent call last): File "< stdin >", line …

Django
Low
Problem
Closed
Anonymous
asked 2 years, 8 months ago
Views 211
Views 211

Trying to build a shared library using a C extension file but first I have to generate the output file …

Python
Medium
Problem
Closed
Anonymous
asked 2 years, 8 months ago
Views 1446
Views 1446

My urlpatterns :

urlpatterns = [
    re_path(r'^dj-admin/', admin.site.urls),
    re_path(r'^admin/', include(wagtailadmin_urls)),
    re_path(r'^docs/', include(wagtaildocs_urls)),

    i18n_patterns(
        path(r'', include(wagtail_urls)),
        prefix_default_language = False
    )
] …
Django
Low
Problem
Closed
Anonymous
asked 2 years, 8 months ago
Views 291
Views 291

Viewed 15k times

In the following django model:

class MyModel(models.Model):
    published = models.BooleanField(default=False)
    pub_date = models.DateTimeField('date published')

I want the pub_date …

Django
Low
Problem
Closed
Anonymous
asked 2 years, 8 months ago
Views 167
Views 167

I am getting an 'access is denied' error when I attempt to delete a folder that is not empty. I …

Python
Low
Problem
Closed
Anonymous
asked 2 years, 8 months ago
Views 196
Views 196

problem with deleting empty directories. Here is the code:

for dirpath, dirnames, filenames in os.walk(dir_to_search):
    //other codes

    try:
        os.rmdir(dirpath)
    except …
Python
Medium
Problem
Closed
Anonymous
asked 2 years, 8 months ago
Views 163
Views 163

What is the correct way to write the statement if ($a contains 'are') for below code ??

$a = 'How …
HTML
Low
Question
Closed
Anonymous
asked 2 years, 8 months ago
Views 166
Views 166

I have two Python dictionaries, and I want to write a single expression that returns these two dictionaries, merged (i.e. …

Python
Low
Question
Closed
Anonymous
asked 2 years, 8 months ago
Views 201
Views 201

looking for a string.contains or string.indexof method in Python.

want to do:

if not somestring.contains("blah"):
   continue
Python
Low
Question
Closed
me
asked 2 years, 8 months ago
Views 709
$10
Views 709

Hi everyone,

I have a simple form with checkboxes and a submit button upon clicking, the results show up fine …

Django
Urgent
Problem
Closed
Unknown
asked 2 years, 9 months ago
Views 194
Views 194

A file having number of rows and columns where the input file are not fixed. Also,  there can be duplicate …

Python
Medium
Question
Closed
Soudhamini
asked 2 years, 8 months ago
Views 204
Views 204
If I have a table with two columns, how do I specify any other css so that it is applied …
CSS
Low
Question
Closed
sai
asked 2 years, 8 months ago
Views 162
Views 162

I have a list of tuples like

data = [(1,2,3),('soni','ansh','shivika'),('female','male','female')]

Now I want to extract the 2nd element from the …

Python
Medium
Problem
Closed
moazamrana22
asked 2 years, 8 months ago
Views 453
Views 453

Hello! need to ask that, do you guys helps in odoo framework too?

I had created a module in odoo …

Other
Medium
Question
Closed
Soudhamini
asked 2 years, 8 months ago
Views 161
Views 161
Java
Medium
Question
Closed
hakinen100
asked 2 years, 10 months ago
Views 261
Views 261

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
Soudhamini
asked 2 years, 8 months ago
Views 160
$5
Views 160

Consider two lists like:

L1=[13,12,0,29,5]
L2=[19,23,1,29,10]

Now I want the output as:

L3=[(13,19),(12,23),(0,1),(29,29),(5,10)]

How can I get that........

Python
High
Problem
Closed
ronaldlouritson
asked 3 years ago
Views 316
Views 316

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
Anonymous
asked 2 years, 9 months ago
Views 292
Views 292

I have a panel of stocks with these columns: Date, Ticker, Ret, MTB. I want to rank the stocks based …

Python
Medium
Problem
Closed
Soudhamini
asked 2 years, 8 months ago
Views 156
Views 156

I have two lists

​
L1=['NAME','AGE','EMAIL','GENDER']
L2=['SOUMYA','22','soumya22@gmail.com','female']

​

I want the output as :

{'NAME':'SOUMYA','AGE':'22','EMAIL':'soumya22@gmail.com','GENDER':'FEMALE'}

Python
Low
Problem
Closed
Soudhamini
asked 2 years, 8 months ago
Views 173
Views 173

I want to know what is different between these abstract class and interface...

Answer  from anyone will help me a …

Java
Medium
Question
Closed
ashutoshmishra333
asked 2 years, 8 months ago
Views 176
Views 176

Suppose there are 7 choices ,e.g 7 days

I want all the name of 7 days in a list

I …

Django
Medium
Task
Closed
bhanupriyakuchana123
asked 2 years, 9 months ago
Views 1949
Views 1949

I was trying to login in this website https://www.henryschein.com/us-en/Profiles/Login.aspx using Python Selenium and Chrome driver but it says that Access …

Python
Medium
Problem
Closed
BrunoSeixas
asked 2 years, 9 months ago
Views 628
$10
Views 628

So my issue is that when i try to render_to_string and send the email with that message it shows only …

Python
Urgent
Question
Closed
Soudhamini
asked 2 years, 8 months ago
Views 158
Views 158
public class Main
{
	public static void main(String[] args) {for (int i=0; i<6; i++)
  {
  for (int j=0; j<i; j++) …
Java
Medium
Task
Closed
Soudhamini
asked 2 years, 8 months ago
Views 182
Views 182
Python
Low
Question
Closed
Vengat
asked 2 years, 8 months ago
Views 198
Views 198

I have a requirement to read the 

{{ request.user.username }}

in Javascript to pass the value to Django backend. But …

Django
Medium
Question
Closed
Soudhamini
asked 2 years, 8 months ago
Views 160
Views 160
l1=[20,30,10.5]

I have the following list I want the output as:

[30,40,20.5]

I want the most efficient way of answer

Python
Medium
Problem
Closed
Soudhamini
asked 2 years, 8 months ago
Views 988
Views 988
s = [1,20, 67, 21, 56, 13]
print(*s, sep = '\n')

this is the list I have 

I want this …

Python
Low
Problem
Closed
Soudhamini
asked 2 years, 8 months ago
Views 187
Views 187
<span style="background-colour:red; @media (max-width:300px){background-colour:yellow;}"></span>

Is this possible?

Help me out.......

CSS
Medium
Question
Closed
Soudhamini
asked 2 years, 8 months ago
Views 170
$5
Views 170

I have the following code:

class ClassA(object):
    def __init__(self):
        self.var1 = 5
        self.var2 = 2

    def methodA(self):
        self.var1 = self.var1 …
Python
High
Question
Closed
9895fernando
asked 2 years, 9 months ago
Views 245
Views 245
Hi, I have a problem. When I try to log in in the Django Admin, this error occurs (image attached). …
Python
Medium
Question
Closed
prameessa249
asked 2 years, 10 months ago
Views 1240
Views 1240

Hello,

I have a django web app and i want to add some like button in my feeds like facebook,twitter …

Django
Low
Question
Closed
Soudhamini
asked 2 years, 8 months ago
Views 174
Views 174

I have the following code

def fun1(par):
    print('Hi this is a function without filling the parameter')
    return True

fun1()

And …

Python
Medium
Question
Closed
moazamrana22
asked 2 years, 11 months ago
Views 218
Views 218

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 2 years, 11 months ago
Views 220
$5
Views 220

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

Python
High
Question
Closed
ahmed.hisham87
asked 3 years ago
Views 285
Views 285

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
bookletgo
asked 3 years ago
Views 181
Views 181

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

Django
Low
Question
Closed
bookletgo
asked 3 years ago
Views 190
Views 190

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

Django
Low
Question
Closed
bookletgo
asked 3 years ago
Views 229
Views 229

How to hide AWS S3 URL from front end?

Python
Low
Question
Closed
janice10sombillo
asked 2 years, 10 months ago
Views 593
$5
Views 593

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

Python
High
Question
Closed
ahmed.hisham87
asked 3 years ago
Views 313
Views 313

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

Python
Low
Question
Closed
ahmed.hisham87
asked 3 years ago
Views 180
Views 180

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
ahmed.hisham87
asked 3 years ago
Views 258
Views 258

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
ahmed.hisham87
asked 3 years ago
Views 189
Views 189

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 3 years ago
Views 230
Views 230

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

Django
Low
Question
Closed
chris
asked 3 years ago
Views 182
Views 182
class TokenView(ListView):
    template_name = 'home.html'
    queryset  = Token.objects.filter(approved='Y')
  

Please help me on this 

Django
Low
Question
Closed
maheshbist111
asked 3 years ago
Views 474
Views 474

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 3 years ago
Views 282
Views 282

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 3 years ago
Views 190
Views 190

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 3 years ago
Views 1825
$10
Views 1825

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

Python
Urgent
Question
Closed
sarojkoirala42
asked 2 years, 11 months ago
Views 5709
$5
Views 5709

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
BrunoSeixas
asked 2 years, 10 months ago
Views 2737
$10
Views 2737

Hi i have found an issue while developing my webapp

So i tried to render my template called marketingup.html and …

Python
Urgent
Question
Closed
kovy.jacob
asked 2 years, 10 months ago
Views 231
Views 231

I am getting this when I run my django site's form:

Forbidden (403)

CSRF verification failed. Request aborted.

Help

Reason given …

Django
Medium
Question
Closed
lassejonassen
asked 2 years, 10 months ago
Views 247
$5
Views 247

I have just uploaded my django project to a ubuntu server at Linode.com. I wanted to test out my site …

Django
High
Question
Closed
BrunoSeixas
asked 2 years, 9 months ago
Views 216
$10
Views 216

Hey there i cannot connect my app.. I tried to follow Corey Shaffer tutorial on how to deploy in heroku …

Python
Urgent
Question
Closed
Vengat
asked 2 years, 8 months ago
Views 192
Views 192

I am facing some challenge to formatting the Float data type in Postgresql DB.

I have order table after I …

PostgreSQL
Medium
Problem
Closed
Vengat
asked 2 years, 8 months ago
Views 156
Views 156

I have added the logo for my website as a title one.

So I have used link shortcut icon set …

HTML
Low
Problem
Closed
Soudhamini
asked 2 years, 8 months ago
Views 181
Views 181
def isPrime(x):
    if x > 1:
        for i in range(2, x):
            if x % i == 0:
                return False

        return …
Python
Medium
Problem
Closed
meena
asked 2 years, 8 months ago
Views 825
Views 825

I require to sftp files from one linux server to another using password authentication. I need to call this script …

Unix
Medium
Question
Closed
Soudhamini
asked 2 years, 9 months ago
Views 159
Views 159

I want a function like

​
d = dict(p1=1, p2=2)
def f2(p1, p2):
    print(p1, p2)
f2(d)

​

which returns output …

Python
Medium
Task
Closed
ashutoshmishra333
asked 2 years, 8 months ago
Views 301
$5
Views 301

How to delete token of the recently logged in user.

#models.py

class MyUserManager(BaseUserManager):

def create_user(self, email, password=None, **extra_fields):

if not …

Django
High
Question
Closed
Soudhamini
asked 2 years, 9 months ago
Views 182
Views 182

 I have two lists, l1 and l2. I want to perform l1 - l2, which …

Python
Medium
Problem
Closed
Soudhamini
asked 2 years, 9 months ago
Views 167
Views 167

I want a code which compares multiple integer values for one value and therefore it returns a list as an output …

Python
Medium
Problem
Closed
Soudhamini
asked 2 years, 8 months ago
Views 144
Views 144

I have a list of characters like 

a = ['he','ll','o','  ','good','mo','rni','n','g']

I want te final output as

hello  goodmorning

could …

Python
Low
Problem
Closed
Vengat
asked 2 years, 8 months ago
Views 229
Views 229

I am trying to pass the CHOICE field value in Django Template in a tag, like below,

<a href="{% url …
Django
Medium
Problem
Closed
p789ahm
asked 2 years, 9 months ago
Views 228
Views 228

I am looking to find a way to make my HTTP request in a specfic/exact time for example 09:02:00:00 AM. …

Python
Low
Question
Closed
chitu
asked 2 years, 9 months ago
Views 183
$5
Views 183

Hi team, 
I'm working on project, data transfer from onpremis postgres DB to cloud postgres DB through Google cloud data …

Python
High
Question
Closed
BrunoSeixas
asked 2 years, 9 months ago
Views 161
$10
Views 161

i want this to disappear (<django....>) how can i do that

After i receive the email instead of showing the …

Python
Urgent
Question
Closed
perez
asked 2 years, 9 months ago
Views 199
$10
Views 199

How do i work on post, put, get , delete and patch methods on models with relationships from the django …

Django
Urgent
Question
Closed
shovon
asked 2 years, 10 months ago
Views 305
$10
Views 305

I have deployed a scrapy project on an ec2. I need a splash for scrapping some websites. Splash is working …

Python
Urgent
Question
Closed
karan
asked 2 years, 10 months ago
Views 166
Views 166

how to fetch images from google cloud to my django image slider web app?

Python
Medium
Question
Closed
ben
asked 2 years, 10 months ago
Views 172
Views 172

Hi, I'm after some advice, i'm currently new(ish) to Django and want to know what would the best package/framework to …

Django
Medium
Question
Closed
swastikshrestha0001
asked 2 years, 10 months ago
Views 175
Views 175

Hello,

I was just try to build django ecommerce site from just django channel .Then i got an error User matching …

Django
Medium
Question
Closed
lassejonassen
asked 2 years, 10 months ago
Views 188
$5
Views 188

I have not succesfully been able to have mit django website running via Apache. The problem is now that i …

Python
High
Question
Closed
ahmed.hisham87
asked 2 years, 10 months ago
Views 232
Views 232

I'm trying to fix a bug in my project.

When a user goes to the product detail page, the user …

Python
Low
Question
Closed
mominul
asked 2 years, 10 months ago
Views 260
$5
Views 260

I'm trying to clone the Instagram web page using Django(version-3.1). My Django project has an app called 'post'. One of …

Django
High
Question
Closed
mominul
asked 2 years, 10 months ago
Views 157
Views 157

I'm trying to clone instagram web page using Django(version-3.1).
my Django project has an app called 'post'.
one of it's …

Python
Low
Question
Closed
ahmed.hisham87
asked 2 years, 10 months ago
Views 192
Views 192

I am creating a project where there are Posts and Items, 2 different models in 2 different apps and each …

Python
Low
Question
Closed
catgomessousa
asked 2 years, 10 months ago
Views 177
Views 177

I need to add an event calendar to my Django app

I have tried Django-scheduler but I can't manage to …

Django
Medium
Question
Closed
ashutoshmishra333
asked 2 years, 10 months ago
Views 168
Views 168

I am posting the link of my prototype,please guide me how can i do this.

https://marvelapp.com/prototype/769if5d/screen/70192002

Python
Low
Question
Closed
js-tutul
asked 2 years, 10 months ago
Views 179
$10
Views 179

I want to make something like when someone download a pdf from my site after downloading download value will be …

Django
Urgent
Question
Closed
swastikshrestha0001
asked 2 years, 10 months ago
Views 159
$5
Views 159

 This is my nav bar dropdown in django template. I want it to be changed to become a freelancer when we …

Django
High
Question
Closed
sushkc787
asked 2 years, 10 months ago
Views 910
$5
Views 910

How to handle search using filters checkbox in Django?

Django
High
Question
Closed
catgomessousa
asked 2 years, 10 months ago
Views 222
Views 222

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

Django
Medium
Question
Closed
catgomessousa
asked 2 years, 10 months ago
Views 173
Views 173

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

Django
Medium
Question
Closed
oghomwenogunmwonyi
asked 2 years, 10 months ago
Views 183
Views 183

Can someone help me change class base to function base, I am better of function base, class base is quite …

Python
Medium
Question
Closed
RadySonabu
asked 2 years, 10 months ago
Views 220
$10
Views 220

I am currently having a single database for service_1 and service_2. Now a client wants to make it a separate …

Python
Urgent
Question
Closed
swastikshrestha0001
asked 2 years, 10 months ago
Views 199
$5
Views 199

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 2 years, 10 months ago
Views 137
Views 137

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

I posted it before but accidently …

SQL
Low
Question
Closed
sabaict8
asked 2 years, 10 months ago
Views 165
Views 165

                                        …

SQL
Low
Question
Closed
RadySonabu
asked 2 years, 10 months ago
Views 218
Views 218

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
Israr697-coder
asked 2 years, 10 months ago
Views 172
Views 172

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
venkatsushil.99
asked 2 years, 11 months ago
Views 191
$5
Views 191

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 2 years, 10 months ago
Views 171
Views 171

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

1. Do I need to make a model …

Python
Medium
Question
Closed
ashutoshmishra333
asked 2 years, 11 months ago
Views 173
$10
Views 173

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 2 years, 11 months ago
Views 405
$10
Views 405

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

when I upload a file either by …

Django
Urgent
Question
Closed
RadySonabu
asked 2 years, 11 months ago
Views 213
Views 213

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

1. I create a abstractuser model and everytime …

Python
Low
Question
Closed
deepikasrinivasasharma
asked 2 years, 11 months ago
Views 217
Views 217

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 2 years, 11 months ago
Views 183
$10
Views 183

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 2 years, 11 months ago
Views 185
Views 185

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

Django
Medium
Question
Closed
manupanduworld
asked 2 years, 11 months ago
Views 183
$10
Views 183

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

Django
Urgent
Question
Closed
moazamrana22
asked 2 years, 11 months ago
Views 210
$10
Views 210

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

Django
Urgent
Question
Closed
ahmed.hisham87
asked 2 years, 11 months ago
Views 180
Views 180

Hi Teckiys,

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

Django
Low
Question
Closed
JoshFauske
asked 2 years, 11 months ago
Views 221
Views 221

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
sarojkoirala42
asked 2 years, 11 months ago
Views 207
$5
Views 207

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 2 years, 11 months ago
Views 225
$5
Views 225

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 2 years, 11 months ago
Views 211
Views 211

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 2 years, 12 months ago
Views 357
$5
Views 357

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 2 years, 12 months ago
Views 275
$5
Views 275

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 2 years, 12 months ago
Views 197
$5
Views 197

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
mianfazal
asked 3 years ago
Views 178
$10
Views 178

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 3 years ago
Views 236
Views 236

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

This is …

Django
Low
Question
Closed

Wanna Post Ad?
Reach a large group of audience by posting an ad about your business here. For more details
Drop us a Message
Why Teckiy?
Get Support for open source tools/framework with SLA's.
Are you a Freelancer?
Earn money by writing Blogs & solving tickets
Want to become a Techion?
Signup and start resolving tickets submitted by user
Earn Money
Gain Points and thereby Earn Money