Skip to content

Commit

Permalink
Merge pull request #59 from djangocon/travellers
Browse files Browse the repository at this point in the history
  • Loading branch information
noahalorwu authored Jul 15, 2023
2 parents bc19939 + c3f147f commit a81d5f3
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ _site
.jekyll-cache
.jekyll-metadata
vendor

.DS_Store
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ Use the command for an easier setup using docker
docker compose up -d
```

The Docker version serves the site at http://localhost:8000.


## Pushing to GitHub and Submitting a Pull Request

After you have made your changes, you will need to push the local files with the changes back to GitHub in order to submit a pull request. Assuming you are still on the develop branch, you will be pushing your changes from the local develop branch to the `develop` branch of the forked repo at your GitHub account.
Expand Down
4 changes: 3 additions & 1 deletion _data/nav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,6 @@
- name: News
link: /news/
- name: Teams
link: /teams
link: /teams
- name: Travellers
link: /travellers
45 changes: 45 additions & 0 deletions _pages/travellers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
title: Travellers
layout: default
permalink: /travellers/
---

## Information for visitors
{: .h1}

One of the reasons for choosing Zanzibar as our location is that it is a very accessible part of the continent for international travel.

## The basics
Zanzibar, a province of Tanzania, is a cluster of islands in the Indian Ocean. DjangoCon Africa is being held on Unguja, Zanzibar's main island, about 25km off the coast. The island is often informally referred to as Zanzibar.

Zanzibar is a very popular tourist destination, receiving about 400 thousand visitors each year.


## Getting to Zanzibar

Zanzibar has its own international airport ([Abeid Amani Karume International Airport, IATA code ZNZ](https://en.wikipedia.org/wiki/Abeid_Amani_Karume_International_Airport)), with direct connections to many destinations in Europe, Africa and the Middle East. Many direct flights to and from Zanzibar also include a stop in Dar es Salaam, Tanzania's largest city ([Julius Nyerere International Airport, IATA code DAR](https://en.wikipedia.org/wiki/Abeid_Amani_Karume_International_Airport)).

It's also possible to fly to Dar es Salaam (Abeid Amani Karume International Airport, IATA code: ZNZ), and take a regional flight to Zanzibar. It's only a very short hop, and another option is to travel to the island by ferry (about two and a half hours).

[Expert Africa's flights to Zanzibar page](https://www.expertafrica.com/zanzibar/info/flights-to-zanzibar) includes some further useful basic information about travel.


## Visas

Visitors from most countries will require a visa. This can be obtained at the airport on arrival, but the queues can be long, and payment is required in hard currency cash. *It's strongly recommended to get an electronic visa in advance.*

See the [official Tanzanian government guidelines](https://visa.immigration.go.tz/guidelines) for more information, including list of countries whose nationals **must** obtain a visa in advance, and those whose nationals do not require a visa at all.


## Climate

In November, you can expect temperatures between 22 and 30˚C. The "short rains" season starts in November. It will be fairly humid. Be prepared!


## Health, vaccinations and precautions

*All travellers should ensure that they have adequate health insurance for the trip.*

If you are travelling from a country where Yellow Fever is endemic, you must have a certificate of vaccination. Proof of COVID vaccination is not required, but you are strongly recommended to be fully vaccinated, for your protection and for the protection of others.

Malaria precautions are advised. Seek medical advice on whether you should be taking anti-malarial medication.

0 comments on commit a81d5f3

Please sign in to comment.