Serving non-referenced static files

2019-10-29 Thread Jack Sundberg
Hello again, I could use some help on loading static files in development mode. Specifically, I'd like to tell Django to serve additional files that are not explicitly loaded in the html with {% load static %}. My issue is actually identical to this post

Re: Creating an app that generates static files

2019-10-18 Thread Jack Sundberg
them as well. > > On Fri, 18 Oct 2019, 14:29 vineet daniel, > wrote: > >> Dont forget inode and files limit if you are creating too many files real >> quickly. >> >> On Fri, 18 Oct 2019, 13:15 James Gutu, > >> wrote: >> >>> Jack, >>>

Re: Creating an app that generates static files

2019-10-17 Thread Jack Sundberg
like a fix, but the issue may be more fundamental > than file names. > Let me know what you think. > > Regards, > James > > On Thu, Oct 17, 2019 at 4:23 PM Jack Sundberg > wrote: > >> Yes, I tried getting the idea across in layman terms, as I hope this >>

Re: Creating an app that generates static files

2019-10-17 Thread Jack Sundberg
ate. Is it some qr code or what? > > Please note that working with images on the fly is always a cpu intensive > operation. Ill can come up with something once you share the details with > me. > > On Thu, 17 Oct 2019, 20:00 Jack Sundberg, > wrote: > >> Hi all, >>

Creating an app that generates static files

2019-10-17 Thread Jack Sundberg
Hi all, I am currently writing an app that generates static files before serving them, and I could use some input! Here's a step-by-step example of how the app is setup: - the url mapping pulls a database entry - using the data entry, static files are created from the data (for example, a *.