Writing your first Django app, part 1
in Python added by admin, on 27/10/2007 beginner tutorials django framework
Lets learn by example. Throughout this tutorial, we'll walk you through the creation of a basic poll application. It'll consist of two parts: A public site that lets people view polls and vote in them; An admin site that lets you add, change and delete polls.
comment save reportno comments
