...
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>
...
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> |