Get Started. It's Free
or sign up with your email address
Django by Mind Map: Django

1. What is?

1.1. A powerful and high-level web based framework written in python programming language.

2. Why?

2.1. Django is an open-source python web framework used for rapid development, pragmatic, maintainable, clean design, and secures websites.

3. Patterns

3.1. Django follows the MVC pattern closely enough to be called an MVC framework. Django has been referred to as an MTV framework because the controller is handled by the framework itself and most of the excitement happens in models, templates and views.

4. Sites use Django

4.1. Instagram, Mozilla, National Geographic, Pinterest and many more..

5. Start Django