Ticket #5776: 5776.diff
File 5776.diff, 873 bytes (added by , 17 years ago) |
---|
-
docs/install.txt
74 74 If you plan to use Django's ``manage.py syncdb`` command to 75 75 automatically create database tables for your models, you'll need to 76 76 ensure that Django has permission to create tables in the database 77 you're using; if you plan to manually create the tables, you can78 simplygrant Django ``SELECT``, ``INSERT``, ``UPDATE`` and ``DELETE``77 you're using; if you plan to manually create the tables, you will only 78 need to grant Django ``SELECT``, ``INSERT``, ``UPDATE`` and ``DELETE`` 79 79 permissions. Django does not issue ``ALTER TABLE`` statements, and so 80 80 will not require permission to do so. If you will be using Django's 81 81 `testing framework`_ with data fixtures, Django will need permission