the top Reddit posts from r/django for the past day
Latest posts:
Django and Python performance comparisons
Where does pre_login() function in adapter.py get called in django-allauth?
SameSite error on my Django + React app
Learning Django with React?
GenForum, a django forum maker and and my first personal project that's been in development hell
attempting to download files via Django
Django verify CORS domains against database instead of settings.py
Writing a chat application in Django 4.2 using async StreamingHttpResponse, Server-Sent Events and PostgreSQL LISTEN/NOTIFY
DjangoCon Europe 2023 is being held May 29-June 2 in Edinburgh
Which topics of Django should need to know a Django developer as a beginner and when have to learn concepts of REST API.
Removing auth_groups and auth_permission table from DB.
Could I have a little bit of your time and some opinions of you guys about my resume, pls?
Query for strings that contain all characters from another string, in the same order, but possibly with other characters in between
Importing lot of data to Django
Django REST Framework Authentication
Accessing browser IP address in django
I created a app to manage Feature Flags with Django + Vue, feedback appreciated!
My first little Django project doctorurl.com
What does a backend developer's portfolio look like? If you've been in the industry for a while, can you please share your portfolio URL.
I have Model A and Model B, they have a field in common (foreign key), i want Model A values to get updated by Model B values if the foreign key value is found in Model B, otherwise, i want to let the user input the data himself. Best way to go about this?