Closed daniviga closed 7 years ago
Currently urls.py has building-class missing in both master and 1.7. But we have it installed and running in production.
urls.py
building-class
master
1.7
Deploying a new release breaks the application unless urls.py is manually updated.
(r'^building-class/', include('openquakeplatform_building_class.urls', namespace='building_class')),
Blocked by https://github.com/gem/oq-platform/pull/627, blocks any new release.
building-class django application now is included in installation procedure.
Currently
urls.py
hasbuilding-class
missing in bothmaster
and1.7
. But we have it installed and running in production.Deploying a new release breaks the application unless
urls.py
is manually updated.Blocked by https://github.com/gem/oq-platform/pull/627, blocks any new release.