Skip to content

Instantly share code, notes, and snippets.

@aballah-chamakh
Created July 15, 2019 18:41
Show Gist options
  • Select an option

  • Save aballah-chamakh/a39a33eaf47bc488455957bfa0c0fa06 to your computer and use it in GitHub Desktop.

Select an option

Save aballah-chamakh/a39a33eaf47bc488455957bfa0c0fa06 to your computer and use it in GitHub Desktop.
from django.contrib import admin
from .models import Door
admin.site.register(Door)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment