Skip to content

Commit

Permalink
(BUGFIX) Corrected the example application's AppConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
theriverman committed May 20, 2021
1 parent 5bc2105 commit b201e7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DjangoExampleApplication/apps.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from django.apps import AppConfig


class AttachmentsConfig(AppConfig):
name = 'Attachments'
class DjangoExampleApplicationConfig(AppConfig):
name = 'DjangoExampleApplication'

0 comments on commit b201e7b

Please sign in to comment.