after restart I get this error
Tried to change the " " into ' ' bout before it worked.
Any tips how to solve this?
Tim
NoReverseMatch at /en/
Reverse for ' manifest ' not found. ' manifest ' is not a valid view function or pattern name.
| Request Method: | GET |
|---|---|
| Request URL: | http://localhost:8000/en/ |
| Django Version: | 2.0.8 |
| Exception Type: | NoReverseMatch |
| Exception Value: | Reverse for ' manifest ' not found. ' manifest ' is not a valid view function or pattern name. |
| Exception Location: | /Users/timvogt/virtualenvs/saleor/lib/python3.6/site-packages/django/urls/resolvers.py in _reverse_with_prefix, line 634 |
| Python Executable: | /Users/timvogt/virtualenvs/saleor/bin/python3 |
| Python Version: | 3.6.5 |
| Python Path: | ['/Users/timvogt/Software_projects/saleor', '/Users/timvogt/virtualenvs/saleor/lib/python36.zip', '/Users/timvogt/virtualenvs/saleor/lib/python3.6', '/Users/timvogt/virtualenvs/saleor/lib/python3.6/lib-dynload', '/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6', '/Users/timvogt/virtualenvs/saleor/lib/python3.6/site-packages', '/Users/timvogt/Software_projects/saleor'] |
| Server time: | Tue, 4 Sep 2018 04:26:23 -0500 |
Error during template rendering
In template
/Users/timvogt/Software_projects/saleor/templates/base.html, error at line 24Reverse for ' manifest ' not found. ' manifest ' is not a valid view function or pattern name.
| 14 | <meta name="apple-mobile-web-app-status-bar-style" content="black"> |
|---|---|
| 15 | <meta name="apple-mobile-web-app-title" content="{{ site.name }}"> |
| 16 | <meta name="og:type" content="website"> {% get_available_languages as LANGUAGES %} {% for lang_code, language_name in LANGUAGES %} |
| 17 | <link rel="alternate" hreflang="{{ lang_code }}" href="{% translate_url url=request.path lang_code=lang_code %}" /> {% endfor %} {% endblock meta %} {% include 'favicon.html' %} {% render_bundle 'storefront' 'css' attrs='async' %} {% block stylesheet %}{% endblock stylesheet %} {% block meta_tags %} |
| 18 | <meta property="og:title" content="{{ site.settings.translated.header_text }}"> |
| 19 | <meta property="og:description" content="{{ site.settings.translated.description }}"> |
| 20 | <meta name="description" content="{{ site.settings.translated.description }}"> |
| 21 | <meta property="og:url" content="{{ request.build_absolute_uri }}"> |
| 22 | <meta property="og:image" content="{% static " images/block1.png " %}"> {% endblock meta_tags %} |
| 23 | |
| 24 | <link rel='manifest' href="{% url ' manifest ' %}" /> |
| 25 | |
| 26 | <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements --> |
| 27 | <!--[if lt IE 9]> |
| 28 | <script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script> |
| 29 | <![endif]--> |
| 30 | </head> |
| 31 | |
| 32 | <body> |
| 33 | {% block header %} |
| 34 | <header class="navbar" role="navigation"> |
No comments:
Post a Comment