mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-21 19:03:08 +00:00
Copyright update, small fixes
This commit is contained in:
parent
da23b68a76
commit
da549566d9
3 changed files with 5 additions and 14 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -4,10 +4,10 @@
|
||||||
*build/*
|
*build/*
|
||||||
*.DS_STORE
|
*.DS_STORE
|
||||||
db.*
|
db.*
|
||||||
venv*
|
*venv*
|
||||||
node_modules
|
node_modules
|
||||||
.vscode
|
.vscode
|
||||||
*.env
|
*.env
|
||||||
Resources/nginx/ssl/*
|
Resources/nginx/ssl/*
|
||||||
!Resources/nginx/ssl/*.sample.*
|
!Resources/nginx/ssl/*.sample.*
|
||||||
.idea*
|
.idea*
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
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.
|
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.
|
||||||
|
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
|
|
13
README.md
13
README.md
|
@ -45,17 +45,8 @@ A RESTful API for Pokémon - [pokeapi.co](https://pokeapi.co)
|
||||||
|
|
||||||
### Database setup
|
### Database setup
|
||||||
|
|
||||||
Start the Django shell by
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
python manage.py shell --settings=config.local
|
make build-db
|
||||||
```
|
|
||||||
|
|
||||||
Run the build script with
|
|
||||||
|
|
||||||
```py
|
|
||||||
from data.v2.build import build_all
|
|
||||||
build_all()
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Visit [localhost:80/api/v2/](localhost:80/api/v2/) to see the running API!
|
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 `
|
||||||
|
|
||||||
## Donations
|
## Donations
|
||||||
|
|
||||||
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!
|
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!
|
||||||
|
|
||||||
Thank you to all our backers! [Become a backer](https://opencollective.com/pokeapi#backer)
|
Thank you to all our backers! [Become a backer](https://opencollective.com/pokeapi#backer)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue