mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-22 11:23:13 +00:00
4 lines
101 B
Python
Executable file
4 lines
101 B
Python
Executable file
from .models import ResourceView
|
|
from django.contrib import admin
|
|
|
|
admin.site.register(ResourceView)
|