mirror of
				https://github.com/graphql-python/graphene.git
				synced 2025-10-30 23:47:55 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			162 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			162 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| from django.contrib import admin
 | |
| 
 | |
| from cookbook.recipes.models import Recipe, RecipeIngredient
 | |
| 
 | |
| admin.site.register(Recipe)
 | |
| admin.site.register(RecipeIngredient)
 |