File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 9292 mkdir "$VIRTUAL_ENV/djk-sample/fixtures/"
9393 python3 manage.py makemigrations club_app event_app
9494 python3 manage.py migrate
95+ apt install gettext
9596 python3 manage.py compilemessages
9697 python3 manage.py runserver
9798
@@ -160,11 +161,11 @@ Install Deno (optional)
160161
161162Run PowerShell then invoke::
162163
163- iwr https://deno.land/x/ install/install .ps1 -useb | iex
164+ irm https://deno.land/install.ps1 | iex
164165
165166 set DENO_INSTALL=%userprofile%\.deno
166167
167- environment variable.
168+ set the environment variable.
168169
169170Mac OS X
170171~~~~~~~~
@@ -224,7 +225,7 @@ Selenium tests
224225
225226Inside project virtual environment install selenium 3.4 or newer::
226227
227- pip3 install -r ./requirements/dev .txt
228+ pip3 install -r ./requirements/test .txt
228229
229230To use `Bootstrap 3 `_ version::
230231
You can’t perform that action at this time.
0 commit comments