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
It would be nice to have a set of checks for validating app's codebase. The checks can be triggered while running zelthy3 commands and they can also be shown as alerts on the App Panel.
Few relevant checks that I can think:
module name having invalid characters
model subclassing models.Model instead of DynamicModelBase
Unsupported field type used (e.g. ManyToManyField in v0.1)
registered module not found
validation failure for settings.json
validation failure for manifest.json
necessary services unreachable - e.g. redis, celery ,etc.
In future, we can also consider including syntactical as well as logical checks on the App's codebase (e.g. syntax error in a view) in the framework.
The text was updated successfully, but these errors were encountered:
It would be nice to have a set of checks for validating app's codebase. The checks can be triggered while running zelthy3 commands and they can also be shown as alerts on the App Panel.
Few relevant checks that I can think:
In future, we can also consider including syntactical as well as logical checks on the App's codebase (e.g. syntax error in a view) in the framework.
The text was updated successfully, but these errors were encountered: