[GH-ISSUE #89] Can't run management commands #57

Closed
opened 2026-02-25 23:41:00 +03:00 by kerem · 0 comments
Owner

Originally created by @cdax on GitHub (Sep 30, 2016).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/89

Hi,

I tried running the management command pygmentize like so:

$ cd healthchecks/
$ ./manage.py pygmentize

... but this results in the following error:

ImportError: No module named management.commands.pygmentize

The reason seems to be that neither of the two directories hc/front/management and hc/front/management/commands has the __init__.py token file in it that allows them to be picked up as python modules.

Originally created by @cdax on GitHub (Sep 30, 2016). Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/89 Hi, I tried running the management command `pygmentize` like so: ``` bash $ cd healthchecks/ $ ./manage.py pygmentize ``` ... but this results in the following error: ``` ImportError: No module named management.commands.pygmentize ``` The reason seems to be that neither of the two directories `hc/front/management` and `hc/front/management/commands` has the `__init__.py` token file in it that allows them to be picked up as python modules.
kerem closed this issue 2026-02-25 23:41:00 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/healthchecks#57
No description provided.