django-command-extensions Questions
2
Solved
We are running custom management commands periodically on the server.
Is there any way to get something like error reporting via email working for the command?
Outwit asked 1/6, 2011 at 20:13
3
Sometimes I want to execute a file in the context of my Django project, just as if I were using the shell, but with the convenience of using a text editor. This is mainly to try something out, or q...
Carolynecarolynn asked 11/6, 2011 at 20:51
4
Is it allowed to group custom Django commands to separate folders inside the same Django app?
I have a lot of them and wanted to group them logically by purpose. Created folders but Django can't f...
Lacylad asked 9/12, 2019 at 10:38
2
Solved
I love how django server auto-reloads itself on code change, so that no restarting the server is required.
We currently use django custom management commands that may take a very long time to com...
Unamerican asked 7/6, 2011 at 21:11
1
Solved
When I do ./manage.py process_email in my app, I get ImportError: No module named commands.process_email.
My directory layout is:
./
├── __init__.py
├── admin.py
├── forms.py
├── management
│ ├──...
Bailiff asked 11/2, 2012 at 19:38
1
© 2022 - 2024 — McMap. All rights reserved.