Custom admin-defined URLs in Django
The URL schemes in Django are hardcoded in urls.py, right? We would need a bit of a setup to accomplish having custom admin-defined URLs.…
The URL schemes in Django are hardcoded in urls.py, right? We would need a bit of a setup to accomplish having custom admin-defined URLs.…
This is the last part of a 3 part exploration trip into Python. This part is covering Errors and Exceptions and Classes.…
Part of my journey to learn Python (properly) by the reading the official language tour. This part is covering Data Structures and Modules.…
Python is a weird language when coming from a C-style language. So I decided to finally give Python the time it deserves and read the official language tour. This is a summary, a cheatsheet, for anyone else in a similar situation.…