Changes between Version 35 and Version 36 of DjangoResources
- Timestamp:
- Jul 27, 2007, 12:16:39 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoResources
v35 v36 78 78 * [wiki:InitialSQLDataDiangoORMWay Initial SQL data using Django ORM]: How to do it. 79 79 * [wiki:AlterModelOnSyncDB Alter Model's Storage]: Automatically changing a table to suit your app & database. 80 * [wiki:Django_and_PureFTPd Using Django and PureFTPd]: How to use Django's user database in PureFTPd. Surprisingly painless. 80 * [wiki:Django_and_PureFTPd Using Django and PureFTPd]: How to use Django's user database in PureFTPd. Surprisingly 81 * [wiki:BestPracticesToWorkWith3rdPartyAppsAndMakingYoursPortable Working with 3rd party apps and making your apps Portable]: How to setup your project structure, where to put 3rd party apps, development and production setup. 82 83 painless. 81 84 * [http://www.zbyte64.com/code.shtml Django & Open Office]: An example of how to use Django and Open Office to do advance document templating. 82 85 * ThumbNails: Discussion about options for adding thumbnails to Django.