Skip to content

Commit 36c75b8

Browse files
committed
update URL
1 parent 45e27bc commit 36c75b8

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ to cookiecutter and `kakistocracy`_). The alpha version is `here`_ and the
3030
full version doesn't exist yet.
3131

3232
* Homepage:
33-
https://democrasite.herokuapp.com
33+
https://democrasite.dev
3434
* Source code:
3535
https://github.com/mfosterw/cookiestocracy
3636
* Documentation:
3737
https://cookiestocracy.readthedocs.io/en/latest/
3838

39-
.. _`about page`: https://democrasite.herokuapp.com/about/
39+
.. _`about page`: https://democrasite.dev/about/
4040
.. _`kakistocracy`: https://en.wikipedia.org/wiki/Kakistocracy
4141
.. _`here`: https://github.com/mfosterw/democrasite-testing
4242

config/settings/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@
247247
# Django Admin URL.
248248
ADMIN_URL = "admin/"
249249
# https://docs.djangoproject.com/en/dev/ref/settings/#admins
250-
ADMINS = [("Admin", "admin@democrasite.tech")]
250+
ADMINS = [("Admin", "admin@democrasite.dev")]
251251
# https://docs.djangoproject.com/en/dev/ref/settings/#managers
252252
MANAGERS = ADMINS
253253

config/settings/production.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,5 +144,5 @@
144144
# -------------------------------------------------------------------------------
145145
# Tools that generate code samples can use SERVERS to point to the correct domain
146146
SPECTACULAR_SETTINGS["SERVERS"] = [
147-
{"url": "https://democrasite.herokuapp.com", "description": "Production server"},
147+
{"url": "https://democrasite.dev", "description": "Production server"},
148148
]

democrasite/templates/pages/privacy.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ <h1>Contact Us</h1>
338338
<p>If you have any questions about this Privacy Policy, You can contact us:</p>
339339
<ul>
340340
<li>
341-
By email: <a href="mailto:admin@democrasite.tech">admin@democrasite.tech</a>
341+
By email: <a href="mailto:admin@democrasite.dev">admin@democrasite.dev</a>
342342
</li>
343343
</ul>
344344
{% endblock content %}

0 commit comments

Comments
 (0)