Skip to content

Instantly share code, notes, and snippets.

@agaerig
Created January 31, 2013 20:10
Show Gist options
  • Save agaerig/4685982 to your computer and use it in GitHub Desktop.
Save agaerig/4685982 to your computer and use it in GitHub Desktop.
Author Pages deploy instructions
1. add a tumblr column to the users_userprofile table: alter table users_userprofile add column tumblr varchar(60);
2. add display_email column to users_userprofile table: alter table users_userprofile add column display_email tinyint(1) default 0;
3. merge in author-pages branch
4. create profiles for Mark-specified old staffers. run: ./manage.py user_adjustments FILE_PATH (will email file)
5. rebuild search index
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment