Skip to content

Commit d7848ca

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents abe97fa + d8106a7 commit d7848ca

File tree

64 files changed

+88
-88
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+88
-88
lines changed

cs/django_installation/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
> Část této kapitoly je založena na tutorialu Geek Girls Carrots (http://django.carrots.pl/).
1+
> Část této kapitoly je založena na tutorialu Geek Girls Carrots (https://github.com/ggcarrots/django-carrots).
22
>
33
> Další část této kapitoly je založena na [django-marcador tutorial](http://django-marcador.keimlink.de/) licencováno pod Creative Commons Attribution-ShareAlike 4.0, mezinárodní licenci. Ochranou známku pro Django-marcador drží Markus Zapke-Gründemann et al.
44

cs/django_start_project/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Tvůj první Django projekt!
22

3-
> Část této kapitoly je založena na kurzu Geek Girls Carrots (http://django.carrots.pl/).
3+
> Část této kapitoly je založena na kurzu Geek Girls Carrots (https://github.com/ggcarrots/django-carrots).
44
>
55
> Části této kapitoly jsou založeny na [django-marcador tutorial][1] licencováno pod Creative Commons Attribution-ShareAlike 4.0 mezinárodní licencí. Ochranou známku pro Django-marcador drží Markus Zapke-Gründemann et al.
66

cs/python_installation/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
> Tato podkapitola čerpá z Geek Girls Carrots (http://django.carrots.pl/)
1+
> Tato podkapitola čerpá z Geek Girls Carrots (https://github.com/ggcarrots/django-carrots)
22
33
Django je napsán v Pythonu. Na to aby jsi mohla cokoliv dělat v Djangu potřebuješ Python. Začněme s instalací! Chceme, aby si nainstalovala verzi Python 3.4, pokud máš starší verzi, musíš jí upgradovat.
44

cs/python_introduction/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Úvod do Pythonu
22

3-
> Část této kapitoly je založena na kurzu Geek Girls Carrots (http://django.carrots.pl/).
3+
> Část této kapitoly je založena na kurzu Geek Girls Carrots (https://github.com/ggcarrots/django-carrots).
44
55
Pojďme napsat nějaký kód!
66

cs/whats_next/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Později můžeš zkusit, některý ze zdrojů uvedených níže. Všechny můž
3434
[5]: http://newcoder.io/tutorials/
3535
[6]: http://www.codecademy.com/en/tracks/python
3636
[7]: http://www.codecademy.com/tracks/web
37-
[8]: http://django.carrots.pl/en/
37+
[8]: https://github.com/ggcarrots/django-carrots/
3838
[9]: http://learnpythonthehardway.org/book/
3939
[10]: http://gettingstartedwithdjango.com/
4040
[11]: http://twoscoopspress.com/products/two-scoops-of-django-1-8

en/deploy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Installing setuptools, pip...done.
167167
168168
$ source myvenv/bin/activate
169169
170-
(myvenv) $ pip install django
170+
(myvenv) $ pip install django==1.9
171171
Collecting django
172172
[...]
173173
Successfully installed django-1.9

en/django_installation/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
> Part of this section is based on tutorials by Geek Girls Carrots (http://django.carrots.pl/).
1+
> Part of this section is based on tutorials by Geek Girls Carrots (https://github.com/ggcarrots/django-carrots).
22
33
> Part of this section is based on the [django-marcador
44
tutorial](http://django-marcador.keimlink.de/) licensed under Creative Commons

en/django_start_project/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Your first Django project!
22

3-
> Part of this chapter is based on tutorials by Geek Girls Carrots (http://django.carrots.pl/).
3+
> Part of this chapter is based on tutorials by Geek Girls Carrots (https://github.com/ggcarrots/django-carrots).
44
55
> Parts of this chapter are based on the [django-marcador
66
tutorial](http://django-marcador.keimlink.de/) licensed under Creative Commons

en/html/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ And now create a `post_list.html` file (just leave it blank for now) inside the
2828

2929
See how your website looks now: http://127.0.0.1:8000/
3030

31-
> If you still have an error `TemplateDoesNotExists`, try to restart your server. Go into command line, stop the server by pressing Ctrl+C (Control and C buttons together) and start it again by running a `python manage.py runserver` command.
31+
> If you still have an error `TemplateDoesNotExist`, try to restart your server. Go into command line, stop the server by pressing Ctrl+C (Control and C buttons together) and start it again by running a `python manage.py runserver` command.
3232
3333
![Figure 11.1](images/step1.png)
3434

en/python_installation/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
> For readers at home: this chapter is covered in [Installing Python & Code Editor](https://www.youtube.com/watch?v=pVTaqzKZCdA) video.
22
3-
> This section is based on a tutorial by Geek Girls Carrots (http://django.carrots.pl/)
3+
> This section is based on a tutorial by Geek Girls Carrots (https://github.com/ggcarrots/django-carrots)
44
55
Django is written in Python. We need Python to do anything in Django. Let's start with installing it! We want you to install Python 3.4, so if you have any earlier version, you will need to upgrade it.
66

en/python_introduction/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Introduction to Python
22

3-
> Part of this chapter is based on tutorials by Geek Girls Carrots (http://django.carrots.pl/).
3+
> Part of this chapter is based on tutorials by Geek Girls Carrots (https://github.com/ggcarrots/django-carrots).
44
55
Let's write some code!
66

es/django_installation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Instalación de Django
22

3-
> Parte de este capitulo está basado en los tutoriales de Geek Girls Carrots (http://django.carrots.pl/).
3+
> Parte de este capitulo esta basado en los tutoriales de Geek Girls Carrots (https://github.com/ggcarrots/django-carrots).
44
>
55
> Parte de este capítulo se basa en el [django-marcador tutorial][1] bajo licencia de Creative Commons Attribution-ShareAlike 4.0 internacional. El tutorial de django-marcador tiene derechos de autor de Markus Zapke-Gündemann et al.
66

es/django_start_project/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ¡Tu primer proyecto en Django!
22

3-
> Parte de este capitulo está basado en los tutoriales de Geek Girls Carrots (http://django.carrots.pl/).
3+
> Parte de este capitulo esta basado en los tutoriales de Geek Girls Carrots (https://github.com/ggcarrots/django-carrots).
44
>
55
> Parte de este capítulo se basa en el [django-marcador tutorial][1] bajo licencia de Creative Commons Attribution-ShareAlike 4.0 internacional. El tutorial de django-marcador tiene derechos de autor de Markus Zapke-Gündemann et al.
66

es/python_installation/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Python se originó en la década de 1980 y su objetivo principal es ser legible
88

99
# Instalación de Python
1010

11-
> Este subcapítulo se basa en un tutorial de Geek Girls Carrots (http://django.carrots.pl/)
11+
> Este subcapítulo se basa en un tutorial de Geek Girls Carrots (https://github.com/ggcarrots/django-carrots/)
1212
1313
Django está escrito en Python. Necesitamos Python para cualquier cosa en Django. ¡Vamos a empezar con la instalación! Queremos que instales Python 3.4, así que si tienes alguna versión anterior, deberás actualizarla.
1414

@@ -62,4 +62,4 @@ Verifica que la instalación fue exitosa abriendo la *Terminal* y ejecutando el
6262

6363
* * *
6464

65-
Si tienes alguna duda o si algo salió mal y no sabes cómo resolverlo - ¡pide ayuda a tu tutor! Algunas veces las cosas no salen tan fácilmente y es mejor pedir ayuda a alguien con más experiencia.
65+
Si tienes alguna duda o si algo salió mal y no sabes cómo resolverlo - ¡pide ayuda a tu tutor! Algunas veces las cosas no salen tan fácilmente y es mejor pedir ayuda a alguien con más experiencia.

es/python_introduction/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Introducción a Python
22

3-
> Parte de este capítulo se basa en tutoriales por Geek Girls Carrots (http://django.carrots.pl/).
3+
> Parte de este capítulo se basa en tutoriales por Geek Girls Carrots (https://github.com/ggcarrots/django-carrots).
44
55
¡Vamos a escribir algo de código!
66

es/whats_next/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Más adelante, puedes intentar los recursos listados a continuación. ¡Son todo
3434
[5]: http://newcoder.io/tutorials/
3535
[6]: http://www.codecademy.com/en/tracks/python
3636
[7]: http://www.codecademy.com/tracks/web
37-
[8]: http://django.carrots.pl/en/
37+
[8]: https://github.com/ggcarrots/django-carrots/
3838
[9]: http://learnpythonthehardway.org/book/
3939
[10]: http://gettingstartedwithdjango.com/
4040
[11]: http://twoscoopspress.org/products/two-scoops-of-django-1-6

fr/django_installation/instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
> Note : ce chapitre est en partie inspiré d'un autre tutoriel réalisé par les Geek Girls Carrots (http://django.carrots.pl/).
1+
> Note : ce chapitre est en partie inspiré d'un autre tutoriel réalisé par les Geek Girls Carrots (https://github.com/ggcarrots/django-carrots).
22
>
33
> Ce chapitre est en partie inspiré du [tutoriel django-marcador](http://django-marcador.keimlink.de/) qui est sous licence Creative Commons Attribution-ShareAlike 4.0 International License. Le tutoriel django-marcador a été créé par Markus Zapke-Gründemann et al.
44
@@ -110,4 +110,4 @@ Sous Linux :
110110

111111
> Si vous obtenez une erreur lorsque vous utilisez pip sous Ubuntu 12.04, tapez la commande `python -m pip install -U --force-reinstall pip` pour réparer l'installation de pip dans votre virtualenv.
112112
113-
Et voilà ! Vous êtes (enfin) prête pour créer votre première application Django !
113+
Et voilà ! Vous êtes (enfin) prête pour créer votre première application Django !

fr/django_start_project/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Votre premier projet Django !
22

3-
> Note : ce chapitre est en partie inspiré d'un autre tutoriel réalisé par les Geek Girls Carrots (http://django.carrots.pl/).
3+
> Note : ce chapitre est en partie inspiré d'un autre tutoriel réalisé par les Geek Girls Carrots (https://github.com/ggcarrots/django-carrots).
44
>
55
> Des morceaux de ce chapitre sont inspirés du [tutoriel django-marcador][1], disponible sous licence Creative Commons Attribution-ShareAlike 4.0 International. Le tutoriel django-marcador a été créé par Markus Zapke-Gründemann et al.
66
@@ -134,4 +134,4 @@ Bravo ! Vous venez de créer votre premier site web, et de le lancer avec un ser
134134

135135
[3]: images/it_worked2.png
136136

137-
Prête pour la suite ? Il est temps de créer du contenu!
137+
Prête pour la suite ? Il est temps de créer du contenu!

fr/python_installation/instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
> Note : ce sous-chapitre est en partie inspiré d'un autre tutoriel réalisé par les Geek Girls Carrots (http://django.carrots.pl/)
1+
> Note : ce sous-chapitre est en partie inspiré d'un autre tutoriel réalisé par les Geek Girls Carrots (https://github.com/ggcarrots/django-carrots)
22
33
Django est écrit en Python. Pour réaliser quelque chose en Django, il va nous falloir Python. Commençons par installer ce dernier ! Pour ce tutoriel, nous utilisons la version 3.4 de Python. Si vous avez une version antérieure, il va falloir la mettre à jour.
44

@@ -56,4 +56,4 @@ Vérifiez que l'installation s'est bien déroulée en ouvrant votre *Terminal* e
5656

5757
* * *
5858

59-
Si vous avez des questions ou si quelque chose ne fonctionne pas et que vous ne savez pas quoi faire : demandez de l'aide à votre coach ! Il arrive parfois que les choses ne se déroulent pas comme prévu et il est alors préférable de demander à quelqu'un qui a plus d'expérience.
59+
Si vous avez des questions ou si quelque chose ne fonctionne pas et que vous ne savez pas quoi faire : demandez de l'aide à votre coach ! Il arrive parfois que les choses ne se déroulent pas comme prévu et il est alors préférable de demander à quelqu'un qui a plus d'expérience.

fr/python_introduction/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Introduction à Python
22

3-
> Note : ce chapitre est en partie inspiré d'un autre tutoriel réalisé par les Geek Girls Carrots (http://django.carrots.pl/).
3+
> Note : ce chapitre est en partie inspiré d'un autre tutoriel réalisé par les Geek Girls Carrots (https://github.com/ggcarrots/django-carrots).
44
55
Allons écrire du code !
66

@@ -830,4 +830,4 @@ N'hésitez pas à prendre une pause : étirez-vous, marchez un peu ou reposez-vo
830830

831831
![Cupcake][3]
832832

833-
[3]: images/cupcake.png
833+
[3]: images/cupcake.png

fr/whats_next/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Ensuite, vous pouvez essayer les ressources listée ci-dessous. Elles sont toute
3333
[5]: http://newcoder.io/tutorials/
3434
[6]: http://www.codecademy.com/en/tracks/python
3535
[7]: http://www.codecademy.com/tracks/web
36-
[8]: http://django.carrots.pl/en/
36+
[8]: https://github.com/ggcarrots/django-carrots/
3737
[9]: http://learnpythonthehardway.org/book/
3838
[10]: http://gettingstartedwithdjango.com/
39-
[11]: http://twoscoopspress.com/products/two-scoops-of-django-1-8
39+
[11]: http://twoscoopspress.com/products/two-scoops-of-django-1-8

hu/django_installation/instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
> Ennek a fejezetnek egy része a Geek Girls Carrots (http://django.carrots.pl/) tutorialjain alapul.
1+
> Ennek a fejezetnek egy része a Geek Girls Carrots (https://github.com/ggcarrots/django-carrots) tutorialjain alapul.
22
>
33
> A fejezet részben a [django-marcador tutorial](http://django-marcador.keimlink.de/)-on alapszik, ami a Creative Commons Attribution-ShareAlike 4.0 International License jogvédelem alatt áll. A django-marcador tutorial jogvédelem alatt áll, Markus Zapke-Gründemann et al által.
44
@@ -110,4 +110,4 @@ Linuxon
110110

111111
> Ha Ubuntu 12.04 alatt hibát kapsz, amikor a pip-et próbálod hívni, futtasd a `python -m pip install -U --force-reinstall pip` parancsot, hogy megjavítsd a virtualenv-ben a pip feltelepített verzióját.
112112
113-
Ennyi! Most pedig (végre) létrehozhatod a Django alkalmazásodat!
113+
Ennyi! Most pedig (végre) létrehozhatod a Django alkalmazásodat!

hu/django_start_project/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Az első Django projekted!
22

3-
> Ez a fejezet részben a Geek Girls Carrots (http://django.carrots.pl/) tutorial-jain alapszik.
3+
> Ez a fejezet részben a Geek Girls Carrots (https://github.com/ggcarrots/django-carrots) tutorial-jain alapszik.
44
>
55
> A fejezet néhány része a [django-marcador tutorial][1] alapján készült, ami a Creative Commons Attribution-ShareAlike 4.0 International License alatt áll. A django-marcador tutorial jogait, Markus Zapke-Gründemann és társai birtokolják.
66
@@ -134,4 +134,4 @@ Gratulálunk! Létrehoztad az első weboldaladat, és futtatad is egy webszerver
134134

135135
[3]: images/it_worked2.png
136136

137-
Készen állsz a következő lépésre? Itt az ideje, hogy létrehozzunk némi tartalmat!
137+
Készen állsz a következő lépésre? Itt az ideje, hogy létrehozzunk némi tartalmat!

hu/python_installation/instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
> Ez a fejezet a Geek Girls Carrots (http://django.carrots.pl/) tutorialján alapszik
1+
> Ez a fejezet a Geek Girls Carrots (https://github.com/ggcarrots/django-carrots) tutorialján alapszik
22
33
A Django Python nyelven íródott. Ahhoz, hogy bármit létrehozhassunk a Django-ban, szükségünk van a Pythonra is. Kezdjük a telepítésével! Azt szeretnénk, hogy a Python 3.4-es verziója legyen telepítve -- ha ennél korábbi verzióval rendelkezel, akkor frissítened kell.
44

@@ -56,4 +56,4 @@ Bizonyosodj meg arról, hogy sikeres volt a telepítés! Nyisd meg a *Terminált
5656

5757
* * *
5858

59-
Ha kétségeid vannak, vagy valami elromlott, és nem tudod, mit csinálj - csak kérdezd meg a coachodat! Néha a dolgok nem mennek teljesen simán, és jobb megkérdezni valakit, akinek több tapasztalata van a témában.
59+
Ha kétségeid vannak, vagy valami elromlott, és nem tudod, mit csinálj - csak kérdezd meg a coachodat! Néha a dolgok nem mennek teljesen simán, és jobb megkérdezni valakit, akinek több tapasztalata van a témában.

hu/python_introduction/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Bevezetés a Pythonba
22

3-
> Ez a fejezet részben a Geek Girls Carrots (http://django.carrots.pl/) tutorialjain alapszik.
3+
> Ez a fejezet részben a Geek Girls Carrots (https://github.com/ggcarrots/django-carrots) tutorialjain alapszik.
44
55
Írjunk egy kis kódot!
66

@@ -785,4 +785,4 @@ Most talán tarthatnál egy kis szünetet - nyújtózkodj, sétálj egy kicsit,
785785

786786
![Cupcake][3]
787787

788-
[3]: images/cupcake.png
788+
[3]: images/cupcake.png

hu/whats_next/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Később megpróbálkozhatsz a lenti listában lévő anyagokkal is. Ezeket mind
3434
[5]: http://newcoder.io/tutorials/
3535
[6]: http://www.codecademy.com/en/tracks/python
3636
[7]: http://www.codecademy.com/tracks/web
37-
[8]: http://django.carrots.pl/en/
37+
[8]: https://github.com/ggcarrots/django-carrots/
3838
[9]: http://learnpythonthehardway.org/book/
3939
[10]: http://gettingstartedwithdjango.com/
40-
[11]: http://twoscoopspress.com/products/two-scoops-of-django-1-8
40+
[11]: http://twoscoopspress.com/products/two-scoops-of-django-1-8

it/django_installation/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
> Una parte di questo capitolo si basa sui tutorial delle Geek Girls Carrots (http://django.carrots.pl/).
1+
> Una parte di questo capitolo si basa sui tutorial delle Geek Girls Carrots (https://github.com/ggcarrots/django-carrots).
22
>
33
> Una parte di questo capitolo di basa sul [django-marcador tutorial](http://django-marcador.keimlink.de/) sotto licenza Creative Commons Attribution-ShareAlike 4.0 International License. Il tutorial di django-marcador è protetto da copyright di Markus Zapke-Gründemann et al.
44

it/django_start_project/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Il tuo primo progetto Django!
22

3-
> Parte di questo capitolo è basato su esercitazioni di Geek Girls (http://django.carrots.pl/).
3+
> Parte di questo capitolo è basato su esercitazioni di Geek Girls (https://github.com/ggcarrots/django-carrots).
44
>
55
> Parti di questo capitolo sono basate sul [django-marcador tutorial][1] sotto la licenza Creative Commons Attributions-ShareAlike 4.0 International License. Il tutorial di django-marcador è protetto da copyright di Markus Zapke-Gründemann et al.
66
@@ -134,4 +134,4 @@ Congratulazioni! Hai appena creato il tuo primo sito e l'hai avviato usando un w
134134

135135
[3]: images/it_worked2.png
136136

137-
Pronto/a per il prossimo passo? È ora di creare un po' di contenuti!
137+
Pronto/a per il prossimo passo? È ora di creare un po' di contenuti!

it/python_installation/instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
> Questa sezione si basa su un tutorial fatto da Geek Girls Carrots (http://django.carrots.pl/)
1+
> Questa sezione si basa su un tutorial fatto da Geek Girls Carrots (https://github.com/ggcarrots/django-carrots)
22
33
Django è scritto in Python. Abbiamo bisogno di Python per fare qualsiasi cosa in Django. Iniziamo con l'installazione! Vogliamo che sul tuo pc sia installato Python 3.4 quindi se hai una versione precedente, dovrai aggiornarlo.
44

@@ -56,4 +56,4 @@ Verifica che l'installazione si sia conclusa correttamente aprendo l'applicazion
5656

5757
* * *
5858

59-
Se hai dubbi o se qualcosa è andato storto e non hai idea di cosa fare dopo - chiedi al tuo insegnante! A volte le cose non vanno come dovrebbero ed è meglio chiedere aiuto a qualcuno con più esperienza.
59+
Se hai dubbi o se qualcosa è andato storto e non hai idea di cosa fare dopo - chiedi al tuo insegnante! A volte le cose non vanno come dovrebbero ed è meglio chiedere aiuto a qualcuno con più esperienza.

it/python_introduction/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Introduzione a Python
22

3-
> Parte di questo capitolo è basato su esercitazioni di Geek Girls Carrots (http://django.carrots.pl/).
3+
> Parte di questo capitolo è basato su esercitazioni di Geek Girls Carrots (https://github.com/ggcarrots/django-carrots).
44
55
Scriviamo un pò codice!
66

ko/django_installation/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
> 이 장의 일부는 Geek Girls Carrots (http://django.carrots.pl/)의 튜토리얼을 기반으로 작성되었습니다.
1+
> 이 장의 일부는 Geek Girls Carrots (https://github.com/ggcarrots/django-carrots)의 튜토리얼을 기반으로 작성되었습니다.
22
>
33
> Creative Commons Attribution-ShareAlike 4.0 International License 에 따라 [django-marcador 튜토리얼](http://django-marcador.keimlink.de/)를 바탕으로 작성되었습니다. django-marcador 튜토리얼은 Markus Zapke-Gründemann et al에게 저작권이 있습니다.
44

ko/django_start_project/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 나의 첫 번째 Django 프로젝트!
22

3-
> 이번 장은 Geek Girls Carrots (http://django.carrots.pl/) 의 튜토리얼을 바탕으로 작성되었습니다.
3+
> 이번 장은 Geek Girls Carrots (https://github.com/ggcarrots/django-carrots) 의 튜토리얼을 바탕으로 작성되었습니다.
44
>
55
> 이번 장의 일부는 Creative Commons Attribution-ShareAlike 4.0 International License를 준수하여 [django-marcador tutorial][1]을 바탕으로 작성되었습니다. Django-marcador 튜토리얼은 Markus Zapke-Gründemann et al에게 저작권이 있습니다.
66

ko/python_installation/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
> 위 내용은 Geek Girls Carrots (http://django.carrots.pl) 을 바탕으로 작성되었습니다.
1+
> 위 내용은 Geek Girls Carrots (https://github.com/ggcarrots/django-carrots) 을 바탕으로 작성되었습니다.
22
33
장고는 파이썬으로 만들어졌습니다. 장고를 하기 위해서는 파이썬이 있어야 합니다. 우선 설치부터 해볼까요! 우리는 파이썬 3.4를 사용할 거예요. 그보다 낮은 버전이 설치되었다면, 업그레이드가 필요합니다.
44

0 commit comments

Comments
 (0)