BG
Size: a a a
BG
NS
install_requires =и чтото такое
requests
importlib; python_version == "2.6"
[options.extras_require]но это не до конца понятно синтаксически.
pdf = ReportLab>=1.2; RXP
rest = docutils>=0.3; pack ==1.1, ==1.3
ММ
<section id="header">
<div class="top-bl">
<div class="container">
<div class="cart" style="color: #1b1e21">
{% with total_items=cart|length %}
{% if cart|length > 0 %}
details
<a href="{% url "cart:CartDetail" %}">
{{ total_items }} тов. {{ cart.get_total_price }} руб.
</a>
{% else %}
empty
{% endif %}
{% endwith %}
</div>
</div>
</div>
</section>
J
<section id="header">
<div class="top-bl">
<div class="container">
<div class="cart" style="color: #1b1e21">
{% with total_items=cart|length %}
{% if cart|length > 0 %}
details
<a href="{% url "cart:CartDetail" %}">
{{ total_items }} тов. {{ cart.get_total_price }} руб.
</a>
{% else %}
empty
{% endif %}
{% endwith %}
</div>
</div>
</div>
</section>
DT
<section id="header">
<div class="top-bl">
<div class="container">
<div class="cart" style="color: #1b1e21">
{% with total_items=cart|length %}
{% if cart|length > 0 %}
details
<a href="{% url "cart:CartDetail" %}">
{{ total_items }} тов. {{ cart.get_total_price }} руб.
</a>
{% else %}
empty
{% endif %}
{% endwith %}
</div>
</div>
</div>
</section>
ММ
CK
S
Н
Н
NC
A
A
NC
A
path('tests/', include('relevance_tests.urls'))
, то наоборотA
A
DT
NC