0👍
✅
1👍
Are you running the development server using manage.py?
If so, you should start the server using:
python manage.py runserver 0.0.0.0:8000
This will allow the development server to be visited by ips on all interfaces instead of just localhost.
- [Answer]-Django, get an object from a list of filtered objects which has the maximum value for a field
- [Answer]-Update to Django 1.5 ajax csrf middleware 403
Source:stackexchange.com