Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tidy things up for a data fetcher interface. #228

Merged
merged 3 commits into from
Aug 2, 2017

Commits on Aug 2, 2017

  1. Tidy things up for a data fetcher interface.

    This is a small tidy-up to move a bunch of Jinja2 specific code into a module. The idea is that we can start separating the parts of the code which are specific to PostgreSQL from the general parts using the `DataFetcher` interface. Then we can implement additional things conforming to `DataFetcher`, such as RAWR tiles.
    Matt Amos committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    3ef6a47 View commit details
    Browse the repository at this point in the history
  2. Fix error identified by flake8.

    Matt Amos committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    cd71740 View commit details
    Browse the repository at this point in the history
  3. Actually fix error identified by flake8 this time.

    Matt Amos committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    290e1ab View commit details
    Browse the repository at this point in the history