Django provides a test client to solve this problem. Django's test client acts as a dummy browser to allow you to test your views. The test client can be ...
確定! 回上一頁