Filtered by: tags=django

Paginated Responses in NgRx/Data

Dec. 22, 2020 |  ngrx  ngrx/data  django  angular 
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

Sept. 14, 2017 |  django  sphinx  documentation 
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

Feb. 9, 2017 |  django  filename  template 
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

Oct. 13, 2016 |  ubuntu  deploy  django  script  bash 
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

Oct. 13, 2016 |  ubuntu  deploy  django  script  bash 
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