Skip to content
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.

Commit

Permalink
Merge pull request #359 from aldryn/feature/pretty-name-in-admin
Browse files Browse the repository at this point in the history
pretty name in admin
  • Loading branch information
stefanfoulis committed Feb 17, 2016
2 parents e447eec + 8b8a0d7 commit ef4b1db
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aldryn_newsblog/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@
from __future__ import unicode_literals

__version__ = '1.1.1'


default_app_config = 'aldryn_newsblog.apps.AldrynNewsBlog'
7 changes: 7 additions & 0 deletions aldryn_newsblog/apps.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# -*- coding: utf-8 -*-
from django.apps import AppConfig


class AldrynNewsBlog(AppConfig):
name = 'aldryn_newsblog'
verbose_name = 'Aldryn News and Blog'

0 comments on commit ef4b1db

Please sign in to comment.