Registered CustomUser model in the admin panel.
Related issue: https://redmine.ungleich.ch/issues/2286
This commit is contained in:
		
					parent
					
						
							
								adcde9d5c7
							
						
					
				
			
			
				commit
				
					
						22bf60ae86
					
				
			
		
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -1,3 +1,4 @@
 | 
				
			||||||
from django.contrib import admin
 | 
					from django.contrib import admin
 | 
				
			||||||
 | 
					from .models import CustomUser
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Register your models here.
 | 
					admin.site.register(CustomUser)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue