Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 210 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 210 Bytes
  • sudo docker exec -it mysql_db_1 sh
  • sudo docker ps
  • pip install mysqlclient
  • python3 manage.py runserver
  • python3 manage.py makemigrations
  • python3 manage.py migrate
  • python3 manage.py createsuperuser