Include example project
This commit is contained in:
5
example_project/admin.py
Normal file
5
example_project/admin.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from django.contrib import admin
|
||||
|
||||
from .models import ExampleModel
|
||||
|
||||
admin.site.register(ExampleModel)
|
||||
Reference in New Issue
Block a user