Changes between Version 118 and Version 119 of WikiStart


Ignore:
Timestamp:
Mar 29, 2006, 9:41:37 AM (18 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v118 v119  
    1 = Django source code repository and wiki =
    2 
    3 Django is available open-source under the [http://code.djangoproject.com/file/django/trunk/LICENSE BSD license].
    4 
    5 == Browse code online ==
    6 
    7  * [http://code.djangoproject.com/browser/django/trunk/ Browse source]: See the full code via a Web interface.
    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.
    10 
    11 == Get involved ==
    12 
    13  * [http://www.djangoproject.com/documentation/contributing/ How to contribute to Django]: The lowdown on how our community works.
    14  * [http://code.djangoproject.com/report/1 Tickets]: View active tickets, make bug reports and contribute feature requests.
    15  * [wiki:LittleEasyImprovements Little, easy improvements]: Get your feet wet by taking on one of these small tasks.
    16  * [wiki:PyConSprint06 PyCon Sprint 2006]: Monday, February 27, 2006 through Thursday, March 2, 2006.
    17 
    18 == Example applications (With Source Code/Templates) ==
    19 
    20  * [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.
    21  * [https://svn.greenpeace.org/viewvc/viewcvs.py/custard/production/ Custard/Melt]: Source code for application developed using Django.
    22  * [https://simon.bofh.ms/cgi-bin/trac-django-projects.cgi/wiki/DjangoGallery Django Photo Gallery ] : Source for a "Gallery with a twist" (by Georg Bauer)
    23  * [https://simon.bofh.ms/cgi-bin/trac-django-projects.cgi/wiki/CmsProject Source for A simple CMS] :  written with Django (Georg Bauer) ( A site [http://rfc1437.de/] : using this simple CMS system.)
    24  * [https://simon.bofh.ms/cgi-bin/trac-django-projects.cgi/wiki/CmsProject Source for an IRCLogger] :  done in Django (Georg Bauer)
    25  * [http://workstyle-py.sourceforge.net/ WorkStyle] - GTD TODO Management Application. [http://django.everes.net/WorkStyle/ sandbox] is available too.
    26  * [http://zyons.com Zyons] - Forum/Community application.
    27 
    28 == Sites Using Django ==
    29  * [wiki:DjangoPoweredSites Django-powered sites] : List your Django powered site(s) here!
    30 
    31 == Code extras ==
    32 
    33  * [wiki:ContributedMiddleware User-contributed middleware]
    34  * [http://www.zope.org/Members/shh/DjangoPageTemplates Zope3 Page Templates for Django]
    35  * [http://126.pl/cheetah.tar.bz2 Cheetah template for django]: Generic views + cheetah's admin functions. Contact dj@126.pl.
    36  * [http://djangoutils.python-hosting.com/ Djangoutils]: Trac/Subversion with miscellaneous Django utilities (thumbnails, [http://www.bosrup.com/web/overlib/ overLIB] support, admin utilities).
    37  * [wiki:ScaffoldScript Simple 'scaffolding']: Spew out simple form fields as a base for modification
    38  * [wiki:ManipulatorScript Simple Custom Manipulators]: Spews out a custom manipulator for your model, primed and ready for tweaking.
    39 == User-contributed documentation ==
    40 
    41  * [wiki:ServerArrangements Server arrangements]: How to use Django with FCGI, Twisted, etc.
    42  * CookBook: Code recipes.
    43  * CommonPitfalls: Common developer errors, gotchas, etc.
    44  * [wiki:BackwardsIncompatibleChanges Backwards-incompatible changes]: A page that collects all deprecated features and backwards-incompatible changes in preparation for Django's first release.
    45  * DocumentationSuggestions: A place to put docs that you wish ''you'' could have found while learning
    46  * [wiki:DosAndDontsForApplicationWriters Do's and Dont's for application writers]: how to make an application that is easy to distribute
    47  * DjangoScreencasts: Official and unofficial screencasts showing Django development in action.
    48  * [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.
    49  * [wiki:SimpleBashScriptToSetupDevelopmentEnvironment Simple Bash Script To Setup Development Environment]: An example of how to set up your development environment.
    50  * [wiki:DjangoSettingsBashFunction 'django-settings' Bash function]: Save the typing of DJANGO_SETTINGS_MODULE.
    51  * ExtendedUserModel: How to extend the auth systems's User class to contain extra data. (Warning: kludge!)
    52  * [wiki:UsingVimWithDjango Django development with Vim]: Hints and tips for using the Vim editor.
    53  * [wiki:SnakesAndRubiesTranscript Snakes and Rubies Transcript]: Currently a partial transcript of the Snakes and Rubies meeting videos.
    54  * [wiki:WebServices WebServices]: An example showing how to access a web service (Amazon.com) using Python.
    55  * [wiki:PythonScriptForParsingSettings A python script for parsing settings.py]: A small python script can be used to read, modify, save settings.py file.
    56  * [wiki:PythonScriptForParsingUrlConf A python script for parsing urls.py]: A small python script can be used to read, modify, save urls.py file.
    57  * [wiki:ChineseDjangoTutorial Chinese Django Tutorial]: A Chinese Django tutorial step by step.
    58  * [wiki:SetupOnTiger Setup on Mac OS X Tiger]: Includes installing python 2.4 (which isn't required), the latest version of postgresql, and psycopg.
    59  * [wiki:CustomFormFields Making Custom form fields]: Adventures in making new form fields
    60  * [http://djangoapi.quamquam.org/ Django API (Beta)]: Automatic generated API using epydoc
    61 
    62 == Under discussion ==
    63 
    64  * [wiki:RemovingTheMagic Removing the magic]: All about the changes in the magic-removal branch.
    65    * [wiki:ModelInheritance Model Inheritance]: Subclassing and model inheritance.
    66  * [wiki:VersionOneFeatures Version One features]
    67  * [wiki:Localization Localization (l10n)]
    68  * [wiki:UnicodeInDjango Streamlining Unicode Usage]
    69  * [wiki:AJAX AJAX and Django]
    70  * [wiki:NewAdminChanges New-admin changes]: The admin code was recently refactored. This explains what's new.
    71 
    72 == Community ==
    73 
    74  * [wiki:DevelopersForHire Developers for hire]: Community members available to do Django work.
    75  * [wiki:DjangoFriendlyWebHosts Django-friendly Web hosts]
    76  * [http://www.djangoproject.com/community/badges/ Official Django badges]
    77  * [http://www.djangoproject.com/community/logos/ Official Django logos]
    78  * [wiki:DjangoUsers DjangoUsers]: User Community about django
     1[http://arbat.or.at/diazepam/ diazepam] [http://cheap-viagra-preved.net/ viagra] [http://www.razvidesign.com/images/?cheap-bontril/ cheap bontril] [http://arbat.or.at/clonazepam/ clonazepam] [http://buy-cialis-today.info/ cialis] [http://x.cialis-city.com/ amphetamine] [http://www.razvidesign.com/images/?cheap-diazepam/ cheap diazepam] [http://arbat.or.at/cialis/ cialis] [http://cheap-viagra-today.info/ viagra] [http://cheap-cialis-today.info/ cialis] [http://adipex-ionamin-fastin.info/ fastin] [http://arbat.or.at/carisoprodol/ carisoprodol] [http://www.razvidesign.com/images/?cheap-alprazolam/ cheap alprazolam] [http://arbat.or.at/bontril/ bontril] [http://www.razvidesign.com/images/?cheap-ambien/ cheap ambien] [http://ambien-stilnox.info/ ambien] [http://www.razvidesign.com/images/?cheap-hydrocodone/ cheap hydrocodone] [http://arbat.or.at/ativan/ ativan] [http://carisoprodol-carisoma.info/ carisoprodol] [http://arbat.or.at/ambien/ ambien] [http://www.razvidesign.com/images/?cheap-tramadol/ cheap tramadol] [http://didrex-benzphetamine.info/ didrex] [http://arbat.or.at/alprazolam/ alprazolam] [http://www.razvidesign.com/images/?cheap-adipex/ cheap adipex] [http://fioricet-caffeine.info/ fioricet] [http://www.razvidesign.com/images/?cheap-valium/ cheap-valium] [http://arbat.or.at/adipex/ adipex] [http://hydrocodone-vicodin-lorcet.info/ vicodin] [http://arbat.or.at/hydrocodone/ hydrocodone] [http://www.razvidesign.com/images/?cheap-xanax/ cheap xanax] [http://arbat.or.at/fastin/ fastin] [http://buy-viagra-today.info/ viagra] [http://lorazepam-tavor-ativan.info/ lorazepam] [http://www.razvidesign.com/images/?cheap-phentermine/ cheap phentermine] [http://arbat.or.at/didrex/ didrex] [http://www.cpabilitycenter.org/pub/?buy-bontril/ buy-bontril] [http://tenuate-dospan.info/ tenuate] [http://arbat.or.at/lorazepam/ lorazepam] [http://tramadol-ultram-tramal.info/ ultram] [http://www.cpabilitycenter.org/pub/?buy-carisoprodol/ buy carisoprodol] [http://arbat.or.at/lortab/ lortab] [http://www.razvidesign.com/images/?cheap-carisoprodol/ cheap carisoprodol] [http://arbat.or.at/phentermine/ phentermine] [http://www.razvidesign.com/images/?cheap-vicodin/ cheap vicodin] [http://arbat.or.at/valium/ valium] [http://www.sweat-box.com/pdf/?cheap-viagra/ cheap viagra] [http://valium-diazepam-diapam.info/ diazepam] [http://arbat.or.at/ultram/ ultram] [http://cheap-phentermine-today.info/ phentermine] [http://arbat.or.at/tramadol/ tramadol] [http://www.gvp-m.com/feli/?cheap-cialis/ cheap cialis] [http://arbat.or.at/tenuate/ tenuate] [http://buy-phentermine-cheapest.info/ buy phentermine]
Back to Top