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

Django 1.3 support and project layout #17

Open
wants to merge 28 commits into
base: master
Choose a base branch
from
Open

Commits on Aug 23, 2011

  1. Require latest Django, it would be installed anyway

    Markus Törnqvist committed Aug 23, 2011
    Configuration menu
    Copy the full SHA
    7dacbbd View commit details
    Browse the repository at this point in the history
  2. New-style DATABASES

    Markus Törnqvist committed Aug 23, 2011
    Configuration menu
    Copy the full SHA
    cd0c1bc View commit details
    Browse the repository at this point in the history
  3. Change settings behaviour slightly, also email to console

    Markus Törnqvist committed Aug 23, 2011
    Configuration menu
    Copy the full SHA
    26ebc50 View commit details
    Browse the repository at this point in the history
  4. Fix urls

    Markus Törnqvist committed Aug 23, 2011
    Configuration menu
    Copy the full SHA
    dd56adf View commit details
    Browse the repository at this point in the history
  5. Fix DeprecationWarnings

    Markus Törnqvist committed Aug 23, 2011
    Configuration menu
    Copy the full SHA
    9351756 View commit details
    Browse the repository at this point in the history
  6. Media to static like 1.3 wants it

    Markus Törnqvist committed Aug 23, 2011
    Configuration menu
    Copy the full SHA
    b83ca5d View commit details
    Browse the repository at this point in the history
  7. Move "here" one step down

    MEDIA_ROOT and STATIC_ROOT should be overridden
    in custom_settings.py anyway, but this suits development well!
    Markus Törnqvist committed Aug 23, 2011
    Configuration menu
    Copy the full SHA
    a9f3d9c View commit details
    Browse the repository at this point in the history
  8. Enable 1.3 staticfiles

    Markus Törnqvist committed Aug 23, 2011
    Configuration menu
    Copy the full SHA
    026d3a2 View commit details
    Browse the repository at this point in the history
  9. STATIC_URL, MEDIA_URL is for user uploads!

    Markus Törnqvist committed Aug 23, 2011
    Configuration menu
    Copy the full SHA
    da04eae View commit details
    Browse the repository at this point in the history
  10. Url for serving static in LOCAL_DEVELOPMENT

    Markus Törnqvist committed Aug 23, 2011
    Configuration menu
    Copy the full SHA
    901e95b View commit details
    Browse the repository at this point in the history
  11. djangopypi is an application, it goes under a project

    Markus Törnqvist committed Aug 23, 2011
    Configuration menu
    Copy the full SHA
    7439690 View commit details
    Browse the repository at this point in the history
  12. csrf_tokens in forms

    Markus Törnqvist committed Aug 23, 2011
    Configuration menu
    Copy the full SHA
    3522423 View commit details
    Browse the repository at this point in the history
  13. production_example.py updated

    Markus Törnqvist committed Aug 23, 2011
    Configuration menu
    Copy the full SHA
    8b96494 View commit details
    Browse the repository at this point in the history
  14. README.rest

    Markus Törnqvist committed Aug 23, 2011
    Configuration menu
    Copy the full SHA
    8d951c6 View commit details
    Browse the repository at this point in the history
  15. Update buildout.cfg, support [versions] block

    Markus Törnqvist committed Aug 23, 2011
    Configuration menu
    Copy the full SHA
    cf5a82e View commit details
    Browse the repository at this point in the history
  16. README.rest in setup.py

    Markus Törnqvist committed Aug 23, 2011
    Configuration menu
    Copy the full SHA
    a02fb6a View commit details
    Browse the repository at this point in the history
  17. app_directories.Loader

    Markus Törnqvist committed Aug 23, 2011
    Configuration menu
    Copy the full SHA
    1ad685e View commit details
    Browse the repository at this point in the history
  18. Install application with path

    Markus Törnqvist committed Aug 23, 2011
    Configuration menu
    Copy the full SHA
    a9158ab View commit details
    Browse the repository at this point in the history
  19. Commented-out comment on *_ROOT

    Markus Törnqvist committed Aug 23, 2011
    Configuration menu
    Copy the full SHA
    3f3b742 View commit details
    Browse the repository at this point in the history
  20. Update README.rest slightly

    Markus Törnqvist committed Aug 23, 2011
    Configuration menu
    Copy the full SHA
    78e00ee View commit details
    Browse the repository at this point in the history
  21. fcgi

    Markus Törnqvist committed Aug 23, 2011
    Configuration menu
    Copy the full SHA
    2de5f94 View commit details
    Browse the repository at this point in the history
  22. Fix import path in admin

    Markus Törnqvist committed Aug 23, 2011
    Configuration menu
    Copy the full SHA
    6faf7a2 View commit details
    Browse the repository at this point in the history
  23. Include urls by complete path

    Markus Törnqvist committed Aug 23, 2011
    Configuration menu
    Copy the full SHA
    af09c4d View commit details
    Browse the repository at this point in the history
  24. chishop.djangopypi

    Markus Törnqvist committed Aug 23, 2011
    Configuration menu
    Copy the full SHA
    1a9e178 View commit details
    Browse the repository at this point in the history
  25. Views import fixes

    Markus Törnqvist committed Aug 23, 2011
    Configuration menu
    Copy the full SHA
    5d2dc30 View commit details
    Browse the repository at this point in the history
  26. Massive import changes

    Markus Törnqvist committed Aug 23, 2011
    Configuration menu
    Copy the full SHA
    09c5526 View commit details
    Browse the repository at this point in the history
  27. Bump version ;)

    Markus Törnqvist committed Aug 23, 2011
    Configuration menu
    Copy the full SHA
    20984bc View commit details
    Browse the repository at this point in the history
  28. Update readme wrt setup.py etc

    Markus Törnqvist committed Aug 23, 2011
    Configuration menu
    Copy the full SHA
    edfc8e8 View commit details
    Browse the repository at this point in the history