Some boilerplate, come on django
This commit is contained in:
		@@ -1,3 +1,6 @@
 | 
				
			|||||||
from django.contrib import admin
 | 
					from django.contrib import admin
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Register your models here.
 | 
					# Register your models here.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					from .models import Page
 | 
				
			||||||
 | 
					admin.site.register(Page)
 | 
				
			||||||
		Reference in New Issue
	
	Block a user