Changes between Version 332 and Version 333 of DjangoResources


Ignore:
Timestamp:
Jul 21, 2012, 9:15:48 PM (12 years ago)
Author:
Daniel Sokolowski
Comment:

Removed Instant Django entry and replaced with a tutorial providing similar functionality

Legend:

Unmodified
Added
Removed
Modified
  • DjangoResources

    v332 v333  
    310310 * [http://gonefish.cn/?page_id=411 使用Eclipse和Pydev组建Django开发平台]: 使用Eclipse和Pydev组建Django开发平台。
    311311 * [http://bear330.wordpress.com/2007/10/30/how-to-debug-django-web-application-with-autoreload/ How to debug django web application with autoreload.]: How to debug django web application with autoreload in Eclipse pydev plugin.
    312  * [http://www.instantdjango.com Instant Django.] A portable Django development environment for Windows. No installation required, and it can even be run from a USB key.
     312 * [http://webdevon.com/setting-up-a-django-development-environment-from-scratch-on-windows/ Portable Django Development] Tutorial for setting up a portable Django development environment with virtualenvs on Windows.
    313313 * [http://bearfruit.org/blog/2008/05/28/multiple-django-configurations-for-development-and-production Multiple configurations] How to setup your project with multiple configurations for development, testing and production
    314314 * [wiki:CollaborateOnGithub How to collaborate on GitHub in Django context]
Back to Top