django tag

257 questions


1 answers
427 views
0
AttributeError at /admin/r/31/4/ 'NoneType' object has no attribute 'startswith'

Hello, everyone.I was making something with janggo and got stuck, but I don't understand why the error message came out, so I'm asking if anyone knows.I Googled and tried it, but I really didn't get i...

1 years ago

1 answers
393 views
0
Python Django is a question!!!

# index.html<!DOCTYPE html><html lang=en><head> <meta charset=UTF-8> <title>Title</title></head><body><form action={%url 'index'%} method=POST> {%...

1 years ago

1 answers
455 views
0
I want to use django-bootstrap-datepicker-plus, but an error has occurred and I cannot implement it.

If you try to start the runserver in this state, an error will occur.If there is a solution, please take care of it.error messages:AttributeError: module 'bootstrap_datepicker_plus' has no attribute '...

1 years ago

1 answers
445 views
0
Hello, I have a question related to Jango and React.

Hello, I am currently making a website with Jango and React. Janggo was made into API using restframework, and React was made to approach API and show at the front desk. One of the apps in the Django ...

1 years ago

1 answers
321 views
0
The web application on the local server cannot be displayed at the URL to which the remote server is transferred.

Prerequisites/What you want to achieveWhen I transfer the web application file created in Django, Python, to the remote server using the command prompt, I get the following error at the destination UR...

1 years ago

1 answers
422 views
0
Django Interactive Shell API Fails

Prerequisites/What you want to achieveI am working on a tutorial on Django.I was referring to the following site to use the command to call the interactive shell and access the database API, but an er...

1 years ago

1 answers
383 views
0
Django Interactive Shell API Error (2)

Prerequisites/What you want to achieveI am working on a tutorial on Django.I was referring to the following site to use the command to call the interactive shell and access the database API, but an er...

1 years ago

1 answers
382 views
0
JSON data dumped in Django views is not modeled as expected in template javascript.

I'm trying to write a graph using Django user data.I have configured views to send the model in JSON format as follows:views.py diary_list=serializers.serialize('json', Diary.objects.filter(author=cur...

1 years ago

1 answers
371 views
0
AttributeError: 'Userdata' object has no attribute' check_password'

Prerequisites/What you want to achieveCustomized authentication backend to use authenticate using unique modelProblems/Error Messages you are experiencingYou can see that the error is written as if th...

1 years ago

1 answers
382 views
0
Deployment destination (heroku) fails to migrate wagtail (DjangoCMS)

We have deployed a web application developed using wagtail by referring to the page below.Deploying a Wagtail Site on HerokuSince I have previously deployed another app, I was able to deploy it withou...

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.