File tree Expand file tree Collapse file tree
democrasite/templates/pages Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,13 +30,13 @@ to cookiecutter and `kakistocracy`_). The alpha version is `here`_ and the
3030full 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
Original file line number Diff line number Diff line change 247247# Django Admin URL.
248248ADMIN_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
252252MANAGERS = ADMINS
253253
Original file line number Diff line number Diff line change 144144# -------------------------------------------------------------------------------
145145# Tools that generate code samples can use SERVERS to point to the correct domain
146146SPECTACULAR_SETTINGS ["SERVERS" ] = [
147- {"url" : "https://democrasite.herokuapp.com " , "description" : "Production server" },
147+ {"url" : "https://democrasite.dev " , "description" : "Production server" },
148148]
Original file line number Diff line number Diff 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 %}
You can’t perform that action at this time.
0 commit comments