#10137: windows documentation suggestion -----------------------------------------+---------------------------------- Reporter: emdog4 | Owner: nobody Status: new | Milestone: Component: Documentation | Version: 1.0 Keywords: windows sqlite3 settings.py | Stage: Unreviewed Has_patch: 0 | -----------------------------------------+---------------------------------- when configuring settings.py for the first time, the documentation never specifies that for the DATABASE_NAME: '' you need to specify your own name (for sqlite3). the doc says to specify DATABASE_ENGINE: 'sqlite3' but not the NAME. i think this should be explained explicitly. it will then create a your_file_name.db file in your project folder.
-- Ticket URL: <http://code.djangoproject.com/ticket/10137> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
