Changeset - 0aaea184e591
[Not reviewed]
0 3 0
Tobias - 6 years ago 2018-09-30 04:00:17
tobias@localhost.localdomain
Final shirt changes
3 files changed with 3 insertions and 16 deletions:
0 comments (0 inline, 0 general)
docker/deploy_with_sqlite.sh
Show inline comments
...
 
@@ -2,7 +2,7 @@
 

	
 
/usr/local/bin/python /app/symposion_app/manage.py migrate
 
/usr/local/bin/python /app/symposion_app/manage.py loaddata /app/symposion_app/fixtures/{conference,proposal_base,sites,flatpages}.json
 
/usr/local/bin/python /app/symposion_app/manage.py loaddata /app/symposion_app/fixtures/{2019_groups,2019_registrasion,2019_schedule,2019_sitetree,2019_flatpages}.json
 
/usr/local/bin/python /app/symposion_app/manage.py loaddata /app/symposion_app/fixtures/{2019_groups,2019_registrasion,2019_schedule,2019_flatpages,2019_sitetree,2019_sections}.json
 

	
 
/usr/local/bin/python /app/symposion_app/manage.py create_review_permissions
 
#/usr/local/bin/python /app/symposion_app/manage.py populate_inventory
fixtures/2019_registrasion.json
Show inline comments
...
 
@@ -370,19 +370,6 @@
 
    "order": 60
 
  }
 
},
 
{
 
  "model": "registrasion.product",
 
  "pk": 28,
 
  "fields": {
 
    "name": "Men's Outline Tee 4XL",
 
    "description": "",
 
    "category": 6,
 
    "price": "25.00",
 
    "limit_per_user": null,
 
    "reservation_duration": "01:00:00",
 
    "order": 70
 
  }
 
},
 
{
 
  "model": "registrasion.product",
 
  "pk": 29,
pinaxcon/templates/flatpages/shirts.html
Show inline comments
...
 
@@ -74,7 +74,7 @@
 
            <td>60</td>
 
            <td>64</td>
 
            <td>68</td>
 
            <td>..</td>
 
            <td>na</td>
 
            <td>76</td>
 
          </tr>
 
          <tr>
...
 
@@ -85,7 +85,7 @@
 
            <td>81</td>
 
            <td>84</td>
 
            <td>87</td>
 
            <td>..</td>
 
            <td>na</td>
 
            <td>93</td>
 
          </tr>
 
        </tbody>
0 comments (0 inline, 0 general)