Hi Christian,
Thanks for the quick response.
No page is not loading.
In conf/settings_local.py file, DEBUG is False.
I am building egg package and using setup.py.
No, callback is not present in zip file.
setup.py:
from reviewboard.extensions.packaging import setup
from setuptools import find_packages
setup(
name='Add_item_navigation',
version='0.1',
description='Add items to the navigation bar',
author='Ayush Singhal',
packages=find_packages(),
entry_points={
'reviewboard.extensions': [
'sample_extension = navigation_hook.extension:navigationHook',
]
},
)
--
Supercharge your Review Board with Power Pack:
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons:
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
---
You received this message because you are subscribed to the Google Groups
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.