mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-26 07:25:51 +03:00
[GH-ISSUE #89] Can't run management commands #57
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#57
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
pygmentizelike so:... but this results in the following error:
The reason seems to be that neither of the two directories
hc/front/managementandhc/front/management/commandshas the__init__.pytoken file in it that allows them to be picked up as python modules.