mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-26 05:10:21 +00:00
5 lines
101 B
Python
5 lines
101 B
Python
|
from .models import ResourceView
|
||
|
from django.contrib import admin
|
||
|
|
||
|
admin.site.register(ResourceView)
|