Chris Shyi
					
					8 years ago
					
						
							committed by
							
								
								GitHub
							
						 
					
				 
				
			 
		 
		
			
				
				  
				  No known key found for this signature in database
				  
				  	
						GPG Key ID: 4AEE18F83AFDEB23
				  	
				  
				
			
		
		
		
	
		
			
				 1 changed files with 
0 additions and 
18 deletions
			 
			
		 
		
			
				- 
					
					
					 
					spotifyvis/migrations/0002_auto_20180608_2002.py
				
 
			
		
		
			
				
					
					
						
							
								
									
										
											
	
		
			
				| 
					
					
					
				 | 
				@ -1,18 +0,0 @@ | 
			
		
		
	
		
			
				 | 
				 | 
				# Generated by Django 2.0.5 on 2018-06-09 00:02 | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				from django.db import migrations, models | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				class Migration(migrations.Migration): | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				    dependencies = [ | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        ('spotifyvis', '0001_initial'), | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				    ] | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				    operations = [ | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        migrations.AlterField( | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            model_name='artist', | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            name='genre', | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				            field=models.CharField(max_length=30), | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        ), | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				    ] | 
				 | 
				 | 
				 |