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

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
filwaitman committed Jan 10, 2018
1 parent 14226e6 commit 8c0a303
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions aldryn_newsblog/cms_apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@


class NewsBlogApp(CMSConfigApp):
app_config = NewsBlogConfig
app_name = 'aldryn_newsblog'
name = _('NewsBlog')
urls = ['aldryn_newsblog.urls']
app_name = 'aldryn_newsblog'
app_config = NewsBlogConfig

def get_urls(self, *args, **kwargs):
return ['aldryn_newsblog.urls']

# NOTE: Please do not add a «menu» here, menu’s should only be added by at
# the discretion of the operator.
Expand Down

0 comments on commit 8c0a303

Please sign in to comment.