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

[WIP] import data from an API using an admin view #23

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on May 25, 2016

  1. Fix Dossier list API queryset

    jpic committed May 25, 2016
    Configuration menu
    Copy the full SHA
    5148369 View commit details
    Browse the repository at this point in the history
  2. Use HyperlinkedModelSerializer

    jpic committed May 25, 2016
    Configuration menu
    Copy the full SHA
    9f14f66 View commit details
    Browse the repository at this point in the history
  3. Update debug logs

    jpic committed May 25, 2016
    Configuration menu
    Copy the full SHA
    d5f27ab View commit details
    Browse the repository at this point in the history
  4. WIP data retriever

    jpic committed May 25, 2016
    Configuration menu
    Copy the full SHA
    4f7a0e2 View commit details
    Browse the repository at this point in the history
  5. Fixed the API

    It wasn't clear which URL would be what resource, ie. the proposal list
    view displayed votes and not the proposal detail view.
    
    Also changed the tests so that they requested indented responses which
    will be easier to diff.
    jpic committed May 25, 2016
    Configuration menu
    Copy the full SHA
    ec543b6 View commit details
    Browse the repository at this point in the history