23 lines
		
	
	
	
		
			618 B
		
	
	
	
		
			Python
		
	
	
	
	
	
		
		
			
		
	
	
			23 lines
		
	
	
	
		
			618 B
		
	
	
	
		
			Python
		
	
	
	
	
	
|  | # -*- coding: utf-8 -*- | ||
|  | # Generated by Django 1.9.4 on 2017-08-23 13:06 | ||
|  | from __future__ import unicode_literals | ||
|  | 
 | ||
|  | import datetime | ||
|  | from django.db import migrations, models | ||
|  | from django.utils.timezone import utc | ||
|  | 
 | ||
|  | 
 | ||
|  | class Migration(migrations.Migration): | ||
|  | 
 | ||
|  |     dependencies = [ | ||
|  |         ('datacenterlight', '0007_contactus'), | ||
|  |     ] | ||
|  | 
 | ||
|  |     operations = [ | ||
|  |         migrations.AddField( | ||
|  |             model_name='contactus', | ||
|  |             name='field', | ||
|  |             field=models.DateTimeField(auto_now_add=True, default=datetime.datetime(2017, 8, 23, 13, 6, 24, 650869, tzinfo=utc)), | ||
|  |             preserve_default=False, | ||
|  |         ), | ||
|  |     ] |