17 lines
		
	
	
		
			391 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			391 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| # Generated by Django 3.0.5 on 2020-05-10 10:01
 | |
| 
 | |
| from django.db import migrations
 | |
| 
 | |
| 
 | |
| class Migration(migrations.Migration):
 | |
| 
 | |
|     dependencies = [
 | |
|         ("passbook_policies", "0003_auto_20200508_1642"),
 | |
|         ("passbook_stages_password", "0001_initial"),
 | |
|         ("passbook_core", "0012_delete_factor"),
 | |
|     ]
 | |
| 
 | |
|     operations = [
 | |
|         migrations.DeleteModel(name="DebugPolicy",),
 | |
|     ]
 | 
