Updating example plugin zip file, python3 is default utf8

and added in pre/post examples
This commit is contained in:
chris
2020-08-11 02:13:50 -04:00
parent cd593be291
commit 50dfd644e0
12 changed files with 16 additions and 22 deletions

View File

@@ -2,6 +2,5 @@ from django.conf.urls import url
from . import views
urlpatterns = [
url(r'^$', views.examplePlugin, name='examplePlugin'),
]
]