Changes between Version 80 and Version 81 of WikiStart
- Timestamp:
- Jan 16, 2006, 1:52:27 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v80 v81 15 15 * [wiki:LittleEasyImprovements Little, easy improvements]: Get your feet wet by taking on one of these small tasks. 16 16 17 == Example applications ==17 == Example applications (With Source Code/Templates) == 18 18 19 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. 20 * [https://svn.greenpeace.org/viewvc/viewcvs.py/custard/production/]: Source code for Custard/Melt application developed using Django. 20 * [https://svn.greenpeace.org/viewvc/viewcvs.py/custard/production/ Custard/Melt]: Source code for application developed using Django. 21 * [https://simon.bofh.ms/cgi-bin/trac-django-projects.cgi/wiki/DjangoGallery Django Photo Gallery ] : Source for a "Gallery with a twist" (by Georg Baur) 22 * [https://simon.bofh.ms/cgi-bin/trac-django-projects.cgi/wiki/CmsProject Source for A simple CMS] : written with Django (Georg Baur) 23 * [https://simon.bofh.ms/cgi-bin/trac-django-projects.cgi/wiki/CmsProject Source for an IRCLogger] : done in Django (Georg Baur) ( A site [http://rfc1437.de/] : using this simple CMS system.) 21 24 22 25 == Sites Using Django ==