Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Switch back to ophasehq subdirectory in production
Browse files Browse the repository at this point in the history
  • Loading branch information
miterion committed Oct 21, 2020
1 parent b009b0b commit bac73fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pyophase/settings_production.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
}
}

STATIC_URL = '/ophase/static/'
LOGIN_URL = '/ophase/accounts/login/'
MEDIA_URL = '/ophase/media/'
STATIC_URL = '/ophasehq/static/'
LOGIN_URL = '/ophasehq/accounts/login/'
MEDIA_URL = '/ophasehq/media/'

SESSION_COOKIE_SECURE = True

Expand Down
2 changes: 1 addition & 1 deletion templates/admin/base_site.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
{% block branding %}
<h1 id="site-name">
<!--<a href="/"><i class="fa fa-bars mobile-only"></i><i class="fa fa-map mobile-hidden"></i>&nbsp;&nbsp;pyOphase</a>-->
<a href="/ophase"><img src="{% static "ophasebase/pyophase-light.png" %}" alt="pyophase" style="height:40px"></a>
<a href="/ophasehq"><img src="{% static "ophasebase/pyophase-light.png" %}" alt="pyophase" style="height:40px"></a>
</h1>
{% endblock %}

Expand Down

0 comments on commit bac73fe

Please sign in to comment.