Created
November 28, 2019 22:17
-
-
Save aballah-chamakh/2ba2f5c6b3208be91f575819654a17c0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from django.contrib import admin | |
from .models import Inference | |
# Register your models here. | |
admin.site.register(Inference) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment