Hi Ayush,

Where did you place the callback.js in your tree?

If your extension is in myextension/extension.py, then callback.js must be
in myextension/static/callback.js.

Christian

On Thu, Jun 22, 2017 at 6:50 AM, Ayush Singhal <[email protected]>
wrote:

> 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.
>



-- 
Christian Hammond
President/CEO of Beanbag <https://www.beanbaginc.com/>
Makers of Review Board <https://www.reviewboard.org/>

-- 
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.

Reply via email to