Changes between Version 1 and Version 2 of DjangoOnAStick
- Timestamp:
- Jan 3, 2007, 5:49:54 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoOnAStick
v1 v2 50 50 NOTE: No database has been installed but Python 2.5 comes with sqlite3 so configure your Django project to use it. 51 51 52 Gotchas: 53 54 * Had a problem after installing ipython; complaints were made about a missing DLL. Copy across pywintypes25.dll from windows\system32 (stick it in the DLL directory under the python installation) and give it a go.