Skip to content

Commit 85357c0

Browse files
Updated command reference page
1 parent ca5b57d commit 85357c0

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

commands.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
1-
## Standard migration
1+
# Reference Commands
2+
Reference commands that we use in this project.
23

4+
## Django Settings
5+
6+
#### Standard migration
37
```
48
python manage.py migrate
59
```
610

7-
## Different Settings Module
11+
#### Different Settings Module
812
```
913
python manage.py migrate --settings serverless_django.settings.production
1014
```
11-
> old version: `python manage.py migrate --settings:serverless_django.prod_settings`
12-
1315

14-
## Using Environment Variables
16+
#### Using Environment Variables
1517
```
1618
DJANGO_SETTINGS_MODULE=serverless_django.settings.production python manage.py migrate
1719
```

0 commit comments

Comments
 (0)