mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-25 18:40:25 +00:00
We don't need detail pages for apps in the API.
This commit is contained in:
parent
fe140bbf39
commit
0da7584e99
1 changed files with 0 additions and 1 deletions
|
|
@ -61,7 +61,6 @@ class IndexAPIView(Admin2APIMixin, APIView):
|
|||
for model in models:
|
||||
model_data.append(self.get_model_data(model))
|
||||
return {
|
||||
'url': '-- todo --',
|
||||
'app_label': app_label,
|
||||
'models': model_data,
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue