Database
-
Django with an Oracle Legacy DB https://dev.to/rpost/django-with-an-oracle-legacy-db-45gl
-
How to migrate data from SQLite to PostgreSQL in Django https://dev.to/coderasha/how-to-migrate-data-from-sqlite-to-postgresql-in-django-182h
-
How to build production-ready application with Django and PostgreSQL https://dev.to/xarala221/how-to-build-production-ready-application-with-django-and-postgresql-2cpi
-
Dealing With QueryString Parameters https://simpleisbetterthancomplex.com/snippet/2016/08/22/dealing-with-querystring-parameters.html
-
Django database connection settings https://www.dothedev.com/blog/django-database-connection-settings/
Security
-
https://dev.to/coderasha/django-web-security-checklist-before-deployment-secure-your-django-app-4jb8
-
Django Tips #19 Protecting Sensitive Information https://simpleisbetterthancomplex.com/tips/2016/11/01/django-tip-19-protecting-sensitive-information.html
-
How to develop a distributable Django app to block the crawling IP addresses
-
Preventing cross-site scripting attack on your Django website
-
How to cover Django application with Unit Tests https://dev.to/mkdev/how-to-cover-django-application-with-unit-tests-4ei3
-
https://medium.com/hackernoon/5-ways-to-make-django-admin-safer-eb7753698ac8
Settings
-
Django App Internationalization https://dev.to/levivm/django-app-internationalization-lj9
-
Managing Django’s settings https://dev.to/wemake-services/managing-djangos-settings-37ao
-
How to Configure Django Settings: Best Practices https://dev.to/django_stars/configuring-django-settings-best-practices-2hb0
-
The Ultimate Visual Studio Code Setup For Django Developers https://djangocentral.com/visual-studio-code-setup-for-django-developers/
Permissions
-
Object Level Permissions and User Level Permissions https://micropyramid.com/blog/django-rest-user-level-permissions-and-object-level-permissions/