inchidi
Dextroleav
inchidi
inchidi
José
But in The clases Role i hace class Meta with db_table = roles but don't work
inchidi
inchidi
and what error you got btw? you only said "didnt work" only atm
José
Hey
any django internships in bangalore?
inchidi
Shubham
https://youtu.be/OD6kZH7-rOU
Incase if anyone wants to implement Django admin like date time widget here is the tutorial link
José
How can I uninstall the modules that come by default in Django, the installed applications? I will develop a user module and custom roles for a project
José
Has anyone worked with Django Rest Framework? I add it to settings.py but when importing rest_framework it tells me that it can't resolve the import
Berat
How can I run worker of rq-scheduler on production?
Ẹ́hìmárè
Anyone read the latest Django (3) for Professionals or have the pdf or epub file?
cj
Ẹ́hìmárè
I have the previous version, the one of 2.2.
I want to know if the difference between the two is quite much and if I can still use django 3 in the previous book's projects.
Hope you understand?
Ẹ́hìmárè
I mean the difference between the 2 books
cj
there are differences, that's obvious, but you can use the book anyway, just make sure to use the proper code for Django3 🤷🏻♂️
Ẹ́hìmárè
sravan
Is it possible to connect multiple databases in django?
Krunal
inchidi
https://pastebin.com/BeLh7USU
you got any error? btw do you know the diff between encryption function and hash function? you are using hash instead of encryption there btw
Krunal
Krunal
Anonymous
Hi. Anyone can explain me, is it good practice to make 2 different supervisor apps for gunicorn and celery on production server? Or I can make it in one app
Manavver
https://youtu.be/IKlJzvT5Tf4
Manavver
Hi guys! Can any one tell me How to edit a live Django website.
Mirco
Manavver
Or if I want to edit some information on existing pages in live website , how can we do that
Mirco
blank_
How to user remain logged in until he don't logout
✙Yaroslav
Hello👋 everybody 😁
Please tell me how to send an admin notification about each new user created and so that admin can either activate this account or not?
Mirco
Sheshadri
Sheshadri
✙Yaroslav
Sheshadri
You have 4 options which I know of
1. Use django signals post_save to trigger emails as soon as account is created. (Safe option)
2. In admin.py over-ride save_model function and get values and trigger an email(not so safe)
3. If you are using modelForm over-ride save function and get values and trigger and email(not so safe)
4. In admin.py use response_add function and trigger email (safe)
Sheshadri
If you are also using custom submit you can trigger an email there also
✙Yaroslav
Anonymous
Hello Everyone,
I want to start a fantasy sports business for which i am looking for django developer for developing the admin panel.
We have already started working on it, but tight now we dont have much so we need to hire a django developer.
The work is of maximum a week and the details will be shared with the one who is interested.
If u are interested, ping me
George
I am reading about custom managers.
A possible use case would be returning the objects that a user has created in a shared database?
Anonymous
Hi developers,
I want to run a function without rendering view so i think i have to use background job, because when I try running this function, django timeouts for latency ?
Julio
hi people i have a question how i can queryset a m2m model anyone have a example?
Julio
thx
Anonymous
Whats the best practise for customazing admin template in django 3 ? Ty guys
Sheshadri
Anonymous
Anyone who can send me the link of article or blog which consists of flutter+redux with django rest API. It will be a big help.
Leonel
How can I have a progress bar in a Django template using celery in the server side? I need upload a SQLite file, and then transfer it to a permanent database...so...UX with Django
Leonel
To upload*
Gil
Gil
Has celery a percent control of task in native format?
Elinaldo
Rahulraj
Any one have implimented access control logic ??
Anonymous
Can give suggestion how to build websites designed
Is bootstrap 4 is best?
Abhi
Abhi
You should definitely try it out
Anonymous
Can other anyone quick developed
Anonymous
Anonymous
Any other ide or framework used to quickly create websites
Gil
WhiteDevil
WhiteDevil
For queue management
Dextroleav
Anonymous
WhiteDevil
Dextroleav