* Added localization through wagtail-modeltranslation + custom UX scripts + documentation on what was added and how to undo things when wagtail eventually comes with built-in localization
* rebase
* use wagtail-inventory 0.5
* use wagtail-inventory 0.5
* add block inventory instruction to the inv tasks
* pipfile lock update
* ensure the block inventory triggers on deploy
* WIP
* Generate pages for wagtail, and generate a superuser login for review apps
* modify review_app_user command to not throw
* delte CTAs in flush_models, lower the number of output sentences for description_faker
* code style fix
* update README
* Update deployment steps to reflect new scripts
* fix bad reference to manage.py in postdeploy heroku script
* Bump Django to 1.11.13
* Fix grammar in the README
* Further README fixes
* remove unnecessary try-except from flush_models
* generate Homepage highlights and news, add some missing pages
* fix code style
* Wrap single/multi page generation in try-except blocks to prevent trying to create duplicate pages. Delete Highlight records when flushing models
* Call build instead of create when generating featured news and highlights so the factories don't automatically generate new homepages
* Add a management command that loads data from a fixture.
The management command "heroku_release" will run automatically on heroku if the "LOAD_FIXTURE" environment variable is set to true
* Issue the correct management command
* remove crufty Procfile
* fix lint issues
* fix up Procfile
* 1. Clean up network-api folder
2. Update README.md with information about the django app, including mock data instructions
3. add app.json for review apps
4. modify some of the react components to fall back on `HEROKU_APP_NAME` so that Review apps will work without manual intervention
* remove cruft from env.default
* Forgot that the app name needed to be transformed into a domain
* fixing lint problems
* remove unused import
* Fix typo in people.jsx, use protocolless urls on people, news, upcoming, and main.js xhr requests, update readme
* add trailing slash to homepage api request
* Rename NETWORK_API_DOMAIN to NETWORK_SITE_URL and update how it's used.
* update environment whitelist for NETWORK_SITE_URL
* Pass the request as a context to HomepageSerializer, so it can be passed on to News, Person, and Highlight Serializers
* adding network-api as submodule
* ignoring dirty submodule
* building landing page template directly into network-api subfolder
* updating network-api
* formatting tweak
* updating network-api submodule
* new run command without docker
* fixing api start task
* building into networkapi instead of dest
* consolidiating to just one server
* updating network-api
* no base url needed
* adding requirements.txt to root for deployment
* updating submodule
* add a heroku-postbuild task for the nodejs buildpack, add a Procfile (#630)
* troubleshoot procfile
* troubleshoot procfile
* removing network-api submodule
* adding all network-api files
* Build on Heroku instead of Jenkins (#655)
* Remove Travis build URL settings and add Heroku build settings (#662)
* Add in Heroku token settings, fix lint issues (#664)
* requests was form-encoding the payload - force it to json encode it. return early if there's an error
* Properly access dict attributes
* only trigger a build if none are pending, to work around concurrency … (#670)
* only trigger a build if none are pending, to work around concurrency issues with the debounce and throttle code
* Update settings.py
* fix lint issues
* remove old format call
* classic JS programmer mistake while accessing a dict