上QQ阅读APP看书,第一时间看更新
Getting ready
Make sure that your project is under the Git version control and you have BASE_DIR defined in your settings, as shown in the Defining relative paths in the settings recipe.
If you haven't done so yet, create the utils module in your Django project. Also, create a misc.py file there.