Register GenericProduct to adminsite
This commit is contained in:
		
					parent
					
						
							
								51c5fa98dd
							
						
					
				
			
			
				commit
				
					
						b63a572231
					
				
			
		
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -1,8 +1,8 @@ | ||||||
| from django.contrib import admin | from django.contrib import admin | ||||||
| 
 | 
 | ||||||
| from .models import HostingOrder, HostingBill, HostingPlan | from .models import HostingOrder, HostingBill, HostingPlan, GenericProduct | ||||||
| 
 |  | ||||||
| 
 | 
 | ||||||
| admin.site.register(HostingOrder) | admin.site.register(HostingOrder) | ||||||
| admin.site.register(HostingBill) | admin.site.register(HostingBill) | ||||||
| admin.site.register(HostingPlan) | admin.site.register(HostingPlan) | ||||||
|  | admin.site.register(GenericProduct) | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue