Example Plugin

This commit is contained in:
usmannasir
2018-10-05 00:00:06 +05:00
parent 8b4ca2909a
commit d2b8a71c57
16 changed files with 328 additions and 9 deletions

6
examplePlugin/tests.py Normal file
View File

@@ -0,0 +1,6 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.test import TestCase
# Create your tests here.