We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e357bd8 commit a06a5ecCopy full SHA for a06a5ec
README.md
@@ -169,7 +169,7 @@ $ python manage.py makemigrations --fix
169
170
### Specifying a different default branch name
171
172
-Use:
+Run:
173
174
```bash
175
$ python manage.py makemigrations -b [ default branch name ] --fix
setup.py
@@ -7,9 +7,6 @@
7
with open("README.md") as readme_file:
8
readme = readme_file.read()
9
10
-# with open("HISTORY.rst") as history_file:
11
-# history = history_file.read()
12
-
13
deploy_requires = [
14
"bump2version",
15
"readme_renderer[md]",
0 commit comments