Skip to content

Commit da54956

Browse files
author
Paul Hallett
committed
Copyright update, small fixes
1 parent da23b68 commit da54956

File tree

3 files changed

+5
-14
lines changed

3 files changed

+5
-14
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
*build/*
55
*.DS_STORE
66
db.*
7-
venv*
7+
*venv*
88
node_modules
99
.vscode
1010
*.env
1111
Resources/nginx/ssl/*
1212
!Resources/nginx/ssl/*.sample.*
13-
.idea*
13+
.idea*

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) © 2013–2021 Paul Hallett and PokéAPI contributors (https://github.com/PokeAPI/pokeapi#contributing). Pokémon and Pokémon character names are trademarks of Nintendo.
1+
Copyright (c) © 2013–2023 Paul Hallett and PokéAPI contributors (https://github.com/PokeAPI/pokeapi#contributing). Pokémon and Pokémon character names are trademarks of Nintendo.
22

33
All rights reserved.
44

README.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,8 @@ A RESTful API for Pokémon - [pokeapi.co](https://pokeapi.co)
4545

4646
### Database setup
4747

48-
Start the Django shell by
49-
5048
```sh
51-
python manage.py shell --settings=config.local
52-
```
53-
54-
Run the build script with
55-
56-
```py
57-
from data.v2.build import build_all
58-
build_all()
49+
make build-db
5950
```
6051

6152
Visit [localhost:80/api/v2/](localhost:80/api/v2/) to see the running API!
@@ -156,7 +147,7 @@ This k8s setup creates all k8s resources inside the _Namespace_ `pokeapi`, run `
156147

157148
## Donations
158149

159-
Help to keep PokéAPI running! If you're using PokéAPI as a teaching resource or for a project, consider sending us a $10 donation to help keep the service up. We get 60 million requests a month!
150+
Help to keep PokéAPI running! If you're using PokéAPI as a teaching resource or for a project, consider sending us a $10 donation to help keep the service up. We get 330 million requests a month!
160151
161152
Thank you to all our backers! [Become a backer](https://opencollective.com/pokeapi#backer)
162153

0 commit comments

Comments
 (0)