About Django - yass-arafat/django-io GitHub Wiki
Definition
Django is a “batteries included” web application framework, and is an excellent choice for creating content-oriented websites. By providing many utilities and patterns out of the box, Django aims to make it possible to build complex, database-backed web applications quickly, while encouraging best practices in code written using it.
What does it means batteries included?
Batteries Included (slang), in a product usability it states that the product comes together with all possible parts required for full usability. Motto of the Python programming language, meaning it comes with a large library of useful modules. Packages