|
MigrationFromAEP
# Howtos for migrating your AEP applications to Kay IntroductionHere are some considerations about how to migrate AEP applications to Kay. Things you have to care about
kay.utils.forms module is slightly different from AEP. kay.utils.forms.modelform is a module for autogenerating forms from model definition. Please refer to the official documentation for a typical usage of forms module. Syntax and usage is slightly different.
Significant differences. Likely easiest route is to export your user model data from AEP and import into kay models.
Almost identical in kay.
Almost identical in kay. Symbol names are slightly different from AEP.
Very similar functionality in kay.
Completely different. You'll need to re-write your urls.py to match kay's format.
Almost identical in kay. Some syntax differences.
Significant differences. Please refer to the documentation. |
► Sign in to add a comment