Zane Adickes
da708cb48d
Merge pull request #56 from lazerwalker/patch-1
...
Update v2 db setup instructions to use local config
2015-10-02 12:49:12 -04:00
Mike
6ba3f02b9a
Update v2 db setup instructions to use local config
...
Trying to set up a local instance, I ran into some minor trouble trying to import the v2 since the README's command to open a python shell wasn't passing in the settings config file flag, resulting in the v2 db import script trying to hit a postgres instance instead of the sqlite file.
This just adds that flag to the README.
2015-10-02 10:47:11 -04:00
Paul Hallett
b3e91bc7d6
Merge pull request #55 from zaneadix/build-fix
...
Build fix
2015-09-28 09:17:03 +01:00
Adickes
20a8826d7f
fix issue renaming 'introduces_in_version_group' to 'introduced_in_version_group' in migrations
2015-09-26 23:58:11 -05:00
Adickes
163e29c527
Renamed PokemonMoveMethod models to MoveLearnMethod because it just damn well makes more sense when I'm reading the code and I assume anyone else will feel the same way. Also, progress on many api resources.
2015-09-26 23:20:19 -05:00
Adickes
b9c0cbf4b3
get rid of that dumb bash_profile file
2015-09-19 18:17:10 -04:00
Adickes
16c4ae33ea
Started on pokemon. theyre a bit more complex than v1. not sure hot to break them up.
2015-09-19 18:13:41 -04:00
Zane Adickes
3b8b1a6cf0
Pokedex resources. Getting closer to Pokemon resources
2015-09-15 08:26:47 -04:00
Zane Adickes
c958ed9999
squashed them 'grations again? thanks for making me merge them back in git. What did I do to deserve this?
2015-09-12 19:05:16 -04:00
Zane Adickes
7c13c5812d
Merge remote-tracking branch 'origin/rest-framework' into rest-framework
2015-09-12 18:57:11 -04:00
Zane Adickes
3f47b258bc
squashed them 'grations
2015-09-12 18:55:45 -04:00
Adickes
b8cf2128a3
Serving Language, Generation, Version, Ability, Type
2015-09-12 00:53:46 -04:00
Zane Adickes
bcc7ea9df4
Language should be totally done.
2015-09-11 08:15:45 -04:00
Adickes
a0c0d62699
little cleanup
2015-09-10 19:02:06 -04:00
Zane Adickes
ff63705a4d
Serving lists/details and full ability detail data
2015-09-10 00:03:18 -04:00
Zane Adickes
8eff28a872
Getting started with the APIs. A few serving lists and details by name or pk
2015-09-09 00:28:33 -04:00
Zane Adickes
744193dcab
merge with what @phalt has done so far
2015-09-05 22:10:13 -04:00
Zane Adickes
3798d3b4cf
Start on Ability api
2015-09-05 21:22:06 -04:00
Zane Adickes
5b4ceda75f
Merge branch 'master' of https://github.com/phalt/pokeapi
2015-05-18 22:45:12 -04:00
Zane Adickes
e830c8c47f
Merge branch 'New-Data' into Complete-Models
2015-05-18 22:29:10 -04:00
Paul Hallett
b7e6145bce
Merge pull request #40 from zaneadix/Complete-Models
...
Complete models and improved build script
2015-05-18 09:12:09 +01:00
Paul Hallett
45121a2d0e
Merge pull request #39 from zaneadix/New-Data
...
New data
2015-05-18 09:11:53 +01:00
Zane Adickes
bd508937ae
Additional Data
...
Filling out remaining data so Models have complete associations.
Data and models added for:
Pokemon
Moves
Pal Park
Berries
Regions
Pokeathlon
Contests
SuperContests
Items
Encounters
Locations
2015-04-20 23:38:33 -04:00
Zane Adickes
49926dc026
Completed Models/Build Script
...
-Added models for Pokemon, Moves, and all other remaining models.
-Added new models to build script
-Build script will now clean and reset auto-incrementers for each table
in pokeapi_co_db
-Build script now runs against both postgres and sqlite (dev)
-Added all models to admin site registry
-Added instructions for building out db in README
2015-04-20 23:31:59 -04:00
Zane Adickes
5ad1cb0ea5
Revert "Pokemon/Move Models"
...
This reverts commit 1882c47f90
.
2015-04-20 21:46:34 -04:00
Zane Adickes
5e9296f948
Revert "Added Remaining Data and Models"
...
This reverts commit b069ee991b
.
2015-04-20 21:43:55 -04:00
Zane Adickes
87b53aadbf
Revert b069ee9..28035e5
...
This rolls back to commit b069ee991b
.
2015-04-20 21:43:18 -04:00
Zane Adickes
28035e5aeb
Merge remote-tracking branch 'origin/master'
...
Conflicts:
data/v2/build.py
2015-04-19 22:26:20 -04:00
Zane Adickes
b069ee991b
Added Remaining Data and Models
...
Data and models added for:
Pal Park
Berries
Regions
Pokeathlon
Contests
SuperContests
Items
Encounters
Locations
2015-04-19 22:24:14 -04:00
Zane Adickes
35f4fa5889
unnecessary 'replaces' array
2015-04-12 22:54:35 -04:00
Zane Adickes
4890407482
Just adding instructions
...
really complicated things
2015-04-12 22:48:28 -04:00
Zane Adickes
1882c47f90
Pokemon/Move Models
...
-Added models for Pokemon, Moves, and all other remaining models.
-Added new models to build script
-Build script will now clean and reset auto-incrementers for each table
in pokeapi_co_db
-Build script now runs against both postgres and sqlite (dev)
-Some v2 cvs files had no data in them. Pulled in the data from veekun
where necessary.
-Added all models to admin site registry
-Added instructions for building out db in README
2015-04-12 22:29:36 -04:00
phalt
0a9fde247d
More serializers
2015-04-11 11:16:04 +01:00
phalt
edcba6a101
update for new models
2015-04-11 11:12:38 +01:00
phalt
ba049cc936
Merge branch 'master' into rest-framework
...
Conflicts:
config/settings.py
pokemon_v2/admin.py
pokemon_v2/models.py
2015-04-11 11:05:59 +01:00
Paul Hallett
278f241119
Merge pull request #33 from zaneadix/master
...
Base Model Implementations
2015-04-11 11:00:42 +01:00
Zane Adickes
b6b6ff0938
Move Models
...
Created models for all move related models and added build steps for
each
2015-04-09 00:45:23 -04:00
unknown
5d5914fb2e
Missed the migrations
2015-04-08 10:25:59 -04:00
unknown
42ff3af715
Squashed migrations and cleaned up config/settings
2015-04-08 09:57:29 -04:00
Zane Adickes
fc4fe24270
More of the same for now
2015-04-07 08:14:31 -04:00
Zane Adickes
be211d7f39
Some Migration?
...
I dunno. Git is telling me this changed but I don’t think it did.
2015-04-06 00:30:23 -04:00
Zane Adickes
9a255298fc
More Models
...
Whole bunch of modelin’ goin’ on around here
2015-04-06 00:27:59 -04:00
Paul Hallett
cac94aaba5
Merge pull request #32 from TheIronDeveloper/node-wrapper
...
Adding a node-wrapper to the /docs pages
2015-04-05 11:15:11 +01:00
Tyler Stark
a7bca542e9
Adding a node-wrapper to the /docs pages
...
Updating the docs page to include a node wrapper that I made.
2015-04-04 13:01:55 -07:00
Paul Hallett
43d68a9f23
Merge pull request #30 from TheIronDeveloper/updateDocs
...
Updating Documentation
2015-04-04 20:07:39 +01:00
Tyler Stark
e983c14d93
Updating Documentation
...
Updating documentation to more accurately describe the descriptions
field.
This PR:
* changed `descriptions/1/` to `descriptions/2`
* Updated the response to match what `descriptions/2` provides
Please see https://github.com/phalt/pokeapi/issues/29 for more details
2015-04-04 11:41:44 -07:00
Zane Adickes
d9720665b8
more ability stuff
2015-04-03 08:03:02 -04:00
Zane Adickes
7a7c2d9737
ability stuff
2015-04-02 08:21:39 -04:00
Zane Adickes
9938788abb
playing the fiddle
...
indulging my desire to help
2015-03-30 21:02:29 -04:00
Paul Hallett
f1448020a3
Merge pull request #26 from vamsivarikuti/sidebar
...
fixed #5 sidebar from scrolling off the screen
2015-03-29 11:25:36 +01:00