mhamed
What's the purpose of python shell i mean i can edit my class in database or what
Anonymous
How can I send verification mail when user register. They click on that link to verify their account...
Dhruva
Anonymous
Yaksh
Hello
https://youtu.be/GyUq3YZO5sQ
Alberto
I asked a question on Stackoverflow, any kind of help will be much appreciated:
https://stackoverflow.com/questions/62939224/parse-data-from-ajax-call-to-django-view?r=SearchResults
ZK
can anyone help me in solving the ckeditor and mdeditor files not found in production
Plz help
Maxim
Hi all, could u please help
How I could download a file using ajax?
Maxim
Using response from views
Alberto
Meera
Hello friends
I am creating a web app, in which I will upload a video (mp4) file (maybe size of 25MB or something)
this file should be handled properly on any pyfile in django backend
please note, this handling may take some time. (uploading 25MB video file and handling in backend may even take more time because it deals with cv2)
I want to have this task asynchronously
how can i do this ?
Mirco
Try to look for it, I don't know if there's any
Subroto
Is it mandate to learn flask first and then go for Django ..for a beginner?
Mr.m
I can't able to run my py manage.py runserve in virtual env
Mr.m
Suggest me e easy way to host my django website
The Captin
Mr.m
I don't know ...I tried the best I can
Mr.m
Without virtual env it's working fine
The Captin
Are you on Windows ?
Mr.m
But in virtual env it's showing filters problem something
Mr.m
Yes
The Captin
did you checked that your packages are downloaded
Mr.m
Yeah
Mr.m
Is there anything that find all the requirements of project
The Captin
Besides py don't work inside virtualenv .. It is a Windows shortcut. Use full name python
Edwin
I am creatng a student application app where the student has to indicate all the subjects they have been doing and their scores. I am stuck while creating the moodels. Any advise for me?
cj
Edwin
Nematullah
Hello I want to make notifications in django same of facebook notifications only showing unread can you help me
Edwin
Md Jahid
My request header language is "en-US,en;q=0.5" but render templte show local language. What happend?
Md Jahid
USER_AGENT = "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.157 Safari/537.36"
# US english
LANGUAGE = "en-US,en;q=0.5"
S Bhardwaj
Please help when i first login to django administration i can easily connect by 127.0.0.1:8000/admin but when i try again connect it shows an error unavle to connect 127.0.0.1 please explain me reason it made me fed up
S Bhardwaj
Anonymous
S Bhardwaj
Any traceback logs that you can share?
When hitting "http://127.0.0.1:8000/admin/", server just stops. No error and nothing happens. I don't understand that why I am not being able to hit the url. It works fine in 127.0.0.1:8000
Anonymous
Anonymous
Hey guys, any guys who know docker, what is build context? what does this mean? regards ;)
build:
context: .
Anonymous
within docker-compose file and within a service btw
Anonymous
How to use common session in multiple django project
S Bhardwaj
Anonymous
Michael
Dhruva
In my form I want to list down the all login users how can i do in frontend ,in backend i have made manytomany field
S
plz help me with this faker module
S
https://pastebin.com/fGgNV6rd
S
Anonymous
Learndjango.com
Anonymous
Anonymous
You forget a ) in line 23
₹
Anonymous
Check your line 23.
S
Dhruva
Anonymous
Anonymous
S
yah i did but same error
Anonymous
You installed in Save Environment.
S
yah it is there
S
Anonymous
Then no issue
Dhruva
How to list in django all users profiles registered in the frontend HTML?
Anonymous
Please Help!!!
I am trying to create a blog with sidebar(ListView) on left handside and contents of the page to be displayed by clicking on the sidebar. When I click on the sidebar this takes me to another template(detailview template), but the sidebar disappears as django loads another template. How can i retain the sidebar ?
Ganesh
Anonymous
i did try, but that seems to not work. i added the query to the context yet nothing seems to work
Shihasz
Anonymous
Anonymous
{% extends 'base.html' %}
{% load static %}
{% block content %}
<div>
<link rel="stylesheet" href="{% static 'network/css/ntw_style.css' %}">
<script type="text/javascript" src="{% static 'network/js/ntw_js.js' %}"></script>
{% block sidenav %}
{% endblock %}
{% block blogpost %}
{% endblock %}
</div>
{% endblock%}
Anonymous
i am calling the blocks sidenav in the detailview page.
Ganesh
Doragonsureiyā
i am calling the blocks sidenav in the detailview page.
To share code or error tracebacks please use an online pasting service, here is a list of suggested sites:
- https://del.dog
- https://dpaste.org
- https://linkode.org
- https://hastebin.com
- https://bin.kv2.dev