Skip to content
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
1 change: 1 addition & 0 deletions en/deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ Create a file named `.gitignore` in your `djangogirls` directory with the follow
staticfiles
local_settings.py
db.sqlite3
*.py[co]

and save it. The dot on the beginning of the file name is important! As you can see, we're now telling Heroku to ignore `local_settings.py` and don't download it, so it's only available on your computer (locally).

Expand Down
4 changes: 2 additions & 2 deletions es/deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Crea un fichero llamado `.gitignore` en tu directorio `djangogirls` con el sigui
staticfiles
local_settings.py
db.sqlite3

*.py[co]

y guarda los cambios. El punto al principio del nombre del fichero es importante! Como puedes ver, ahora le estamos diciendo a Heroku que ignore el fichero `local_settings.py` y no lo descargue, para que esté disponible solamente en tu ordenador (en local).

Expand Down Expand Up @@ -234,4 +234,4 @@ El error que veías era debido a que cuando desplegamos en Heroku creamos una nu
$ heroku run python manage.py createsuperuser


Ahora deberías poder acceder a tu sitio web desde el navegador! Felicidades :)!
Ahora deberías poder acceder a tu sitio web desde el navegador! Felicidades :)!
2 changes: 1 addition & 1 deletion pl/deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Utwórz w katalogu `djangogirls` plik `.gitignore` i wstaw w nim następującą
staticfiles
local_settings.py
db.sqlite3

*.py[co]

a następnie zapisz go. Kropka na początku nazwy pliku jest ważna! Jak widzisz, nakazujemy Heroku ignorować plik `local_settings.py` i nie pobierać go, dzięki czemu pozostaje on dostępny tylko i wyłącznie na Twoim komputerze (lokalnie).

Expand Down
2 changes: 1 addition & 1 deletion uk/deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Git -- це система контролю версій, що використ
staticfiles
local_settings.py
db.sqlite3

*.py[co]

та збережіть його. Крапка на початку імені файлу є важливою! Як можна побачити, ми повідомляємо Heroku про те що треба ігнорувати `local_settings.py` і не завантажувати цей файл, отже він є доступним лише на вашому комп'ютері (локально).

Expand Down