This commit is contained in:
Usman Nasir
2019-12-12 11:04:05 +05:00
parent 68988223c3
commit f879ffba29
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)