Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Docker build and run

Start First App

  • Navigate to the root directory of the Django project (where the manage.py file is located).

  • Use manage.py to initialize the app:

    Code Block
    python3 manage.py startapp <app name>