kopia lustrzana https://github.com/longclawshop/longclaw
				
				
				
			
		
			
				
	
	
		
			13 wiersze
		
	
	
		
			338 B
		
	
	
	
		
			Python
		
	
	
			
		
		
	
	
			13 wiersze
		
	
	
		
			338 B
		
	
	
	
		
			Python
		
	
	
| #!/usr/bin/env python
 | |
| # -*- coding: utf-8 -*-
 | |
| from __future__ import unicode_literals, absolute_import
 | |
| 
 | |
| import os
 | |
| import sys
 | |
| 
 | |
| if __name__ == "__main__":
 | |
|     os.environ.setdefault("DJANGO_SETTINGS_MODULE", "longclaw.tests.settings")
 | |
|     from django.core.management import execute_from_command_line
 | |
| 
 | |
|     execute_from_command_line(sys.argv)
 |