We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1dd54a + 2204414 commit 5e6fa35Copy full SHA for 5e6fa35
1 file changed
README.md
@@ -10,7 +10,7 @@ cd prod
10
mkdir logs media static
11
python -m venv venv
12
. ./venv/bin/activate
13
-pip install -r requirements
+pip install -r requirements.txt
14
./manage.py collectstatic
15
./manage.py makemigrations
16
./manage.py migrate
0 commit comments