python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How do I get rid of error 403 while fetching an API using javascript in my Django application?
I am very new to javascript. I was working on a project, that I have to make a social-networking site using Django. There I have a like feature that will asynchronously update the like button to an un...

rakin235
Votes: 0
Answers: 0
I am having a port mapping issue in django while using docker
Here is my code. I am developing a Django website along with docker here are my codes:
docker-compose for development, I am using two services here for charity-app and db, docker-compose.yml
version: ...

Djangodev
Votes: 0
Answers: 0
Django url path is duplicated
I am getting a duplicate url pattern from newly added app : http://127.0.0.1:8000/quote/quote/new/
base app urls.py:
urlpatterns = [
path('admin/', admin.site.urls),
path('register/', user_views.regis...
sirkris
Votes: 0
Answers: 3
Output the Json Response dictionary to the django template
I'm just starting to learn django. Please tell me how I can better implement my idea. JsonResponse sends a response to a separate url (url_to_django/load_table/), how do I output this dictionary to gr...
Denis
Votes: 0
Answers: 0