Hi .

I am trying to use bsbanners with no success 
my pip freeze output is :
appdirs==1.4.3
beautifulsoup4==4.5.3
bleach==2.0.0
chardet==3.0.2
Django==1.10.7
django-contrib-comments==1.8.0
filebrowser-safe==0.4.7
future==0.16.0
grappelli-safe==0.4.6
html5lib==0.999999999
Mezzanine==4.2.3
mezzanine-bsbanners==0.1.5
oauthlib==2.0.2
olefile==0.44
packaging==16.8
Pillow==4.1.0
pyparsing==2.2.0
pytz==2017.2
requests==2.13.0
requests-oauthlib==0.8.0
six==1.10.0
tzlocal==1.4
webencodings==0.5.1

settings.py

INSTALLED_APPS = (
    "django.contrib.admin",
    "mezzanine_bsbanners",
    "theme",
    "django.contrib.auth",
    "django.contrib.contenttypes",
    "django.contrib.redirects",
    "django.contrib.sessions",
    "django.contrib.sites",
    "django.contrib.sitemaps",
    "django.contrib.staticfiles",
    "mezzanine.boot",
    "mezzanine.conf",
    "mezzanine.core",
    "mezzanine.generic",
    "mezzanine.pages",
    "mezzanine.blog",
    "mezzanine.forms",
    "mezzanine.galleries",
    "mezzanine.twitter",
    
    
    # "mezzanine.accounts",
    # "mezzanine.mobile",
)


ADMIN_MENU_ORDER = (
    ("Content", ( "mezzanine_bsbanners.*","pages.Page", "blog.BlogPost",
     "generic.ThreadedComment", (_("Media Library"), "media-library"),)),
    ("Site", ("sites.Site", "redirects.Redirect", "conf.Setting")),
    ("Users", ("auth.User", "auth.Group",)),
)


now I have bsbanners in admin have done some banner with slides but what my 
templates should look like?
I have created new theme app collected templates and moved to theme now 
trying to use as described and it won't display anything.
Can anyone help with detailed template explanation or working example? 

Thank you

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" 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