To build a blog application with the Django web development framework in PyCharm, it is recommended that you follow the discussions in this chapter and create the project on your own system. That way, you will be able to experience first-hand the support options that PyCharm offers during the process of building the application.
With that said, all the code for this project is included in the Chapter10/mysite folder of this book's repository, which you can use as a reference point while following our discussions. If you are already familiar with the various topics we've discussed in this chapter, you can also simply make use of that folder as a base for your web project and plug in additional features.
Furthermore, note that I will be making many references to the topics we discussed in previous chapters regarding Django and general...