Skip to content

Commit a6ff9c9

Browse files
committed
code blocks to pre
1 parent 66bc7e8 commit a6ff9c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ Take a look at *azuresite/production.py*, which makes the necessary configuratio
5959

6060
- In *manage.py*, change the following line:
6161

62-
```python
62+
<pre>
6363
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'azuresite.settings')
64-
```
64+
</pre>
6565

6666
To the following code:
6767

0 commit comments

Comments
 (0)