Missing hooks.py in custom app

I am following this tutorial to create a custom app but in step2 the last process is about editing the hooks.py file, the file does not exist. how important is the file, would skipping this process backfire moving forward and what should I do about this. thanks

You can skip this step

1 Like

hi on stage 3. Export Fixtures when I try to run code given I get the message blow to specify site.

image

and if I do specify site I get the error below

what could the issue be?

never mind i tried it another way it seemed to work. i was placing the site specification in a wrong place

if you need to export fixtures also, you can specify that in hooks.py in your app like below

fixtures = [‘Custom Field’, ‘Custom Script’, ‘Property Setter’]

1 Like