Skip to content

Instantly share code, notes, and snippets.

@aballah-chamakh
Created November 28, 2019 22:17
Show Gist options
  • Save aballah-chamakh/2ba2f5c6b3208be91f575819654a17c0 to your computer and use it in GitHub Desktop.
Save aballah-chamakh/2ba2f5c6b3208be91f575819654a17c0 to your computer and use it in GitHub Desktop.
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