Copyright update, small fixes

This commit is contained in:
Paul Hallett 2023-04-26 10:57:57 +12:00
parent da23b68a76
commit da549566d9
3 changed files with 5 additions and 14 deletions

4
.gitignore vendored
View file

@ -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*

View file

@ -1,4 +1,4 @@
Copyright (c) © 20132021 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) © 20132023 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.

View file

@ -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)