Skip to content

Commit bd441b8

Browse files
committed
fixing more linkrot
1 parent 49f5aa9 commit bd441b8

File tree

4 files changed

+2
-14
lines changed

4 files changed

+2
-14
lines changed

content/pages/03-data/01-databases.markdown

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,6 @@ library. The most common libraries for relational databases are:
112112

113113
* [cx\_Oracle](https://oracle.github.io/python-cx_Oracle/index.html) for
114114
Oracle Database ([source code](https://github.com/oracle/python-cx_Oracle)).
115-
Oracle moved their
116-
[open source driver code from SourceForge to GitHub in 2017](https://blogs.oracle.com/developers/oracle-database-python-driver-now-on-github).
117115

118116

119117
SQLite support is built into Python 2.7+ and therefore a separate library

content/pages/03-data/02-postgresql.markdown

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,6 @@ walkthroughs I've read.
129129
for many use cases. If you're going down this route, read
130130
[this blog post that explains how one developer implemented PostgreSQL full text search with SQLAlchemy](http://blog.garage-coding.com/2015/12/18/postgres-fulltext-search.html).
131131

132-
* [django-postgres-copy](http://django-postgres-copy.californiacivicdata.org/en/latest/)
133-
is a tool for bulk loading data into a PostgreSQL database based on Django models.
134-
[Say hello to our new open-source software for loading bulk data into PostgreSQL](http://www.californiacivicdata.org/2015/07/17/hello-django-postgres-copy/)
135-
is an introduction to using the tool in your own projects.
136-
137132
* [How to speed up tests in Django and PostgreSQL](http://nemesisdesign.net/blog/coding/how-to-speed-up-tests-django-postgresql/)
138133
explains some hacks for making your schema migration-backed run quicker.
139134

content/pages/05-deployment/03-static-content.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ Django framework calls these two categories *assets* and *media*.
2121
## Content delivery networks
2222
A content delivery network (CDN) is a third party that stores and serves
2323
static files. [Amazon CloudFront](http://aws.amazon.com/cloudfront/),
24-
[CloudFlare](https://www.cloudflare.com/), [Fastly](https://www.fastly.com/),
25-
and [Akamai](https://www.akamai.com/) are examples of CDNs. The purpose of
24+
[CloudFlare](https://www.cloudflare.com/) and [Fastly](https://www.fastly.com/),
25+
are examples of CDN services. The purpose of
2626
a CDN is to remove the load of static
2727
file requests from web servers that are handling dynamic web content. For
2828
example, if you have an nginx server that handles both static files and

content/pages/05-deployment/28-jenkins.markdown

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ used to automate building, [testing](/testing.html) and
3535
is another solid tutorial that also shows how to send email notifications
3636
as part of the build process.
3737

38-
* If you're running into difficulty adding an SSH key to your Jenkins system
39-
account so you can connect to another server or Git repository
40-
[this blog post on connecting Jenkins with Git](http://dcycleproject.org/blog/51/connecting-jenkins-and-git)
41-
to get the steps to solve that problem.
42-
4338
* [Running Jenkins in Docker Containers](http://www.catosplace.net/blog/2015/02/11/running-jenkins-in-docker-containers/)
4439
is a short tutorial showing how to use the official
4540
[Jenkins container](https://registry.hub.docker.com/_/jenkins/) on the

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy