byashimov / django-controlcenter

Set of widgets to build dashboards for Django projects
BSD 3-Clause "New" or "Revised" License
989 stars 85 forks source link

Dashboards urls #22

Closed editorgit closed 6 years ago

editorgit commented 6 years ago

I have in settings:

CONTROLCENTER_DASHBOARDS = (
    ('Leads', 'dashboards.Base'),
    ('Backlinks', 'apps.backlinks.dashboards.Backlinks'),
    ('Spiders', 'apps.spiders.dashboards.Spiders'),
)

But I get html without links:

<nav class="controlcenter__nav">
    <a class="controlcenter__nav__item" href="">Leads</a>
    <a class="controlcenter__nav__item" href="">Backlinks</a>
    <a class="controlcenter__nav__item" href="">Spiders</a>
</nav>

What I am doing wrong? Python 3.6 Django 1.11 django-controlcenter==0.2.5

byashimov commented 6 years ago

Hi, It's a bug. I'm fixing it right now.

byashimov commented 6 years ago

Could you try this branch? https://github.com/byashimov/django-controlcenter/tree/fix-navigation-menu

editorgit commented 6 years ago

Спасибо! Теперь отлично работает.

2018-03-30 19:04 GMT+03:00 Murad Byashimov notifications@github.com:

Could you try this branch? https://github.com/byashimov/ django-controlcenter/tree/fix-navigation-menu

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/byashimov/django-controlcenter/issues/22#issuecomment-377557736, or mute the thread https://github.com/notifications/unsubscribe-auth/AKsVkP2XA2-Qco5Lj325HGfHhzxulfqlks5tjld6gaJpZM4TBsD9 .

byashimov commented 6 years ago

@editorgit Ok. I will merge it asap. Thanks.