Category: Python Archives - The Code Learners

To run JS on an HTML document you must have to add this . Consider this as an entry point. Here is this post, you'll learn script tag tricks.

In this post, You'll learn different possible ways of serializing Django objects into a dictionary , JSON or any other format.

Django Managers makes handle the database access layer and they are responsible for fetching the rows from a database.

In Django Template, Tags and Filters are used to modify or alter the text rendered via Template. You can create your custom tags or filter.

Django Template Language provides with features such as template tags these tags can be used to get extra information displayed in template.

In this post, you'll learn how to use the extends and include template tags for inheritance and reusability.