{% extends 'news/base.html' %} {% load staticfiles seo_tags news_tags %} {% block seo %} {% seo page %} {% endblock seo %} {% block content %}

OMS

CMS с открытым исходным кодом разработанная на Django

Язык

OMS написана на Python, самом быстрорастущем языке программирования.

Сайты

Сайты на OMS сразу готовы к работе после установки и легко расширяются.

Безопасность

OMS разработана на Django который включает безопасность

{#
#} {#
#} {# #} {#

Maintenance

#} {#

inappropriate behavior is often laughed off as boys will be boys,” women face higher conduct#} {# standards especially in the workplace. That’s why.

#} {#
#} {#
#}

Установите OMS CMS всего за 4 шага

{# See Details#}

pip install oms-cms

oms-start

cd mysite

python manage.py runserver

Последние новости

{% for_post_list category="Блог" count=3 as post_list %} {% for post in post_list %}
{{ post.published_date|date:"d M, Y" }}

{{ post.title }}

{{ post.mini_text|safe }}

{{ post.viewed }} {{ post.comments_set.all.count }}
{% endfor %}
{% endblock content %}