Muhammed Enes
Can I add an iconlist page link to the django admin page?
Muflone
Can I add an iconlist page link to the django admin page?
Elaborate please, not understanding your question exactly
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
is Google forbidden to use for you?
Maybe he livs in 🇨🇳
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
Anonymous
But he can view all posts
Mirco
But he can view all posts
Yup but when he tries to update a post, you can check if he's the author
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
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
I have some data in my request and I want to pass that data again in another request
send to server side using post then call the data into the new request render forms
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
cj
Also using admin panel
don't use admin panel for that 🤷🏻‍♂️
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
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
Yes I have got a form in a table and the table has rows that are daynamic
Yup, but you will always have some POST data that can be saved
Mirco
So I have several rows with the same input field
I suppose each row has a different id
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?
Mirco
How translate this text? _('Please, enter valid credentials')
Go into i18n on official docs and you will understand how Django manages translations
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
⚠️ 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
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 ?
Anonymous
ı wanna heck product stock with django forms
Anonymous
*check
Денис
ı wanna heck product stock with django forms
How’s the stock implemented? You provide too little info so I doubt if anyone suggests you something
Anonymous
How’s the stock implemented? You provide too little info so I doubt if anyone suggests you something
stock not implemented to forms , ı have card app , ım used forms.py
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
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 🤔
Sam
How can we use django on jupyter notebook
cj
use a text editor/IDE and work like normal people do 🤷🏻‍♂️
Surya
Use pastebin
Thanks i will definitely use it
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