ShariX interface for sending tickets for connection, obtaining roles

Общий интерфейс ShariX для отправки заявок на подключение, получение ролей

TonyKurts 0c61dadfd7 Repository initialized il y a 1 an
.gitignore 0c61dadfd7 Repository initialized il y a 1 an
README.md 0c61dadfd7 Repository initialized il y a 1 an
requirements.txt 0c61dadfd7 Repository initialized il y a 1 an

README.md

ShariX Platform Running

User web-interface for ShariX services. It implies interaction with the list of services, payment, establishment of relationships, interaction with technical support, etc. that is beyond default scenario.

Application definition

INSTALLED_APPS = [
    # ...
    'platformrunning.apps.PlatformrunningConfig',
    # ...
]