Sultonbek Ikromov
Muhammed Enes
Can I add an iconlist page link to the django admin page?
Muhammed Enes
Can I put a link to another page on the admin page? Go to the site next to the link?
Muflone
If it's only ONE link you can use the view website in the upper right, customizable
Muhammed Enes
How can i do 😅
Muflone
Just to set admin.site.site_url
Muhammed Enes
Thank you best regards ☺️
Muflone
👏
Dcruz
Ghorz
Ghorz
Use pastebin
Anonymous
Hi everyone
How can a user update only his post but not others in a blog using django
Anonymous
Also using admin panel
Mirco
Anonymous
But he can view all posts
Eli
im running django in docker but i have an already existing mysql db(remote actually). how do allow connections between docker and mysql? cause i keep getting this error when i run docker-compose up:
Maja Baki
Anyone have a django for beginners book for Williams
Mirco
Adarsh
I have some data in my request and I want to pass that data again in another request
Adarsh
How can I do this
Sam
I want to train a model in ml to analyse my data on stock market
Germinate
if you are just sending to a new request page, you can just state the html page name in the render, along with all the data you want to bring over
Adarsh
Germinate
np
Abdu
Hello I wanted to pass values of a user input that are inserted in inputs that are repeated using arrays to my view how can I do that
Mirco
Abdu
A form ( ? )
Yes I have got a form in a table and the table has rows that are daynamic
Abdu
They are added when user presses a button
Abdu
So I have several rows with the same input field
Mirco
Mirco
raven
Hey there everyone I was going through django-environ docs but didn't understand anything like i didn't understand how we can use it to avoid different settings files.
And is it possible to set alias for a django venv ? I know a package django-shortcuts but it has limited commands .
Ahmed
Hello everyone. How translate text that in the external library?
Ahmed
I have package graphql_jwt and text in the this package:
if user is None:
raise exceptions.JSONWebTokenError(
_('Please, enter valid credentials'))
Ahmed
How translate this text?
_('Please, enter valid credentials')
Anonymous
Hey guys,am trying to create a webapp but am stuck somewhere because of jinja,no background colour nor pictures .am using pycharm community version .please help guys
Anonymous
What you want?
Anonymous
Hey guys,am trying to create a webapp but am stuck somewhere because of jinja,no background colour nor pictures .am using pycharm community version .please help guys
None
raven
Pedro
Anonymous
⚠️ Undefined
Anonymous
I have made a 2- Step user Register in Django .
In the Template
We can do like .
if user.is_authenticated:
Html tags
else:
Other Html tags
But i have 2 models User(Provided By django ) and DonorRegister (Manually added which takes the Current user instance and Connect it with the Django User Model by foreign Key )
And now what i want is to show the Button of DonorRegister only
if user havent Registered in the Second Model
And dont want to show the Register Button
if User has Already registered in The Second Model
Abdu
Abdu
No they have yhe same id
https://stackoverflow.com/questions/58680470/i-want-to-accept-the-data-from-user-input-in-the-form-table-generated-dynamicall
Abdu
Abdu
I think you have to render out each input manually like ‘form.input’
None
Add widgets to certain field
Anonymous
hi guys ı have question ? , ı need to check product stock with django forms , ı need on detail page check same tine prodcut stock ?
Anonymous
anyone help me ?
Mirco
Anonymous
ı wanna heck product stock with django forms
Anonymous
*check
Mirco
Anonymous
m0nte cr1st0
Hello. Help me with elasticsearch pls
https://stackoverflow.com/questions/58691608/elasticsearch-notfounderror
Sencer
What is the equivalent query in the Django for this SQL query below:
SELECT id FROM person WHERE UPPER("full_name") LIKE UPPER('%john%doe%');
I need to find persons with name containing "john" and "doe".
Sencer
The person could have name "john james alexander doe" or "william john damien doe" etc..
cj
cj
https://docs.djangoproject.com/en/2.2/ref/contrib/postgres/search/
cj
🤔 or maybe that's just too much for what you want to do 🤔
ℕo ℕame
Sam
How can we use django on jupyter notebook
cj
cj
use a text editor/IDE and work like normal people do 🤷🏻♂️
Vinoth
Hi experts, I'm facing SSH connection issues...
Vinoth
Can someone help?
cj
don't ask meta questions, ask your issue (related to Django obviously) directly
cj
we don't read minds here (yet)
Vinoth
I am getting error in site-pacakges/Django/core/handlers/exception.py line 34...
Vinoth
I have a button in form when I click it should establish SSH connection to server...
Vinoth
SSH as a separate python program works well...
Vinoth
Problem when running with Django