<this is a personal opinion> I feel that runserver is only meant for people to evaluate django. Once they see the automatic admin interface and decide to proceed further it makes no sense to use runserver as development should always be in the same environment as production </personal opinion>


One thing that is really useful about runserver is it will give you immediate feedback when your models
have problems.

J



Reply via email to