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.
Jack of all trades, master of none
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.
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.