• 
      

    Make development database name dependent on the version.

    Review Request #6849 — Created Jan. 31, 2015 and submitted

    Information

    Review Board
    release-2.0.x
    b73d82c...

    Reviewers

    It's highly annoying to have to shuffle around databases when you're switching
    between major branches. This change updates our prepare-dev.py script to use
    different database names depending on the current VERSION.

    • Used this in my settings_local.py for a long, long time.
    • Blew away my settings_local.py and saw that it was created correctly when
      running prepare_dev.py
    Description From Last Updated

    Blank line between these.

    chipx86chipx86
    reviewbot
    1. Tool: PEP8 Style Checker
      Processed Files:
          contrib/internal/prepare-dev.py
      
      Ignored Files:
          contrib/conf/settings_local.py.tmpl
      
      
      
      Tool: Pyflakes
      Processed Files:
          contrib/internal/prepare-dev.py
      
      Ignored Files:
          contrib/conf/settings_local.py.tmpl
      
      
    2. 
        
    chipx86
    1. 
        
    2. contrib/conf/settings_local.py.tmpl (Diff revision 1)
       
       
       
      Show all issues

      Blank line between these.

    3. 
        
    david
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-2.0.x (0edd0a8)