crawlerApp/dockerhubCrawler/admin.py

5 lines
137 B
Python
Raw Normal View History

2022-02-05 21:35:04 +00:00
from django.contrib import admin
from .models import DockerhubCrawler
# Register your models here.
admin.site.register(DockerhubCrawler)