Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Django serve list-file
#3
There might be (I didn't see anything while googling, though), but it isn't a super great idea, since Django shouldn't be serving static files.  As Larz points out, it'd be trivial to build yourself using os.walk().

What might not be bad, would be to have a python script that's unrelated to Django, that runs once a day or so on a cron job, that just rebuilds an index.html file based on the current contents of the directory.  That way you've still got an index, it looks however you want, and you don't have to worry about django serving things it shouldn't.
Reply


Messages In This Thread
Django serve list-file - by foralobo - Oct-02-2017, 12:57 PM
RE: Django serve list-file - by Larz60+ - Oct-02-2017, 04:01 PM
RE: Django serve list-file - by nilamo - Oct-02-2017, 04:22 PM
RE: Django serve list-file - by foralobo - Oct-03-2017, 12:42 PM
RE: Django serve list-file - by nilamo - Oct-03-2017, 03:48 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Upgraded Django, `AdminSplitDateTime` causes exception on `list` object 1780yz 2 3,043 Feb-24-2021, 04:47 PM
Last Post: 1780yz
  creating an exe file for a python django project Sanjish 0 2,640 Dec-27-2020, 07:33 AM
Last Post: Sanjish
  [Django] css file is not applying to the page SheeppOSU 1 3,106 May-09-2020, 06:54 AM
Last Post: menator01
  upload big file in Django with process bar and i get error : MemoryError ma_norouzifar 3 4,455 Aug-06-2019, 06:57 AM
Last Post: fishhook
  Django: How to automatically substitute a variable in the admin page at Django 1.11? m0ntecr1st0 3 3,354 Jun-30-2019, 12:21 AM
Last Post: scidam
  Cannot serve file with send_from_directory nikos 2 2,557 Sep-19-2018, 09:25 PM
Last Post: nikos
  Open Sqlite database file directly in django sourabhjaiswal92 0 2,963 May-22-2018, 05:55 AM
Last Post: sourabhjaiswal92
  How do I make a Django model from a tab-delimited data file? newbietostuff 0 2,552 Jan-09-2018, 02:44 AM
Last Post: newbietostuff
  read text file using python and display its output to html using django amit 0 18,344 Jul-23-2017, 06:14 AM
Last Post: amit

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020