Django project following the Django girls Documentation to build a Django blog application
This is a Django 2.0 project.
- make sure the virtual environment is activated
- On the blog.css:
- make sure to remove those two lines to prevent the space that shows in the header.
h1 a { color: #FCA205; font-family: 'Lobster'; } body { padding-left: 15px; }
- make sure to remove those two lines to prevent the space that shows in the header.
pip freeze >> requirements.txt
- make sure the static folder and the template folder are inside the blog app
- check the Django version and MIDDLEWARE in case of WSGI errors