Skip to content
This repository was archived by the owner on Apr 29, 2022. It is now read-only.

Commit 5ae586c

Browse files
authored
Changing text and image file names from 2020 to 2021 (#1341)
* trivial changes * removed dataclasses as starting the port to python 3.8 * Updading Python and Django * upgrading to django 2.2.x * initial * Works around coverage.py internal error * back in sync with expected output * added simple virtualenv dir * upgrade to latest version or cms * using latest version of dependencies * working version * updated to the latest versions * upgraded to the latest versions * initial * trivial changes removed dataclasses as starting the port to python 3.8 Remove RemovedInDjango20Warning notices (#1326) Updading Python and Django upgrading to django 2.2.x initial Works around coverage.py internal error back in sync with expected output added simple virtualenv dir upgrade to latest version or cms using latest version of dependencies working version updated to the latest versions upgraded to the latest versions initial * Upgraded to Django 2.2.x on Python 3.9.x (fixed one test as well). * Upgraded to Python 3.9 * attempt at installing deps * Starting the migration from 2020 to 2021 * missed a couple fo dates: fixed them * Turns out factoryboy changed its internal API, which is cool actually. Trouble is that we use it :-) * Forgot about changing dates here * moved to uniform date format * Added a note about charging VAT and adding our VAT ID in 2022
1 parent feee82b commit 5ae586c

Some content is hidden

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

52 files changed

+225
-128
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
This project (and its dependencies) contains the EuroPython website source code.
77

8-
The code is used for the EuroPython 2020 website.
8+
The code is used for the EuroPython 2021 website.
99

1010
# LICENSE
1111

@@ -86,19 +86,19 @@ $ make test
8686

8787
# CONTRIBUTING
8888

89-
Note: We are using the ep2020 branch for the production version of the
90-
website, once we have switched on production, and dev/ep2020 during
89+
Note: We are using the ep2021 branch for the production version of the
90+
website, once we have switched on production, and dev/ep2021 during
9191
development leading up to the production version. The instructions
92-
reference the ep2020 branch - please adjust to dev/ep2020 for the
92+
reference the ep2021 branch - please adjust to dev/ep2021 for the
9393
development version.
9494

9595
1. Make a fork of github.com/europython/epcon
9696
2. Make changes in your fork (ideally on a feature/bugfix branch)
97-
3. Make sure your branch is based on latest `upstream/ep2020`
97+
3. Make sure your branch is based on latest `upstream/ep2021`
9898
4. Push your changes
99-
5. Create a pull request to `europython/epcon`, targeting `ep2020` branch.
99+
5. Create a pull request to `europython/epcon`, targeting `ep2021` branch.
100100

101-
IMPORTANT: all the active development happens on the `ep2020` branch, `master` is not up to date.
101+
IMPORTANT: all the active development happens on the `ep2021` branch, `master` is not up to date.
102102

103103
## Development Guidelines
104104

assets/css/ep2019-customisations.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
.text-primary-light { color: #47A71C; }
77
.text-secondary-light { color: #FFCB96; }
88

9-
/* Fonts for ep2020*/
9+
/* Fonts for ep2021*/
1010
@font-face {
1111
font-family: "Galyon";
1212
src: url("Galyon-Regular.otf");
@@ -41,7 +41,7 @@
4141
}
4242

4343
#background_image {
44-
background: url("/static/img/ep2020-background-online.jpg");
44+
background: url("/static/img/ep2021-background-online.jpg");
4545
background-size: cover;
4646
color: white;
4747
min-height: 90px;
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)