Changes between Version 65 and Version 66 of WikiStart
- Timestamp:
- Dec 15, 2005, 11:55:28 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v65 v66 7 7 * [http://code.djangoproject.com/browser/django/trunk/ Browse source]: See the full code via a Web interface. 8 8 * [http://code.djangoproject.com/timeline/ Timeline]: Keep track of recent changes. 9 * See our [http://www.djangoproject.com/download/ download page] for download instructions. 9 10 10 11 == Get involved == … … 14 15 * [wiki:LittleEasyChanges Little, easy changes]: Get your feet wet by taking on one of these small tasks. 15 16 16 == Get the code ==17 18 See our [http://www.djangoproject.com/download/ download page] for instructions.19 20 17 == Example applications == 21 18 22 19 * [http://code.djangoproject.com/browser/djangoproject.com/django_website/ djangoproject.com]: See the full code and templates for the Django-powered portions of this site (i.e., everything except the ticket system). The Python code is available under the BSD license, but the templates are copyrighted by World Online and shouldn't be copied. 23 * [wiki:DjangoPoweredSites Django-powered sites] --List your site(s) here!20 * [wiki:DjangoPoweredSites Django-powered sites]: List your site(s) here! 24 21 25 22 == Code extras == … … 27 24 * [wiki:ContributedMiddleware User-contributed middleware] 28 25 * [http://www.zope.org/Members/shh/DjangoPageTemplates Zope3 Page Templates for Django] 29 * [http://126.pl/cheetah.tar.bz2 Cheetah template for django] + generic views + cheetah's admin functions, contact me at dj@126.pl30 * [http://djangoutils.python-hosting.com/ djangoutils] Trac/Subversion with miscellaneous django utils witch I find useful (thumbnails, [http://www.bosrup.com/web/overlib/ overLIB] support, admin utilities)26 * [http://126.pl/cheetah.tar.bz2 Cheetah template for django]: Generic views + cheetah's admin functions. Contact dj@126.pl. 27 * [http://djangoutils.python-hosting.com/ Djangoutils]: Trac/Subversion with miscellaneous Django utilities (thumbnails, [http://www.bosrup.com/web/overlib/ overLIB] support, admin utilities). 31 28 32 29 == User-contributed documentation == 33 30 34 * [wiki:ServerArrangements Server arrangements] --How to use Django with FCGI, Twisted, etc.35 * CookBook --Code recipes.36 * CommonPitfalls --Common developer errors, gotchas, etc.37 * [wiki:BackwardsIncompatibleChanges Backwards-incompatible changes] --A page that collects all deprecated features and backwards-incompatible changes in preparation for Django's first release.38 * DocumentationSuggestions --A place to put docs that you wish ''you'' could have found while learning39 * [wiki:DosAndDontsForApplicationWriters Do's and Dont's for application writers] --how to make an application that is easy to distribute40 * DjangoScreencasts --Official and unofficial screencasts showing Django development in action.41 * [http://itmaurer.com/clepy/htdocs/media/presentation/presentation.html Python Web development with Django] --A presentation in pseudo-!PowerPoint format that provides a good overview.42 * TutorialInBrazilianPortuguese -Translation of the tutorial into BrazilianPortuguese43 * [wiki:SimpleBashScriptToSetupDevelopmentEnvironment Simple Bash Script To Setup Development Environment] --An example on how to setup your development environment.31 * [wiki:ServerArrangements Server arrangements]: How to use Django with FCGI, Twisted, etc. 32 * CookBook: Code recipes. 33 * CommonPitfalls: Common developer errors, gotchas, etc. 34 * [wiki:BackwardsIncompatibleChanges Backwards-incompatible changes]: A page that collects all deprecated features and backwards-incompatible changes in preparation for Django's first release. 35 * DocumentationSuggestions: A place to put docs that you wish ''you'' could have found while learning 36 * [wiki:DosAndDontsForApplicationWriters Do's and Dont's for application writers]: how to make an application that is easy to distribute 37 * DjangoScreencasts: Official and unofficial screencasts showing Django development in action. 38 * [http://itmaurer.com/clepy/htdocs/media/presentation/presentation.html Python Web development with Django]: A presentation in pseudo-!PowerPoint format that provides a good overview. 39 * TutorialInBrazilianPortuguese: Translation of the tutorial into BrazilianPortuguese 40 * [wiki:SimpleBashScriptToSetupDevelopmentEnvironment Simple Bash Script To Setup Development Environment]: An example on how to setup your development environment. 44 41 45 42 == Under discussion == 46 43 47 * [wiki:RemovingTheMagic Removing the magic] --All about the changes in the magic-removal branch.44 * [wiki:RemovingTheMagic Removing the magic]: All about the changes in the magic-removal branch. 48 45 * [wiki:VersionOneFeatures Version One features] 49 46 * [wiki:Localization Localization (l10n)] 50 47 * [wiki:AJAX AJAX and Django] 51 * [wiki:NewAdminChanges New-admin changes] -- The admin code ~~currently is~~ was being refactored in a separate Subversion branch, and has since been merged to trunk. This explains the differences with the old system.48 * [wiki:NewAdminChanges New-admin changes]: The admin code was recently refactored. This explains what's new. 52 49 53 50 == Community == 54 51 55 * [wiki:DevelopersForHire Developers for hire] --Community members available to do Django work.52 * [wiki:DevelopersForHire Developers for hire]: Community members available to do Django work. 56 53 * [wiki:DjangoFriendlyWebHosts Django-friendly Web hosts].