Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/djwoms/oms_cms
A Django content management system focused on flexibility and user experience
https://github.com/djwoms/oms_cms
cms django django-rest-framework django2 oms oms-cms python3
Last synced: 19 days ago
JSON representation
A Django content management system focused on flexibility and user experience
- Host: GitHub
- URL: https://github.com/djwoms/oms_cms
- Owner: DJWOMS
- License: bsd-3-clause
- Created: 2019-07-03T10:17:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-18T11:19:03.000Z (about 4 years ago)
- Last Synced: 2024-10-11T12:57:53.758Z (about 1 month ago)
- Topics: cms, django, django-rest-framework, django2, oms, oms-cms, python3
- Language: Python
- Homepage: https://oms-cms.site/
- Size: 15.5 MB
- Stars: 20
- Watchers: 5
- Forks: 10
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
OMS CMS
=======
[![Build Status](https://travis-ci.org/DJWOMS/oms_cms.svg?branch=master)](https://travis-ci.org/DJWOMS/oms_cms)
[![Coverage Status](https://coveralls.io/repos/github/DJWOMS/oms_cms/badge.svg?branch=master)](https://coveralls.io/github/DJWOMS/oms_cms?branch=master)
[![License](https://img.shields.io/pypi/l/oms-cms)](https://opensource.org/licenses/BSD-3-Clause)
[![Version](https://img.shields.io/pypi/v/oms-cms)](https://pypi.org/project/oms-cms/)
[![Slack](https://img.shields.io/badge/Slack-chat-green)](https://join.slack.com/t/oms-cms/)[Website](https://oms-cms.site/en/)
[Documentation](https://oms-cms.readthedocs.io/ru/latest/)
* Python = 3.7, 3.8
* Django = 2.2, 3OMS CMS is designed for a wide range of developers.
The system is open source, written using the Django framework in the Python programming language.
This CMS was designed by developers for a quick start and easy scalability.
OMS allows you to easily integrate with other django applications and use them immediately,
Or create new compatible applications!This cms allows you to make a website in minutes.
You can use the basic template or download from the official site.Modules
-------
* Pages
* News
* Categories
* Articles
* Tags
* Comments
* Contacts
* Info block
* Languages, multilingualism
* Menu
* SEO
* Partners
* Search
* Links to social networks
* OpenGraphInstallation:
-------------Create virtual environment ::
python -m venv venv
Activate virtual environmentInstall CMS ::
pip install oms-cms
Create Project ::oms-start
[Development](https://github.com/DJWOMS/oms_cms/wiki/Development)__________________________________________________________
[Сайт](https://oms-cms.site)
[Документация](https://oms-cms.readthedocs.io/ru/latest/)
* Python = 3.7, 3.8
* Django = 2.2, 3OMS CMS создана для широкого круга разработчиков.
Система имеет открытый исходный код, написана с использованием фреймворка Django на языке программирования Python.
Данная CMS была задумана разработчиками для быстрого старта и легкой масштабируемости.
OMS позволяет без трудностей интегрироваться с другими приложениями django и сразу же использовать их,
либо создавать новые совместимые приложения!Данная cms позволяет сделать сайт за считанные минуту.
Вы можете использовать базовый шаблон или скачать с официального сайта.Модули
------
* Страницы
* Новости
* Категории
* Статьи
* Теги
* Комментарии
* Контакты
* Инфо блк
* Языки \ мультиязычность
* Меню
* SEO
* Партнеры
* Поиск
* Ссылки на социальные сети
* OpenGraphУстановка:
----------Создать виртуальное окружение ::
python -m venv venv
Активировать виртуальное окружениеУстановить CMS ::
pip install oms-cms
Создать проект ::
oms-start[Разработка](https://github.com/DJWOMS/oms_cms/wiki/Development)