I'm embedding jbrowse2 <https://jbrowse.org/jb2/docs/tutorials/embed_linear_genome_view/01_introduction/>in a django site, but during development I get the following error
Error: HTTP 200 (OK) when fetching /static/jbrowse/assembly/genome.fasta bytes 0-15871 (should be 206 for range requests) Turns out the default django dev server cannot handle streaming requests. What would be a good solution to serve the steams during development? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/9fb77df9-2faa-4dd3-869e-ba4e7c4db6cbn%40googlegroups.com.

