@@ -0,0 +1,15 @@
+# Virtualenv
+env/
+venv/
+
+# VSCode
+.vscode
+# Python
+__pycache__/
+*.py[cod]
+*$py.class
+00*.py
+# Migrations
+migrations/
@@ -0,0 +1,13 @@
+# 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
+```python
+INSTALLED_APPS = [
+ # ...
+ 'platformrunning.apps.PlatformrunningConfig',
+]
+```
@@ -0,0 +1 @@
+Django