mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-03-18 15:34:01 +01:00
9 lines
188 B
Python
9 lines
188 B
Python
from import_export import resources
|
|
|
|
from apps.import_app.models import ImportProfile
|
|
|
|
|
|
class ImportProfileResource(resources.ModelResource):
|
|
class Meta:
|
|
model = ImportProfile
|