| 
									
										
										
										
											2018-09-27 22:48:23 +02:00
										 |  |  | # -*- coding: utf-8 -*- | 
					
						
							| 
									
										
										
										
											2018-09-29 07:37:23 +02:00
										 |  |  | # Generated by Django 1.9.4 on 2018-09-29 05:36 | 
					
						
							| 
									
										
										
										
											2018-09-27 22:48:23 +02:00
										 |  |  | from __future__ import unicode_literals | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | from django.db import migrations, models | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | class Migration(migrations.Migration): | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     dependencies = [ | 
					
						
							| 
									
										
										
										
											2018-09-29 07:37:23 +02:00
										 |  |  |         ('datacenterlight', '0026_dclcalculatorpluginmodel_default_selected_template'), | 
					
						
							| 
									
										
										
										
											2018-09-27 22:48:23 +02:00
										 |  |  |     ] | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     operations = [ | 
					
						
							|  |  |  |         migrations.AddField( | 
					
						
							|  |  |  |             model_name='dclcalculatorpluginmodel', | 
					
						
							|  |  |  |             name='enable_512mb_ram', | 
					
						
							|  |  |  |             field=models.BooleanField(default=False), | 
					
						
							|  |  |  |         ), | 
					
						
							|  |  |  |     ] |