Skip to content

Commit

Permalink
PEP8 compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Feb 27, 2014
1 parent 73f767c commit d880a72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cms/test_utils/project/sampleapp/admin.py
Expand Up @@ -2,9 +2,11 @@
from django.contrib import admin
from cms.test_utils.project.sampleapp.models import Picture, Category


class PictureInline(admin.StackedInline):
model = Picture


class CategoryAdmin(PlaceholderAdminMixin, admin.ModelAdmin):
inlines = [PictureInline]

Expand Down

0 comments on commit d880a72

Please sign in to comment.