mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 08:56:02 +03:00
[GH-ISSUE #931] Cronjob #804
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#804
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 @hennedo on GitHub (Oct 3, 2016).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/931
When trying to run the cronjobs as documented on http://modoboa.readthedocs.io/en/latest/getting_started/upgrade.html, they fail with
Traceback (most recent call last): File "/srv/modoboa/instance/manage.py", line 8, in <module> from django.core.management import execute_from_command_line ImportError: No module named django.core.managementWhen using
/srv/modoboa/env/bin/python /srv/modoboa/instance/manage.py ...it works fine. Maybe (if I am don't do anything wrong) update the documentation here?Thanks!
henne