Page MenuHomeSoftware Heritage

web app: missing static images when running locally
Closed, MigratedEdits Locked

Description

When running locally the web app as documented in the getting started doc , several static images are missing, as shown in this screenshot:

To provide a nicer experience to people who are starting to hack on Software Heritage, it would be nice if we can make those work.

A setting that makes serving static images in an inefficient way for development purposes only would be totally acceptable.

Event Timeline

zack triaged this task as Low priority.Sep 17 2018, 12:14 PM
zack created this task.
zack updated the task description. (Show Details)
zack updated the task description. (Show Details)

Static assets can be served in development mode if the 'debug' configuration entry is set to True.
However, I agree this is not straightforward. I will activate the feature by default if the current django
settings are not the production ones.