Skip to content

Instantly share code, notes, and snippets.

@adeleinr
Created July 22, 2010 20:27
Show Gist options
  • Save adeleinr/486544 to your computer and use it in GitHub Desktop.
Save adeleinr/486544 to your computer and use it in GitHub Desktop.
Django Features To Explore
Django Features to Explore
---------------------------
-a full-featured database API
-a built-in authentication and permissions system for user accounts
-"Generic views," which save you from having to write code for common things like date-based content archives
-a built-in cache system to help you squeeze every possible ounce of performance out of Django
-an internationalization system to make it easy to translate your application's interface into other languages
-easy, automatic generation of RSS feeds and Google sitemaps
-easy serialization of data to XML or JSON, for easy use with AJAX
plus a whole lot more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment