Changeset 382
- Timestamp:
- 08/01/05 16:40:13 (3 years ago)
- Files:
-
- django/trunk/docs/faq.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/faq.txt
r305 r382 279 279 ``time`` -- How long the statement took to execute, in seconds. 280 280 281 Can I use Django with a pre-existing database? 282 ---------------------------------------------- 283 284 Yes. For the time being, you can write models that describe your 285 already-existing database layout, and just point Django at your database. 286 287 We also plan to make this even easier: Soon, Django will be able to introspect 288 your database and generate models from it. See `Ticket 90`_. 289 290 .. _`Ticket 90`: http://code.djangoproject.com/ticket/90 291 281 292 The admin site 282 293 ==============
