257 questions
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...
# index.html<!DOCTYPE html><html lang=en><head> <meta charset=UTF-8> <title>Title</title></head><body><form action={%url 'index'%} method=POST> {%...
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 '...
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 ...
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...
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...
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...
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...
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...
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 - | » |
© 2024 OneMinuteCode. All rights reserved.