Changeset - d1f5acbf64cb
[Not reviewed]
0 2 0
James Polley - 7 years ago 2017-09-22 10:28:27
jp@jamezpolley.com
Fix miniconf fixture dates

Some proposalsections were still set to open immediately. Change that
to 1 Nov.
2 files changed with 6 insertions and 5 deletions:
0 comments (0 inline, 0 general)
fixtures/miniconf-fixtures/symposion_proposals.json
Show inline comments
...
 
@@ -7,3 +7,3 @@
 
            "section": 3,
 
            "start": "2017-09-21T14:01:00Z"
 
            "start": "2017-11-01T14:01:00Z"
 
        },
...
 
@@ -18,3 +18,3 @@
 
            "section": 4,
 
            "start": "2017-09-21T14:01:00Z"
 
            "start": "2017-11-01T14:01:00Z"
 
        },
...
 
@@ -29,3 +29,3 @@
 
            "section": 5,
 
            "start": "2017-09-21T14:01:00Z"
 
            "start": "2017-11-01T14:01:00Z"
 
        },
...
 
@@ -40,3 +40,3 @@
 
            "section": 6,
 
            "start": "2017-09-21T14:01:00Z"
 
            "start": "2017-11-01T14:01:00Z"
 
        },
...
 
@@ -51,3 +51,3 @@
 
            "section": 7,
 
            "start": "2017-09-21T14:01:00Z"
 
            "start": "2017-11-01T14:01:00Z"
 
        },
make_dev_container.sh
Show inline comments
...
 
@@ -13,2 +13,3 @@ docker exec symposion ./manage.py populate_inventory
 
docker exec symposion ./manage.py create_review_permissions
 
docker exec symposion ./manage.py loaddata ./fixtures/miniconf-fixtures/*.json
 
if [ -e ./symposion-fixtures ]; then
0 comments (0 inline, 0 general)