Hi Nkansah, glad to see you came over to the group! I spoke to you in the comments section of that tutorial.
Could you post the output of running the following command in your terminal: pip freeze and also your local_settings.py file? On Wed, Apr 8, 2015 at 7:53 AM, Nkansah Rexford <[email protected]> wrote: > Thanks for responding, Mario. > > This is my base.html: > > <link href="{% static 'css/prettyPhoto-diff.css' %}" rel="stylesheet" >>> type="text/css" /> >> >> <link rel="stylesheet" id="camera-css" href="{% static >>> 'css/camera-diff.css' %}" type="text/css" media="all"> >> >> <link href="{% static 'css/bootstrap-diff.css' %}" rel="stylesheet"> >> >> <link href="{% static 'css/theme-diff.css' %}" rel="stylesheet"> >> >> <link rel="stylesheet" type="text/css" href="{% static >>> 'css/skins/tango/skin.css' %}" /> >> >> <link href="{% static 'css/bootstrap-responsive-diff.css' %}" >>> rel="stylesheet"> >> >> > This line is already loaded by mezzanine in the base.html > > {% load pages_tags mezzanine_tags i18n future staticfiles %} > > > I have this in INSTALLED_APPS: > >> "django.contrib.staticfiles", > > > I've tried my best to follow the tutorial exactly, even using the same > theme file asked to download. > > All indications show all the settings are in place, BUT the /static/ part > isn't added to URLs, and I've got no idea why. > > -- > 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. > -- 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.
