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

Tons of updates #5

Merged
merged 22 commits into from May 15, 2013
Merged

Tons of updates #5

merged 22 commits into from May 15, 2013

Commits on May 9, 2013

  1. rename project directory to generic 'project'

    So it doesn't have to be renamed.
    senko committed May 9, 2013
    Configuration menu
    Copy the full SHA
    778ad12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59e814b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91f4e65 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b4f2c3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7bee2e3 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2013

  1. use default LOGGING for production; add extra db log in dev

    This gets rid of the "log through Sentry" setup completely as
    it's not designed for that purpose.
    senko committed May 10, 2013
    Configuration menu
    Copy the full SHA
    43a503a View commit details
    Browse the repository at this point in the history
  2. Use django-extensions (feat. Werkzeug and IPython) in dev

    This has runserver_plus (in-page debugging support through Werkzeug)
    and shell_plus (auto-load all modules, use IPython for better REPL)
    and a host of other useful tools.
    senko committed May 10, 2013
    Configuration menu
    Copy the full SHA
    104a13d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2e6bf9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    26db787 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    342326b View commit details
    Browse the repository at this point in the history
  6. whitespace/style fixes

    senko committed May 10, 2013
    Configuration menu
    Copy the full SHA
    56f5b78 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    24503d7 View commit details
    Browse the repository at this point in the history
  8. linter fixes

    senko committed May 10, 2013
    Configuration menu
    Copy the full SHA
    10e6bb3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    226e447 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    941dddc View commit details
    Browse the repository at this point in the history
  11. whitespace fix

    senko committed May 10, 2013
    Configuration menu
    Copy the full SHA
    6947dfd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    26ea00b View commit details
    Browse the repository at this point in the history

Commits on May 14, 2013

  1. Configuration menu
    Copy the full SHA
    bba30ef View commit details
    Browse the repository at this point in the history
  2. hardcode project name 'project' in manage.py

    Since we have a fixed project name now, there's no need for complex
    project folder discovery logic, so we can simplify things.
    senko committed May 14, 2013
    Configuration menu
    Copy the full SHA
    ddba568 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b437fcf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b37377f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9d4c999 View commit details
    Browse the repository at this point in the history