Django at a glance Design your model Install it Enjoy the free API A dynamic admin interface: it’s not just scaffolding – it’s the whole house Design your URLs Write your view...
Testing in Django Testing in Django Automated testing is an extremely useful bug-killing tool for the modern web developer. You can use a collection of tests – a test suite – t...
Django FAQ Django FAQ FAQ: General Why does this project exist? What does “Django” mean, and how do you pronounce it? Is Django stable? Does Django scale? Who’s behind t...
部署 Django 部署 Django Django is full of shortcuts to make Web developers’ lives easier, but all those tools are of no use if you can’t easily deploy your sites. Since Django’s in...
部署 Django 部署 Django Django is full of shortcuts to make Web developers’ lives easier, but all those tools are of no use if you can’t easily deploy your sites. Since Django’s i...