Skip to content

Commit

Permalink
FIXES marcgibbons#815 -- template tag (staticfiles) is deprecated in …
Browse files Browse the repository at this point in the history
…Django 2.2

and is finally removed in Django 3.0.
  • Loading branch information
jbowen7 committed Nov 26, 2019
1 parent b69bc2d commit e49cf0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% load i18n %}
{% load staticfiles %}
{% load static %}
<!DOCTYPE html>
<html lang="en">
<head>
Expand Down

2 comments on commit e49cf0c

@tanvir43
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why its not been accepted yet ?

@jbowen7
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.