Django 1.11.19 runs clean on pre-built db.

This commit is contained in:
Philip Sargent
2020-06-18 22:44:41 +01:00
parent ee1d4bb600
commit 4a51de95c4
3 changed files with 10 additions and 3 deletions

View File

@@ -34,8 +34,8 @@ from settings import *
# will make this unnecessary.
# from troggle.alwaysUseRequestContext import render_response
@django.db.models.permalink #this allows the nice get_absolute_url syntax we are using
# Deprecated in 1.11.29
# @django.db.models.permalink #this allows the nice get_absolute_url syntax we are using
def getNotablePersons():
notablepersons = []