Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/taralas209/bake-cake-telegram-bot-dvmn


https://github.com/taralas209/bake-cake-telegram-bot-dvmn

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Bot-BakeCake

## Setup

### 1. Install requirements

```bash
pip install -r requirements.txt
```
### 2. Run the migration to configure the SQLite database:

```bash
python3 manage.py migrate
```

### 3. Create a superuser to gain access to the admin panel:

```bash
python3 manage.py createsuperuser
```

### 4. Starts the admin panel:

```bash
python3 manage.py runserver
```

### 5. Add token:
положить токен в файл .env
TELEGRAM_TOKEN=...

The address of the admin panel: [admin_panel](http://127.0.0.1:8000/admin/).