DragonPy is a Open source (GPL v3 or later) emulator for the 30 years old homecomputer Dragon 32
and Tandy TRS-80 Color Computer
(CoCo)...
Dragon 32 and 64 ROMs in Text mode:
from django.apps import apps as global_apps | |
from django.db import migrations | |
from djangocms_file.models import get_templates as get_file_templates | |
from djangocms_picture.models import get_templates as get_picture_templates | |
def forwards_filer_file(apps, schema_editor): | |
try: | |
CMSPluginFilerFile = apps.get_model('cmsplugin_filer_file', | |
'FilerFile') |
DragonPy is a Open source (GPL v3 or later) emulator for the 30 years old homecomputer Dragon 32
and Tandy TRS-80 Color Computer
(CoCo)...
Dragon 32 and 64 ROMs in Text mode: