i ve just tried the "django_extensions", and it seems it has good stuff, but there are two questions about that: 1 - when using runserver_plus it seems that the webpage dont update when i update the code (and save it) and to take changes effects, i must break the process and reload the server again! on runserver that chips with django, every change i made on any file will take effect after refrshing the webpage, i ve checked both runserver.py and runserver_plus.py and they ve both the option of reloading ON, so where is the problem? 2 - is Werkzeug here only for debugging purpose, mean; can t use it for deploying without using Apache or Nginx or Lighty, because am on Windows XP?
How do I get two distinct random records using Django? I ve seen questions about how to get one but I need to get two random records and they must differ.