Example Plugin

This commit is contained in:
usmannasir
2018-10-05 00:00:06 +05:00
parent 32ba033241
commit 95a70d0e8b
16 changed files with 328 additions and 9 deletions

6
examplePlugin/admin.py Normal file
View File

@@ -0,0 +1,6 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.contrib import admin
# Register your models here.