pokeapi/config
Benjamin Takacs 5e5854fb7b One function for each group of models¬
NOT TESTED YET! Buildscript has not finished yet (needed about 18h until now).

Made `data/v2/__init__.py` and `config/local.py` python3 compatible.

Writen helper functions because of repeating code:
  + `process_csv`
  + `build_generic`
useage demonstrated with `_build_languages`.

Writen `with_iter` for closing files automatical
when the processing has finished.

Writen for each group of models a function (named `build_`groupname)
and a function `build_all` which calls these functions.
2015-12-05 12:13:46 +01:00
..
__init__.py initial commit 2014-12-04 11:11:46 +00:00
local.py One function for each group of models¬ 2015-12-05 12:13:46 +01:00
settings.py starting tests 2015-10-18 19:01:33 -04:00
urls.py tests now handling all convenience attributes in all apis 2015-11-26 02:18:35 +01:00
views.py remove xml for now 2014-12-15 10:13:52 +00:00
wsgi.py live server update 2015-02-22 17:26:45 +00:00