Hello
Hope this email finds you well; The flask demo is missing the following:
routes.py, layout.py, menu.py, pages.py --- the included files are all .pyc (are pre-compiled).
can you kindly update the template to include the missing files.
Hi,
To define the route, you can set it in the urls.py file in each of the module folders. Eg. starterkit/dashboards/urls.py
starterkit/auth/urls.py
Then those files are included in starterkit/__init__.py file.
We do not have layout.py, menu.py, or pages.py files. To change the settings, please go to the starterkit/_keenthemes/settings.py file.
Thanks