This commit is contained in:
Usman Nasir
2019-12-12 11:04:05 +05:00
parent f1f03c7e43
commit 2cd3e62c51
69 changed files with 1371 additions and 86 deletions

View File

@@ -2,6 +2,6 @@
from django.contrib import admin
import models
from . import models
# Register your models here.
admin.site.register(models.Websites)