Skip to content

Commit

Permalink
Modified admin register
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniDiazTech committed May 26, 2021
1 parent 4786388 commit b8c8ccd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/photoapp/admin.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from django.contrib import admin
from .models import Photo

# Register your models here.
admin.site.register(Photo)

0 comments on commit b8c8ccd

Please sign in to comment.