Opened 12 years ago
Closed 12 years ago
#19108 closed Uncategorized (wontfix)
Tutorial Note for RDBMS Python Driver
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | 1.4 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
Under the section:
https://docs.djangoproject.com/en/1.4/intro/tutorial01/#database-setup
A reminder would be helpful stating that installing the appropriate python DB driver may be required in addition to installing the RDBMS Server.
Note:
See TracTickets
for help on using tickets.
Thanks for the suggestion, but I think this is beyond the scope of the tutorial. We already have a note suggesting SQLite if you are new to databases as well as what you suggested on the full install page: https://docs.djangoproject.com/en/dev/topics/install/#database-installation for advanced users.