inchidi
Django,because in the url file there is no url according ti ngork
if django then its not related with the way you served it, check your urls.py
Krunal
and you are using django form?
Yes, I can get field detail by cleaned data method but unable to store encrypted value in database.
inchidi
Yes, I can get field detail by cleaned data method but unable to store encrypted value in database.
so the encryption and decryption part done already? please share your current code
José
you already run makemigration and migrate?
Yes, i have an app with name is users. Inside this app i hace models.py with class Role. Who use makemigrations The name of the tablet is users_roles
inchidi
José
But in The clases Role i hace class Meta with db_table = roles but don't work
inchidi
Yes, i have an app with name is users. Inside this app i hace models.py with class Role. Who use makemigrations The name of the tablet is users_roles
after you run makemigration, new migration created already? then the error raised when you run migrate or after that?
inchidi
and what error you got btw? you only said "didnt work" only atm
Hey
any django internships in bangalore?
Dextroleav
what do you mean by that?
The project and links , all work well if ngrok is not used
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?
Ẹ́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 🤷🏻‍♂️
George
buy it yourself
I think it's free
sravan
Is it possible to connect multiple databases in django?
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
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
Hi, problem solved. Need to create form object, update encrypted password and save form object.
inchidi
Thanks for looking into
okay then noice, you're welcome
inchidi
Is it possible to connect multiple databases in django?
yes https://docs.djangoproject.com/en/3.0/topics/db/multi-db/
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
Manavver
You mean like a CMS ? Edit some content ?
Suppose we have a blog website and I want to add one more page or edit some existing page , so can we do that
blank_
How to user remain logged in until he don't logout
Manavver
Use Django CMS or Wagtail
Not satisfied with your answer, I think you did not understand my question
✙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
Not satisfied with your answer, I think you did not understand my question
I understood, you just need to study and look for it on google
Dextroleav
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?
Well , the admin is not always sitting for watching who new user and activate them, moreover if the user register then why admin should decide whether he got the permission or not and eveb if the admin doesn't want a specific user then he may login to admin panel and do the stuffs.
✙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
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?
Gil
hi people i have a question how i can queryset a m2m model anyone have a example?
Hi! Nothing better https://docs.djangoproject.com/en/3.0/topics/db/examples/many_to_many/
Julio
thx
Anonymous
Whats the best practise for customazing admin template in django 3 ? Ty guys
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
Has celery a percent control of task in native format?
Rahulraj
Any one have implimented access control logic ??
Anonymous
Can give suggestion how to build websites designed Is bootstrap 4 is best?
Abhi
You should definitely try it out
Anonymous
Can other anyone quick developed
cj
Can other anyone quick developed
please use proper English, and give better context to get some help
Anonymous
Anonymous
Any other ide or framework used to quickly create websites
Gil
Any other ide or framework used to quickly create websites
Define what are you thinking about websites?
WhiteDevil
For queue management
Anonymous
Define what are you thinking about websites?
For inventory management system
WhiteDevil
Anonymous
None other thn django
Django is must but for design html pages required best solutions