Commit graph

21 commits

Author SHA1 Message Date
Alexandre Boucey
d771c293df Added Docker Compose support for production (#183)
* Added Docker Compose support for production

* Added rate limiting to nginx
2016-07-07 13:23:59 +01:00
Paul Hallett
b558edbb9f Update github links (#202) 2016-06-02 09:42:48 +01:00
Paul Hallett
5b94cff6c8 Update README.md 2016-04-26 09:59:39 +01:00
Zane Adickes
00a968787a Slack information updates (#166)
* slack updates to docsand about page

* typo fixes

* typo fixes
2016-04-20 10:46:35 +01:00
phalt
36e8781c68 Version bumps, removing whitespaces 2016-03-05 08:26:51 +00:00
Maxwell Friederichs
37060cf1b1 Added documentation in the README.md file for the Docker build process. 2016-02-27 21:51:06 -06:00
nimaje
58645bdff9 avoid starimports readme. list of functions moved
don't use starimports so don't use them in examples. the second example for v2 is ok because there it is not clear which functions are needed.
I think the list of functions should be in the section of v2.
2015-12-07 21:42:07 +01:00
Adickes
b58a5b76c3 a few doc changes 2015-12-07 15:17:33 -05:00
Benjamin Takacs
6dec6e0dd4 updated README for the new useage of the v2 build script 2015-12-05 22:44:23 +01:00
Adickes
5de650ebea got some functions working. issue with egg groups though 2015-10-03 00:36:39 -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
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
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
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
42d70ce599 code 2014-12-05 12:32:36 +00:00
phalt
7b0c782758 add contributing details 2014-12-05 12:31:49 +00:00
phalt
7708d42aa3 add blog url 2014-12-05 12:20:17 +00:00
phalt
b152dc9902 README changes 2014-12-04 12:11:57 +00:00
phalt
21a1d4bf46 initial commit 2014-12-04 11:11:46 +00:00