Questions tagged [django-shell]
78 questions
0
votes
2 answers
Celery Tutorial Works Correctly in standard iPython shell but not when using Django's embedded iPython shell
I've been setting up a test instance of django-celery and going through some of the basic celery examples and came across something that seems odd.
I first went through the "First steps with Django" celery page here:…

Jacinda
- 4,932
- 3
- 26
- 37
0
votes
3 answers
How can I run django shell commands from a bash script
Instead of repeatedly deleting my tables, recreating them and populating with data in my dev env, I decided to create a bash script called reset_db that does this for me. I got it to whack the tables, recreate them. But it's not able to populated…

user1339036
- 125
- 2
- 7
0
votes
1 answer
IPython notebook in production
I'm trying to run IPython on a production ubuntu server. I want to control it with upstart.
I have a bash script that properly invokes it in the foreground but it doesn't work when invoked through upstart. I'm not sure how to debug the problem other…

Alan Illing
- 1,376
- 2
- 14
- 18