Skip to Content
Menu
This question has been flagged

Adding a new python file in the backend/ sever file also add column in database (there was no error in the python file). After restart the services, updates module, the file still not executed. Example, I created a new fields, when I active developer mode, go to technical > db structure > fields, I cannot find the field. Modification of coding on the backend can save on notepad and no error or bugs, but cannot execute in the frontend. Any solutions and suggestions provided was appreciated. Thanks in advanced. 

Avatar
Discard

Did you mention your new python file name in the __init__.py file?

If it is not mentioned. then please import that file too.

Then it will work.

Thanks.

Author

I'm already declared it in the __init__py.file and also the manifest file for the view.

Related Posts Replies Views Activity
11
Jun 18
17642
2
Dec 24
87
0
Nov 24
11
1
Nov 24
18019
1
Sep 23
1203