Django

From DesigningPatterns

Jump to: navigation, search

Django is a web application framework like Ruby On Rails. To quote Wikipedia, Some web application frameworks come with authentication and authorization frameworks, that enable the web server to identify the users of the application, and restrict access to functions based on some defined criteria. Django is one example that provides role-based access to pages, and provides a web-based interface for creating users and assigning them roles.

Personal tools