update email address
This commit is contained in:
parent
6ba60b2f7d
commit
6607ea6d0d
4 changed files with 4 additions and 4 deletions
2
LICENSE
2
LICENSE
|
@ -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
2
ext.py
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
2
views.py
2
views.py
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue