mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-31 21:40:24 +00:00
remove some lines that are currently unused
This commit is contained in:
parent
63f5cbaa18
commit
4c021c4979
1 changed files with 0 additions and 3 deletions
|
|
@ -41,9 +41,6 @@ class Admin2(object):
|
|||
app_label = model._meta.app_label
|
||||
model_name = model._meta.object_name.lower()
|
||||
|
||||
app_name = '{}:{}:{}'.format(self.app_name, app_label, model_name)
|
||||
namespace = '{}:{}:{}'.format(self.name, app_label, model_name)
|
||||
|
||||
urlpatterns += patterns('',
|
||||
url('^{}/{}/'.format(app_label, model_name),
|
||||
include(modeladmin.urls)),
|
||||
|
|
|
|||
Loading…
Reference in a new issue