update email address

This commit is contained in:
Iris Lightshard 2021-08-25 18:53:43 -06:00
parent 6ba60b2f7d
commit 6607ea6d0d
Signed by: Iris Lightshard
GPG key ID: 3B7FBC22144E6398
4 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
Copyright (c) 2020, Derek Stevens
drkste@zoho.com
nilix@nilfm.cc
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

2
ext.py
View file

@ -1,5 +1,5 @@
# comments/ext.py
# (c) 2020 Derek Stevens <drkste@zoho.com>
# (c) 2020 Derek Stevens <nilix@nilfm.cc>
# this is a helper script to initialize comment threads externally
# move this to the project directory and change the settings imports accordingly

View file

@ -1,5 +1,5 @@
# comments/models.py
# (c) 2020 Derek Stevens <drkste@zoho.com>
# (c) 2020 Derek Stevens <nilix@nilfm.cc>
from django.db import models
from datetime import datetime

View file

@ -1,5 +1,5 @@
# Comments/views.py
# (c) 2020 Derek Stevens <drkste@zoho.com>
# (c) 2020 Derek Stevens <nilix@nilfm.cc>
from django.shortcuts import render
from django.http import HttpResponse, HttpResponseRedirect