1. 10 Nov, 2010 1 commit
    • Jannis Leidel's avatar
      Updating Django gitignore for various reasons · 42d3cf08
      Jannis Leidel authored
      Removing:
      - static/uploaded/**/* since there is no default
        for upload paths (configurable)
      - *.mo because it's a best practice to keep them
        close to the po files and update before release
      - *.pyc since that's covered by the Python gitignore file
      
      Adding:
      - local_settings.py because it's a best practice
        for Django projects (next to settings.py)
      42d3cf08
  2. 09 Nov, 2010 39 commits