mirror of
				https://github.com/fspc/workstand.git
				synced 2025-10-31 08:25:35 -04:00 
			
		
		
		
	Add migration
This commit is contained in:
		
							parent
							
								
									0f85f81dd7
								
							
						
					
					
						commit
						cd0538cc4e
					
				| @ -0,0 +1,19 @@ | ||||
| # -*- coding: utf-8 -*- | ||||
| # Generated by Django 1.9.7 on 2016-11-30 01:57 | ||||
| from __future__ import unicode_literals | ||||
| 
 | ||||
| from django.db import migrations | ||||
| 
 | ||||
| 
 | ||||
| class Migration(migrations.Migration): | ||||
| 
 | ||||
|     dependencies = [ | ||||
|         ('registration', '0001_initial'), | ||||
|     ] | ||||
| 
 | ||||
|     operations = [ | ||||
|         migrations.AlterModelOptions( | ||||
|             name='customuser', | ||||
|             options={'verbose_name': 'User', 'verbose_name_plural': 'Users'}, | ||||
|         ), | ||||
|     ] | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user