dev(rakeFile): add terminal django.
This commit is contained in:
		
							
								
								
									
										5
									
								
								Rakefile
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								Rakefile
									
									
									
									
									
								
							| @@ -65,6 +65,11 @@ namespace :dev do | ||||
|     compose('exec', 'django', 'python', '/app/manage.py', 'test', '/app/don_confiao') | ||||
|   end | ||||
|  | ||||
|   desc 'terminal django' | ||||
|   task :djangoShell do | ||||
|     compose('exec', 'django', 'python', '/app/manage.py', 'shell') | ||||
|   end | ||||
|  | ||||
|   desc 'crear migraciones' | ||||
|   task :makemigrations do | ||||
|     compose('exec', 'django', 'python', '/app/manage.py', 'makemigrations') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user