mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	newforms-admin: Merged to [6416]
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@6417 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
		| @@ -0,0 +1,9 @@ | ||||
| from django.core.management.base import BaseCommand | ||||
|  | ||||
| class Command(BaseCommand): | ||||
|     help = "Dance around like a madman." | ||||
|     args = '' | ||||
|     requires_model_validation = True | ||||
|  | ||||
|     def handle(self, *args, **options): | ||||
|         print "I don't feel like dancing." | ||||
		Reference in New Issue
	
	Block a user