Skip to content

Commit

Permalink
add __init__.py apps.py
Browse files Browse the repository at this point in the history
  • Loading branch information
twtrubiks committed May 29, 2017
1 parent c690ec3 commit ba018e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Empty file added images/__init__.py
Empty file.
5 changes: 5 additions & 0 deletions images/apps.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from django.apps import AppConfig


class ImagesConfig(AppConfig):
name = 'images'

0 comments on commit ba018e4

Please sign in to comment.