Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

startproject commands are the same for win/posix #239

Merged
merged 1 commit into from
Jan 25, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions en/django_start_project/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,9 @@ In console you should run (remember that you don't type `(myvenv) ~/djangogirls$

> Remember to run everything in the virtualenv. If you don't see a prefix `(myvenv)` in your console you need to activate your virtualenv. We explained how to do that in the __Django installation__ chapter in the __Working with virtualenv__ part.

Run on Windows:
Run the command:

(myvenv) ~/djangogirls$ python myvenv\Scripts\django-admin.py startproject mysite .

or on Linux or Mac OS:

(myvenv) ~/djangogirls$ django-admin startproject mysite .
django-admin startproject mysite .

> **Note** Double-check that you included the period (`.`) at the end of the command, it's important.

Expand Down
12 changes: 3 additions & 9 deletions pl/django_start_project/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,10 @@ Nazwy niektórych plików i katalogów są bardzo ważne dla Django. Nie powinna
Uruchom w konsoli (pamiętaj, że nie musisz pisać `(myvenv) ~/djangogirls$`, OK?):

> Pamiętaj, aby uruchamiać wszystko w virtualenv. Jeśli nie widzisz prefiksu `(myvenv)` w konsoli, to znaczy że musisz uruchomić swój virtualenv. Wyjaśniłyśmy, jak to zrobić w rozdziale **Instalowanie Django** w części **Praca z virtualenv**.

Uruchom komende:

Uruchom w Windows:

(myvenv) ~/djangogirls> python myvenv\Scripts\django-admin.py startproject mysite .


a w Linuksie lub Mac OS:

(myvenv) ~/djangogirls$ django-admin startproject mysite .

django-admin startproject mysite .

> **Uwaga:** Pamiętaj koniecznie o kropce (`.`) na końcu polecenia, ona jest tam niezbędna.

Expand Down
11 changes: 3 additions & 8 deletions uk/django_start_project/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,9 @@

> Пам'ятайте, що усе треба запускати у віртуальному середовищі. Якщо ви не бачите префікс `(myvenv)` в консолі, то потрібно активувати ваше віртуальне середовище. Ми пояснювали як це зробити у розділі **Встановлення Django** в частині **Робота з віртуальним середовищем**.

Запустіть на Windows:
Запустіть:

(myvenv) ~/djangogirls$ python myvenv\Scripts\django-admin.py startproject mysite .


або на Linux чи Mac OS:

(myvenv) ~/djangogirls$ django-admin startproject mysite .
django-admin startproject mysite .


> **Зауваження** Переконайтесь, що ви включили (`.`) вкінці команди, це важливо.
Expand Down Expand Up @@ -103,4 +98,4 @@

![It worked!](images/it_worked2.png)

Готові до наступного кроку? Час створити певний контент!
Готові до наступного кроку? Час створити певний контент!