Skip to content

Fix broken staticfiles by using consistent app folder name

The app folder name differed between the repo and the container, causing things to break when you try to run them outside of the container.

  • In the repo: .../repo_root/django_troop
  • In the container: /home/web/app

This makes the easiest and least confusing fix by updating the container folder to /home/web/django_troop.

Fixes #58 (closed)

Edited by Nathan Perkins

Merge request reports

Loading