From ac95adc6fdc2d3c210ee03131f5a0ac4bad176e2 Mon Sep 17 00:00:00 2001 From: Eric Holscher Date: Thu, 23 Jul 2015 11:36:57 -0700 Subject: [PATCH] Add recommonmark to requirements --- docs/changelog.md | 8 +++++--- requirements/pip.txt | 1 + 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index f190053c6..594fed907 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -29,7 +29,7 @@ Also note, this document is a Markdown file. This is mainly to keep parity with After you have updated the code and installed the new dependencies, you need to run these commands on the server: -``` +```bash python manage.py migrate contenttypes python manage.py migrate projects 0002 --fake python manage.py migrate --fake-initial @@ -43,7 +43,8 @@ Locally I had trouble in a test environment that pip did not update to the speci The readthedocs developers need to execute these commands when switching to this branch (or when this got merged into master): - **Before updating** please make sure that all migrations are applied: -``` + +```bash python manage.py syncdb python manage.py migrate ``` @@ -51,7 +52,8 @@ python manage.py migrate - Update the codebase: `git pull` - You need to update the requirements with `pip install -r requirements.txt` - Now you need to fake the initial migrations: -``` + +```bash python manage.py migrate contenttypes python manage.py migrate projects 0002 --fake python manage.py migrate --fake-initial diff --git a/requirements/pip.txt b/requirements/pip.txt index 21b545202..b947fb7c4 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -56,6 +56,7 @@ django-formtools==1.0 # Docs sphinx-http-domain==0.2 +recommonmark==0.1.1 # Version comparison stuff Distutils2==1.0a3