Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 408 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 408 Bytes

Lazy-page

A web application for foolbot and esp32bot

Usage

  • Install docker and docker-compose
  • run docker-compose up

Database

$ python manage.py makemigrations red

$ python manage.py migrate

$ python manage.py loaddata red_data.json

create your superuser

$ python manage.py createsuperuser