Skip to content

Commit bf4ac2b

Browse files
committed
forgot to import our reverse function
1 parent cd2e387 commit bf4ac2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

blog_list/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from django.db import models
2+
from django.urls import reverse
23

34
from datetime import datetime, timedelta
45

0 commit comments

Comments
 (0)