Built with Python

Python is my favorite language since I know it. Python has concise code and great readability.

Excellent Community

By being open-source project, building great community and its environment is a must. Django is a great example for this.

Focused on Speeding up Web Development

Django has many built in features that is common from most websites also robust.

Built-in Authentication

When building website, it is very common to build some sort of authentication system. Django has own 

Built-in ORM 

Django comes with default ORM that is very easy to setup and operate. It integrates smoothly with various relational databases.

Built-in Admin Panel

Django has built-in admin panel that is only one command away. It is robust, clean, and intuitive.