Skip to content

Commit 310b884

Browse files
committed
Posodobil navodila za namestitev
1 parent 04c95e9 commit 310b884

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Dobiti bi morali sledečo strukturo datotek:
2222
nadlogar/
2323
nadlogar/
2424
config/
25-
naloge/
25+
documents/
2626
...
2727
manage.py
2828
...
@@ -33,17 +33,17 @@ Po prvi namestitvi, pa tudi na vsake toliko časa, greste v mapo `nadlogar/nadlo
3333

3434
git pull
3535
source venv/bin/activate
36-
pip install -r requirements.txt
36+
pip install -r requirements/local.txt
3737
python manage.py migrate
3838
python manage.py loaddata problems/fixtures/initial.json
3939

4040
Če uporabljate Windowse, je drugi ukaz drugačen
4141

4242
git pull
4343
venv\Scripts\activate
44-
pip install -r requirements.txt
44+
pip install -r requirements\local.txt
4545
python manage.py migrate
46-
python manage.py loaddata problems/fixtures/initial.json
46+
python manage.py loaddata problems\fixtures\initial.json
4747

4848
Strežnik nato poženete z
4949

0 commit comments

Comments
 (0)