Support IndexNox
This commit is contained in:
parent
6bd0df1f34
commit
9b4bb6c9f1
5 changed files with 53 additions and 4 deletions
9
base/indexnow.py
Normal file
9
base/indexnow.py
Normal file
|
@ -0,0 +1,9 @@
|
|||
import hashlib
|
||||
from base64 import urlsafe_b64encode
|
||||
|
||||
from django.conf import settings
|
||||
from django.utils.crypto import pbkdf2
|
||||
|
||||
|
||||
def get_key():
|
||||
return settings.INDEXNOW_KEY
|
Loading…
Add table
Add a link
Reference in a new issue