Reinami / sanic_crud

MIT License
54 stars 12 forks source link

Make model configs only overwrite parts of base app config #59

Open Reinami opened 7 years ago

Reinami commented 7 years ago

If you set a config on a model and also have a base route, it will completely overwrite the base route. Set it up so it is possible to only list the changes you want in the model and it will overwrite only the changed fields in the config.