Django-WebApp
Django-WebApp copied to clipboard
Replaces static with static files and added requirements.txt
-
In blog/base.html, updated {% load staticfiles %} to {% load static %}
Reason: staticfiles is no longer used and replaced with static in the latest version of the Django
-
Added a requirements.txt file in the root directory (project directory) Reason: adding a requirements.txt file will make installation easy for users who fork your repo