Debajyoti
Hello
Debajyoti
Can I rename Django project name??
Debajyoti
Anyone reply please
Avi
Yes u can
Avi
U have to change oldname to new one in few files
Avi
Settings.py , wsgi.py , apps.py .etc.
im
Hello, please tell me how to redo the DjangoCMS blog template for the desired structure? I understand what needs to be edited post_list.html but there is no description of tags in the official documentation, what should I do? I need to output categories(Using input radio) and be able to choose to display articles of a certain category. Display the image (preview), title, and date. How do I do this? Unfortunately, there is very little about this in the documentation.
âshîsh
Go with cache modules and handling with django, sessions & migrations. I think combination of these can help u
Slimmy_Monkey
/
Anonymous
if you got error ask in the group
Hey, add the things to the settings.py file as the database as said in (https://devcenter.heroku.com/articles/deploying-python) and add the DATABASES = { 'default': { 'ENGINE': 'django.db.backends.postgresql_psycopg2', 'NAME': '<database_name>', 'USER': '<user_name>', 'PASSWORD': '<password>', 'HOST': 'localhost', 'PORT': '', } in the part of name, user, port, hosti, password I leave it by default or should I do something man
Prakash
Can anyone tell me how to grab some freelance Django projects
Ayush
hey, i have completed some projects in django and feel stuck when i try to code alone, so if anyone if looking for mentee, coding buddy or junior developer, do text me
Ashik
thts raise there is no itrable error
Probably you are using "get" instead of filter which return single object , when you try to iterate over it it will show that error. Check you don't use get or .first() in your query. In order to get last object in your model just use .last() in your filter query which also return single object
Anonymous
I want to build a foreignkey where I have industry ,and categories, but some of the categories are cross-named like other domain. should I use m2m or onetone or fk?
Hello
https://rohanchavan.medium.com/django-machine-test-cheat-sheet-best-practices-c3dfad362569
Pignata
Guys, does anyone know how to debug a Django app, with the Django source code? I use vscode as IDE, I know how to debug my app from it, but I can't get into the code of a native Django function, I want to do this to do some tests and better understand how Django works "behind the scenes "
Droll55
Hello! I wanna ask how can i edit only one boolean field in ListView without ajax? And i will prefer to do it without page reload. Is it possible and how to do it?
Anonymous
Hi guys who want to conterbiut with me in django project web scraping moviews I want to add more category for movies and series
Anonymous
https://github.com/brahim024/dj-IMDB-movie-recommandation
im
please tell me how to redo the DjangoCMS blog template(Not the usual django but https://www.django-cms.org/) under the desired structure? I understand what needs to be edited post_list.html but there is no description of tags in the official documentation, so what should I do? I need to output categories(using the input radio) and be able to choose to display articles of a specific category. Displays the image (preview), title, and date. How do I do this? Unfortunately, the documentation says very little about this.
Avi
Has anyone deployed django application in AWS elastic beanstalk?
Neymar
Can anyone help me for deploying django application in heroku?
Avi
https://youtu.be/6DI_7Zja8Zc
Avi
https://youtu.be/kt3ZtW9MXhw
Yash
Am getting "django.core.expections.AppRegistryNotReady:Models aren't loaded yet" This error. plz help me to solve this.....
Anonymous
Help me this error, log: https://paste.ubuntu.com/p/gdZgkQk2Br/, is heroku
Anonymous
Hello, I am having one doubt.. In django is it posaible users can connect external databases and copy those datas to our project
Anonymous
In my project.... Users can able to connect their data sources and pull those datas to our databases.... But I dont have any idea how to do that
Anonymous
Someone please help me to solve this ...
Anonymous
Solo lo escribo?
Anonymous
Oh no english: I only write it in requirements.txt?
Anonymous
Oka
Anonymous
I can talk to you privately to send an image?
Anonymous
May I know is there any good tutorial/documentatiion for creating a chat application using Django ?
Uthara
May I know is there any good tutorial/documentatiion for creating a chat application using Django ?
Search in youTube as 'just django' There is good chat application using django channels..
Uthara
I too want a good tutorial for creating a chat application using django channels in rest framework... If anyone knw about that... Please let me know... Am searching it for 2 wks I couldn't get any results
Remsha'`
Is there a mechanism for controlling the number of database accesses? if someone knows a way other than using len (connection.queries), please share
TheDoc
Super ... thank you
âshîsh
Databases
Also go through cache, sessions in Django to update real-time data
Hikmet
Hello everyone. I wrote the logic for sending an OTP to the mobile number. I want to implement logic so that the user can re-send the mobile request number to receive the code a minute after the previous post request. For example, I sent the first time to this number to receive an OTP. How to allow user to resend this number right after one minute since first post request?
Prakash
Has anyone done Django On signup send successful email?
Hikmet
Has anyone done Django On signup send successful email?
You can use djoser library which has build in technology for that purpose
Abduqodir
Good night for everyone .Django is not working well . Django could not detect if I make changes in urls.py.Has anyone ever faced this problem.
Abduqodir
if yes could you say how i could tackle this problem
Anonymous
It will work I think u did a mistake
Abduqodir
Django could not detect changes in urls.py.Django does not reload . Also it is not giving any error.It is working like anything is working
Vaibhav
Make a variable on page loading, which will store time and show this variable and current time difference in UI then create your button which will work after one min
Anonymous
hello , how do I implement the following? https://stackoverflow.com/questions/66413419/what-is-the-best-approach-to-implement-my-custom-queryset-and-api-reponse-on-er
Anonymous
Django free hosting?
Hikmet
Django free hosting?
pythonanywhere.com
Anonymous
pythonanywhere.com
I already tried to upload something to that and it does not work :(
Anonymous
pythonanywhere.com
Other option?
Anonymous
Anonymous
Heroku
I tried it too
Anonymous
Whats not working @ heroku
ken
hi there everyone, I have tried a lot of online tutorials for disallowing multiple logins for an user (terminate all sessions ex. most recent one).. but not working for newer django versions.. has anyone implemented something similar (pls share)
Tech
Good morning Plz any one help me how to get notification count in django chat
Tech
Please
âshîsh
Has anyone done Django On signup send successful email?
Import Send_mail & setup the hosts.
AKASH
Any idea about to set value in blog_post database asynchronous. Because I sort post by score( means like for 100+ and comment 200+). I implemented but they consume time when page load. I think of a way to have the score save to db and update asynchronously every 5-10 minutes. Please any suggestions
Rushikesh
https://stackoverflow.com/questions/66417533/slice-single-image-into-multiple-images-according-to-blocks-python It is a image slicing question can anyone please help me I am stuck at this...
Mohammad
Hello guys, I'm fine, I just came from Windows, Linux, and when I run the rap project, the login.html page doesn't work, thank you for your help.
Mustafa
Hello guys i am stuck please help me My django session stop working after redirecting from Paytm payment gateway That is when i am accessing cart stored in session after successful payment "print (cart)" shows "none"
sim
Anyone can help me to create one simple website in django using python