diff options
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | ext.py | 2 | ||||
-rw-r--r-- | models.py | 2 | ||||
-rw-r--r-- | views.py | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -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: @@ -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 @@ -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 |