Django

Django default admin and password
https://pupli.net/2024/06/01/django-default-admin-and-password/

How to create a Django project
https://pupli.net/2024/06/07/how-to-create-a-django-project/

Start a Development Server in Django
https://pupli.net/2024/06/08/start-a-development-server-in-django/

Create a Django App and Configure Urls for it
https://pupli.net/2024/06/08/create-a-django-app-and-configure-urls-for-it/

Define Dynamic Path Segments and Capture their Values in Django
https://pupli.net/2024/06/08/define-dynamic-path-segments-and-capture-their-values-in-django/

Return a 404 response in Django
https://pupli.net/2024/06/08/return-a-404-response-in-django/

Return a redirect response in Django
https://pupli.net/2024/06/08/return-a-redirect-response-in-django/

Add and Register templates in Django
https://pupli.net/2024/06/09/add-and-register-templates-in-django/

Pass Parameters from Views to Templates in Django
https://pupli.net/2024/06/09/pass-parameters-from-views-to-templates-in-django/

Django Template Filters
https://pupli.net/2024/06/09/django-template-filters/

for Tag in Django Template
https://pupli.net/2024/06/09/for-tag-in-django-template/

url Tag in Django Template
https://pupli.net/2024/06/09/url-tag-in-django-template/

if Tag in Django Template
https://pupli.net/2024/06/11/if-tag-in-django-template/

Template Inheritance in Django
https://pupli.net/2024/06/12/template-inheritance-in-django/

Partial Templates in Django
https://pupli.net/2024/06/12/partial-templates-in-django/

Create a Django Model
https://pupli.net/2024/06/12/create-a-django-model/

CRUD Operations in Django Model
https://pupli.net/2024/06/12/crud-operations-in-django-model/

Query Data in Django Model
https://pupli.net/2024/06/12/query-data-in-django-model/

Add a Slugfield & Overwrite Save in Django Model
https://pupli.net/2024/06/12/add-a-slugfield-overwrite-save-in-django-model/

editable Field in Django Model
https://pupli.net/2024/06/12/editable-field-in-django-model/

Configure the Admin Settings in Django
https://pupli.net/2024/06/12/configure-the-admin-settings-in-django/

one-to-many relationship in Django Model
https://pupli.net/2024/06/12/one-to-many-relationship-in-django-model/

Cross Model Queries in Django
https://pupli.net/2024/06/13/cross-model-queries-in-django/

Model Validation in Django
https://pupli.net/2024/06/13/model-validation-in-django/

one-to-one relationship in Django Model
https://pupli.net/2024/06/13/one-to-one-relationship-in-django-model/

Provide Metadata for the Model in Django
https://pupli.net/2024/06/13/provide-metadata-for-the-model-in-django/

many-to-many relationship in Django Model
https://pupli.net/2024/06/13/many-to-many-relationship-in-django-model/

Class-based views in Django
https://pupli.net/2024/06/14/class-based-views-in-django/

Django PostgreSQL Model Setup
https://pupli.net/2024/06/14/django-postgresql-model-setup/

Django REST framework with function based view
https://pupli.net/2024/06/14/django-rest-framework-with-function-based-view/

Implementing JWT (JSON Web Token) authentication in Django
https://pupli.net/2024/06/16/implementing-jwt-json-web-token-authentication-in-django/

Create a Management Command to add User in Django
https://pupli.net/2024/06/16/create-a-management-command-to-add-user-in-django/

Add a custom claim to the JWT in Django
https://pupli.net/2024/06/17/add-a-custom-claim-to-the-jwt-in-django/

Change Expiration Dates for access and refresh tokens in Django JWT
https://pupli.net/2024/06/17/change-expiration-dates-for-access-and-refresh-tokens-in-django-jwt/