Hello,
I am looking for the proper file structure when writing my own custom application inside mezzanine. I have a site I am building mainly a blog. So the index/home page is the blog. Now I want a sidebar with events inside it. This to show venues and dates for a band. I have created a folder for the events application in my project. This has the models, views, admin and urls inside it as any django app would have. Also inside this has a template folder with the template for this inside. I wonder if I need to have the template inside the includes folder that mezzanine provides. Looking at the documentation I am not sure if my structure is correct, seeing that I am not getting anything rendered to my template.
Screenshot of file structure:
Thanks for your input.