Page MenuHomeSoftware Heritage

Move static folder out of the Python module tree
Closed, MigratedEdits Locked

Description

Currently in swh-web source code, the static folder is located in the swh/web/ Python source tree.

It could be moved in the root folder of swh-web as this directory does not contain any Python code
but rather image files but also webpack generated bundles.

This will imply adjusting Django configuration and MANIFEST.in content to locate static assets.

Also, the packaging of those files will need to be updated (likely by using this setuptools feature)

Event Timeline

anlambert triaged this task as Normal priority.Dec 16 2019, 4:04 PM
anlambert created this task.
anlambert renamed this task from Move assets and static folder out of the Python module tree to Move static folder out of the Python module tree.Jan 10 2020, 4:36 PM
anlambert updated the task description. (Show Details)