Skip to content

Commit 224859e

Browse files
committed
cleaning up some text and adding django logo so readers are familiar with it
1 parent 3188183 commit 224859e

File tree

7 files changed

+8
-1
lines changed

7 files changed

+8
-1
lines changed

django.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ <h1>Django</h1>
4545
behind batteries-included is that the common functionality for building
4646
web applications should come with the framework instead of as separate
4747
libraries. </p>
48+
<p><img src="theme/img/django-logo-positive.png" width="100%" alt="Official Django logo. Trademark Django Software Foundation." class="technical-diagram" /></p>
4849
<p>For example,
4950
<a href="https://docs.djangoproject.com/en/dev/topics/auth/">authentication</a>,
5051
<a href="https://docs.djangoproject.com/en/dev/topics/http/urls/">URL routing</a>, a

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-05-26T13:07:09Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-05-26T13:14:10Z</updated></feed>

source/content/pages/02-web-frameworks/0203-django.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ behind batteries-included is that the common functionality for building
2323
web applications should come with the framework instead of as separate
2424
libraries.
2525

26+
27+
<img src="theme/img/django-logo-positive.png" width="100%" alt="Official Django logo. Trademark Django Software Foundation." class="technical-diagram" />
28+
29+
2630
For example,
2731
[authentication](https://docs.djangoproject.com/en/dev/topics/auth/),
2832
[URL routing](https://docs.djangoproject.com/en/dev/topics/http/urls/), a

source/theme/static/css/fsp.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7706,3 +7706,4 @@ td.visible-print {
77067706
margin: 20px 32px 0 0;
77077707
}
77087708
}
7709+
.technical-diagram {margin: 10px 0 5px 0;}
16.3 KB
Loading

theme/css/fsp.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7706,3 +7706,4 @@ td.visible-print {
77067706
margin: 20px 32px 0 0;
77077707
}
77087708
}
7709+
.technical-diagram {margin: 10px 0 5px 0;}

theme/img/django-logo-positive.png

16.3 KB
Loading

0 commit comments

Comments
 (0)