Skip to content

Instantly share code, notes, and snippets.

@aballah-chamakh
Created June 28, 2019 10:06
Show Gist options
  • Save aballah-chamakh/eeef26b1cfcc93d3d9931efa99c845aa to your computer and use it in GitHub Desktop.
Save aballah-chamakh/eeef26b1cfcc93d3d9931efa99c845aa to your computer and use it in GitHub Desktop.
from django.contrib import admin
from .models import Product
# Register your models here.
admin.site.register(Product)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment