More information regarding what was covered in this chapter can be found in the following articles and readings:
- Django by Example [Video], by Antonio Melé, Packt Publishing (https://www.packtpub.com/in/application-development/django-example-video)
- Django official documentation: Managing static files (for example, images, JavaScript, and CSS) (https://docs.djangoproject.com/en/2.2/howto/static-files/)
- Modern Python Development with PyCharm, by Pedro Kroger (https://pedrokroger.net/pycharm-book/)
- Two Scoops of Django: Best Practices for Django, by Audrey Roy and Daniel Roy Greenfeld (https://www.twoscoopspress.com/)
- PyCharm official documentation: Django, JetBrains s.r.o. (https://www.jetbrains.com/help/pycharm/django-support7.html
- Django official documentation: Deployment checklist (https://docs.djangoproject.com/en/2.2/howto/deployment/checklist/)
- MDN...