Is there a way to allow editing of a table through the Django admin site, but not display the model on the index page?
Asked
Active
Viewed 539 times
0
-
Are you also locking down permissions? If not, all someone has to do is guess the url from the documentation. – Brandon Taylor Mar 26 '14 at 04:08
1 Answers
0
I had missed this question asked previously. This answer worked for me: https://stackoverflow.com/a/4871511/3422594