9 lines
155 B
Python
9 lines
155 B
Python
'''
|
|
django admin pages for courseware model
|
|
'''
|
|
|
|
from external_auth.models import *
|
|
from django.contrib import admin
|
|
|
|
admin.site.register(ExternalAuthMap)
|