Skip to content

Import Export from Postgres

mlent edited this page Nov 13, 2014 · 1 revision

Import

To import changes to your Postgres database, after you've pulled from Github:

fab load_db

Export

To export changes that you've made to the database:

fab propagate_db

Once you've run this command, be sure to push your file to github so that others can load it.

Developer Guide

Backend

Frontend

Content Guide

What did you break?

  • Postgres Database
  • Neo4j
  • Django
  • "The server"
  • Git
  • UI
Clone this wiki locally