Skip to content

Commit

Permalink
Used config for app public_interface. Fixes #251
Browse files Browse the repository at this point in the history
so we have a nice name in the admin app -> "Biological data".
  • Loading branch information
carlosp420 committed Jul 28, 2015
1 parent a94b9b9 commit ccea400
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions voseq/public_interface/__init__.py
@@ -0,0 +1 @@
default_app_config = 'public_interface.apps.PublicInterfaceConfig'
6 changes: 6 additions & 0 deletions voseq/public_interface/apps.py
@@ -0,0 +1,6 @@
from django.apps import AppConfig


class PublicInterfaceConfig(AppConfig):
name = 'public_interface'
verbose_name = 'Biological data'

0 comments on commit ccea400

Please sign in to comment.