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...
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
Morya
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
I read you question, were you following any Tutorials,Documentation or article? Can you send them? It sometimes happens it some steps are missed or some version compatibility issue.
Maxim
Hi all, could u please help How I could download a file using ajax?
Maxim
Using response from views
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?
Brandon
Is it mandate to learn flask first and then go for Django ..for a beginner?
No I am also beginner Since two weeks i am learning Django and it is good When you follow the good tutorial
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
Thanks had given up after a few but got it.
great... sometimes it's better to do some things on paper before going straight to smash the keyboard
Nematullah
Hello I want to make notifications in django same of facebook notifications only showing unread can you help me
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
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
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
How are you running your django instance? Inside docker or command line? If command line, there should be tracebacks of you navigating to admin. If there's an error, share us that.
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
How do you know it's running?
When i run python manage.py runserver
S Bhardwaj
When i run python manage.py runserver
It shows an error system check indentified no issue starting development server at http://127.0.0.1:8000
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
Anonymous
Learndjango.com
S
Learndjango.com
can u help me with this https://pastebin.com/fGgNV6rd
Anonymous
You forget a ) in line 23
can u help me with this https://pastebin.com/fGgNV6rd
You....miss the end parathinsis in fmark
Anonymous
Check your line 23.
x
plz help me with this faker module
There's no trailing ) after max in the line before fphonenumber... fix that
S
There's no trailing ) after max in the line before fphonenumber... fix that
fixed it . but it says no module named faker do you see any error in line 8?
S
yah i did but same error
Anonymous
You installed in Save Environment.
Anonymous
yah i did but same error
pip freeze , and check if faker is installed
S
yah it is there
Anonymous
yah it is there
Run Python shell and try importing it.
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 ?
Anonymous
i did try, but that seems to not work. i added the query to the context yet nothing seems to work
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.
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