mirror of
https://github.com/Llloooggg/Dyxless.git
synced 2026-03-06 02:36:24 +03:00
Обновлен readme
This commit is contained in:
18
README.md
18
README.md
@@ -1,10 +1,16 @@
|
|||||||
# Dyxless
|
# Dyxless
|
||||||
|
|
||||||
Based on [tutorial](https://www.digitalocean.com/community/tutorials/how-to-add-authentication-to-your-app-with-flask-login) from DigitalOcean
|
### Конфигурация
|
||||||
|
Прежде всего необходимо создать файл **config.json** на основе приложенного шаблона
|
||||||
|
|
||||||
### Database
|
### DB
|
||||||
At first run **init_db.py** for database initialization
|
Для инициализации базы данных необходимо запустить
|
||||||
|
```
|
||||||
|
python init_db.py
|
||||||
|
```
|
||||||
|
|
||||||
### Start app:
|
### Запуск приложения:
|
||||||
on Windows run
|
На Windows запускать через
|
||||||
>**startserver.bat**
|
```
|
||||||
|
startserver.bat
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user