You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We recently refactored the populate_cbv script to abstract the importer into a protocol that will (hopefully) make it easier for new importers to be written. LibCSV may be an appropriate alternative to inspect.
We currently use the
inspect
module to extract Django code and structure.This has several drawbacks:
View.view_is_async
should not be abool
#184 )We recently refactored the
populate_cbv
script to abstract the importer into a protocol that will (hopefully) make it easier for new importers to be written. LibCSV may be an appropriate alternative toinspect
.ccbv/cbv/importer/importers.py
Lines 29 to 31 in a89118b
The text was updated successfully, but these errors were encountered: