mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Removed my private info.
This commit is contained in:
parent
34e6840762
commit
f7f4f1b95c
2 changed files with 3 additions and 14 deletions
|
@ -78,17 +78,6 @@
|
|||
<div class="clearfix"></div>
|
||||
<hr class="clearfix">
|
||||
|
||||
<h3>Imprint</h3>
|
||||
|
||||
<p><strong>Address:</strong></p>
|
||||
<p>
|
||||
Martin Mahner<br>
|
||||
Lauterbacher Str. 4<br>
|
||||
DE-18581 Putbus<br>
|
||||
Germany
|
||||
</p>
|
||||
|
||||
<p><strong>Jabber/E-Mail:</strong></p>
|
||||
<p><a href="mailto:martin@mahner.org">martin@mahner.org</a></p>
|
||||
{{ DPASTE_ABOUT_EXTRA }}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
|
@ -5,8 +5,8 @@ import sys
|
|||
if __name__ == "__main__":
|
||||
# If a 'settings_local' file is present, use it
|
||||
try:
|
||||
from dpaste import settings_local
|
||||
settings_module = "dpaste.settings_local"
|
||||
from dpaste.settings import local
|
||||
settings_module = "dpaste.settings.local"
|
||||
except ImportError:
|
||||
settings_module = "dpaste.settings"
|
||||
|
||||
|
|
Loading…
Reference in a new issue