App installation issue

Hello,

I am following training day 1 video and I am getting this issue that i have created an app called ‘rental’ and install it into my site when i run command bench --site list-apps the app is there but it is not appearing in about section in desk view also in module_def list module rental is not there

Kindly tell if my app created successfully if it is there in list-apps command.

Hello @NKAfridi

Welcome to the community.

You may need to run bench --site [your-site-name] migrate (replace your-site-name with your actual site name) to get your custom app to show.

Hope this helps.