We built this application for a client who had more than 100 PDFs they wanted their clients to see. Based on the directory structure this was the best fit, we built the app, installed it, and then just threw the files in the directory and included the template. All of the files can be viewed at a URL built from the for loop.
- Download the application
- Run python setup.py install
- Add the directory_list application to your INSTALLED_APPS
- Edit the views.py and set the path you want displayed
- Move the template into place and configure the URLs
Thanks to David Reynolds, without him this project would never have been this elegant.