资讯

This course gets the ball rolling, examining how to start a new project in Python with Django, from using the Virtualenv virtual environment to how to work with templates and how to debug.
Some kinds of projects may have authentication requirements for which Django’s built-in User model is not always appropriate. Often times you have to create a project that has multiple user ...
Practical Django Projects is an excellent book that goes well beyond The Definitive Guide to Django, which marches through each major bit of Django with basic examples of these features.