Setup

git clone https://github.com/nekto007/selfstorage_bot.git
cd selfstorage_bot

1. Install requirements

pip install -r requirements.txt

2. Run the migration to configure the SQLite database:

python3 manage.py migrate

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

python3 manage.py createsuperuser

4. Creation of initial data:

python3 db_init.py

5. Starts the admin panel:

python3 manage.py runserver

The address of the admin panel: admin_panel.