Skip to content

Instantly share code, notes, and snippets.

@borodedamie
Created October 25, 2021 18:06
Show Gist options
  • Save borodedamie/622e96dc66ec28b1ff16c24f773b12e5 to your computer and use it in GitHub Desktop.
Save borodedamie/622e96dc66ec28b1ff16c24f773b12e5 to your computer and use it in GitHub Desktop.
Django OCR Project admins.py
from django.contrib import admin
from .models import Image
admin.site.register(Image)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment