Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 550 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 550 Bytes

BettingAdminPanel

This is an example of using flask admin for managing betting application.

Запуск

Установить недостающие зависимости: pip install requirements.txt

MySQL: В коде username = 'root' password = 'toor' server = 'localhost' db_name = 'betting' заменить на реальные данные

GoogleReCaptcha Заменить app.config['RECAPTCHA_PUBLIC_KEY']= 'enter_your_public_key' app.config['RECAPTCHA_PRIVATE_KEY']='enter_your_private_key' На реальные данные