Django-WebApp icon indicating copy to clipboard operation
Django-WebApp copied to clipboard

Replaces static with static files and added requirements.txt

Open Pav125 opened this issue 1 year ago • 0 comments

  • In blog/base.html, updated {% load staticfiles %} to {% load static %} Screenshot 2024-04-27 212450 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

Pav125 avatar Apr 27 '24 15:04 Pav125