Skip to content

Commit 34995c9

Browse files
committed
remove git commit
1 parent 18eef7b commit 34995c9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

articles/app-service/containers/tutorial-python-postgresql-app-sqlite.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,6 @@ Also, a Django app by default uses Sqlite3 as the database. To run your app in p
110110

111111
In App Service, you use *manage.py* to run database migrations, and App Service uses *azuresite/wsgi.py* to run your Django app in production. This change in both files ensures that the production settings are used in both cases.
112112

113-
Commit your changes into your fork of the *djangoapp* repository:
114-
115-
```bash
116-
git commit -am "configure for App Service"
117-
```
118-
119113
## Sign in to Azure CLI
120114

121115
Run the following command in the terminal:

0 commit comments

Comments
 (0)