Filtered by:
tags=django
Paginated Responses in NgRx/Data
This is a quick post on how to support paginated GET responses in NgRx/Data. Like many other posts, done primarily with the objective of recording my research output while sharing it with others who might need it. (Quick google searches did not yield much
How to Integrate Sphinx with a Django Project for Automatic Documentation Generation
A few points on integrating Sphinx with a Django redistributable project for generating documentation embedded in the source files.
Django template tag to retrieve template filename
One useful Django template tag is to retrieve the template filename from inside the template. Unfortunately, Django built in tags do not provide one for this. However, you can write a simple tag to accomplish this. Here's are two tags, that return either t
Script to Create Secure Django Site Deployment Environment
My first production level shell script is out. Yes, after two decades spent in the depths of code, I have finally published a shell script that is worthy of being called 'code'. It's something that started as a few lines hack to update a Linux box with a s
Script to Create Secure Django Site Deployment Environment
My first production level shell script is out. Yes, after two decades spent in the depths of code, I have finally published a shell script that is worthy of being called 'code'. It's something that started as a few lines hack to update a Linux box with a s