User authentication in Django Overview Installation Usage User authentication in Django Django comes with a user authentication system. It handles user accounts, groups, perm...
How to install Django Install Python Install Apache and mod_wsgi Get your database running Install the Django code Installing an official release with pip Installing a distri...
The Django admin site 概况 Other topics ModelAdmin objects The register decorator Discovery of admin files ModelAdmin options Custom template options ModelAdmin methods Oth...
How is Django Formed? 概况 Prerequisites Pre-release tasks Preparing for release Actually rolling the release Making the release(s) available to the public Post-release New st...
Django Project Structure Django Project Structure Django doesn’t require you to build web applications in any particular way. In fact, billions of electrons have been sacrifice...