Re: custom django-admin commands naming convention

2011-03-08 Thread Marwan Al-Sabbagh
cool thanks, Marwan On Wed, Mar 9, 2011 at 12:14 AM, creecode wrote: > Hello Marwan, > > I don't know if it's common but for my needs it's a must! :-) I have > several apps with custom management commands and I've taken to naming > the commands like... > > my_app_name_my_custom_management_com

Re: custom django-admin commands naming convention

2011-03-08 Thread creecode
Hello Marwan, I don't know if it's common but for my needs it's a must! :-) I have several apps with custom management commands and I've taken to naming the commands like... my_app_name_my_custom_management_command_name.py If find it easier to read the command name if I separate each word with

custom django-admin commands naming convention

2011-03-08 Thread Marwan Al-Sabbagh
Hi, I need to cron a few jobs for my django app to run daily. I went through the docs on "Writing custom django-admin commands" and thats the direction I'm planning to go to run these jobs. Our company has a number of teams developing different apps and I didn't want the naming of the commands to