Changes between Initial Version and Version 1 of Ticket #25351


Ignore:
Timestamp:
Sep 4, 2015, 5:37:41 AM (9 years ago)
Author:
Markus Holtermann
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25351

    • Property Easy pickings set
    • Property Triage Stage UnreviewedAccepted
  • Ticket #25351 – Description

    initial v1  
    33The documentation for the Database Test Settings is lacking and can leave users such as me confused, if a simple example such as this was included it would help :)
    44
     5{{{#!python
    56DATABASES = {
    67    'default': {
     
    910        'NAME': 'django',
    1011        'TEST': {
    11             'NAME': 'test_django_%s_%s' % (PY_VERSION, BUILD_NAME),
     12            'NAME': 'test_another_name',
    1213        },
    13 },
    14 
     14    },
     15}
     16}}}
    1517Thanks to MarkusH for the example and help :)
Back to Top