Kris Pickering

Jack of all trades, master of none

Home Linkedin Search

How to Generate a Requirements File in Python

March 24, 2018

You might of heard of a requirements folder in your travels to learn Django or Python. Hopefully the short explanation below helps you understand how and why it is used.

Read More

Adding Bootstrap 4 to Djangox

January 21, 2018

The easiest way to get Bootstrap into your Django installation is to use pip. You can manually load the files but I found this to be the simplest solution.

Read More