============================== Documentation
English (UK)
Create a . py file with any name and type in the "webs" module.
from webs import *
And write there:
start_server()
In the console you can see the API. Copy it.
Your API: (your API)
Next, go to the manager folder and go to the manage.py file
Customize the settings for yourself.
Then run the manage.py file
And create a server.py file
Run it and start the server.
============================== Документация
Русский (RU)
Создайте файл .py с любым названием и заимпортировайте туда модуль "webs".
from webs import *
И напишите туда:
start_server()
В консоле полявиться API. Скопируйте его.
Your API: (ваш API)
Дальше зайдите в папку manager и зайдите в файл manage.py
Настройте параметры под себя.
Потом запустите файл manage.py
И создаёться файл server.py
Его запустите и запуститься сервер.