-
-
List of Useful URL Patterns https://simpleisbetterthancomplex.com/references/2016/10/10/url-patterns.html
-
-
Django Tips #1 redirect https://simpleisbetterthancomplex.com/tips/2016/05/05/django-tip-1-redirect.html
-
Django Tips #2 humanize https://simpleisbetterthancomplex.com/tips/2016/05/09/django-tip-2-humanize.html
-
Django Tips #4 Automatic DateTime Fields https://simpleisbetterthancomplex.com/tips/2016/05/23/django-tip-4-automatic-datetime-fields.html
-
Django Tips #6 get_or_create https://simpleisbetterthancomplex.com/tips/2016/07/14/django-tip-6-get-or-create.html
-
Date Template Filter https://simpleisbetterthancomplex.com/references/2016/06/21/date-filter.html
-
How to Create a Custom Django Middleware https://simpleisbetterthancomplex.com/tutorial/2016/07/18/how-to-create-a-custom-django-middleware.html
-
How to Use Django’s Built-in Login System https://simpleisbetterthancomplex.com/tutorial/2016/06/27/how-to-use-djangos-built-in-login-system.html
-
Django Tips #7 How to Get the Current URL Within a Django Template https://simpleisbetterthancomplex.com/tips/2016/07/20/django-tip-7-how-to-get-the-current-url-within-a-django-template.html
-
How to Extend Django User Model https://simpleisbetterthancomplex.com/tutorial/2016/07/22/how-to-extend-django-user-model.html
-
How to Reset Migrations https://simpleisbetterthancomplex.com/tutorial/2016/07/26/how-to-reset-migrations.html
-
Django Tips #12 Disabling Migrations to Speed Up Unit Tests https://simpleisbetterthancomplex.com/tips/2016/08/19/django-tip-12-disabling-migrations-to-speed-up-unit-tests.html
-
Django Tips #14 Using the Messages Framework https://simpleisbetterthancomplex.com/tips/2016/09/06/django-tip-14-messages-framework.html
-
How to Create Django Signals https://simpleisbetterthancomplex.com/tutorial/2016/07/28/how-to-create-django-signals.html
-
How to Use Flake8 https://simpleisbetterthancomplex.com/packages/2016/08/05/flake8.html
-
Using Enums as Django Model Choices https://dev.to/bencleary89/using-enums-as-django-model-choices-4dk5
-
How to create a Django project from a template https://dev.to/valentinogagliardi/how-to-create-a-django-project-from-a-template-1e0b
-
Setting up Pytest for a Django project https://dev.to/asdrubalsantander/setting-up-pytest-for-a-django-project-3362