Skip to content

Commit 52423cd

Browse files
committed
LICENSE added.
fixes DjangoGirls#36
1 parent 8c55f20 commit 52423cd

4 files changed

Lines changed: 22 additions & 3 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Django Girls Tutorial
22

3+
> #### License
4+
>
5+
> This work is licensed under the Creative Commons Attribution-ShareAlike 4.0
6+
International License. To view a copy of this license, visit
7+
http://creativecommons.org/licenses/by-sa/4.0/ or send a letter to Creative
8+
Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.
9+
10+
311
## Introduction
412

513
Have you ever felt that the world is more and more about technology and you are somehow left behind? Have you ever wondered how to create a website but have never had enough motivation to start? Have you ever thought that the software world is too complicated for you to even try doing something on your own?

django_installation/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Django installation
22

3-
*This chapter is based on awesome tutorials by Geek Girls Carrots (http://django.carrots.pl/) and django-marcador (http://django-marcador.keimlink.de/).*
3+
> Part of this chapter is based on tutorials by Geek Girls Carrots (http://django.carrots.pl/).
4+
5+
> Parts of this chapter is based on the [django-marcador
6+
tutorial](http://django-marcador.keimlink.de/) licensed under Creative Commons
7+
Attribution-ShareAlike 4.0 International License. The django-marcador tutorial
8+
is copyrighted by Markus Zapke-Gründemann et al.
9+
410

511
## Virtual environment
612

django_start_project/README.md

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

3-
*This chapter is based on awesome tutorials by Geek Girls Carrots (http://django.carrots.pl/) and django-marcador (http://django-marcador.keimlink.de/).*
3+
> Part of this chapter is based on tutorials by Geek Girls Carrots (http://django.carrots.pl/).
4+
5+
> Parts of this chapter is based on the [django-marcador
6+
tutorial](http://django-marcador.keimlink.de/) licensed under Creative Commons
7+
Attribution-ShareAlike 4.0 International License. The django-marcador tutorial
8+
is copyrighted by Markus Zapke-Gründemann et al.
49

510
We're going to create a simple blog!
611

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-
*This chapter is based on awesome tutorials by Geek Girls Carrots (http://django.carrots.pl/)*
3+
> Part of this chapter is based on tutorials by Geek Girls Carrots (http://django.carrots.pl/).
44
55
Let's write some code!
66

0 commit comments

Comments
 (0)