Skip to content

Commit

Permalink
Merge pull request #1 from django-oscar/setup-oscar-test-suite
Browse files Browse the repository at this point in the history
Setup basic test suite data for tests.
  • Loading branch information
timsavage authored Sep 8, 2023
2 parents e95bf7f + c417002 commit 437fa26
Show file tree
Hide file tree
Showing 4 changed files with 7,983 additions and 8 deletions.
9 changes: 9 additions & 0 deletions oscar_odin/apps.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
from django.utils.translation import ugettext_lazy as _

from django.apps import AppConfig


class OscarOdinAppConfig(AppConfig):
name = "oscar_odin"
label = "oscar_odin"
verbose_name = _("Oscar Odin")
Loading

0 comments on commit 437fa26

Please sign in to comment.