Merge lp:~jonathanharker/libravatar/devel into lp:~libravatar/libravatar/trunk-old

Proposed by Jonathan Harker
Status: Merged
Merge reported by: François Marier
Merged at revision: not available
Proposed branch: lp:~jonathanharker/libravatar/devel
Merge into: lp:~libravatar/libravatar/trunk-old
Diff against target: 31 lines (+5/-2)
1 file modified
libravatar/settings.py.example (+5/-2)
To merge this branch: bzr merge lp:~jonathanharker/libravatar/devel
Reviewer Review Type Date Requested Status
Libravatar Hackers Pending
Review via email: mp+27428@code.launchpad.net

Description of the change

Made /home/françois go away - and renamed settings.py.example (to be copied and configured)

To post a comment you must log in.
lp:~jonathanharker/libravatar/devel updated
41. By François Marier

Merge Jon's changes to settings.py

https://code.launchpad.net/~jonathanharker/libravatar/devel/+merge/27428

Revision history for this message
François Marier (fmarier) wrote :

Oarsum!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== renamed file 'libravatar/settings.py' => 'libravatar/settings.py.example'
--- libravatar/settings.py 2010-06-10 03:48:45 +0000
+++ libravatar/settings.py.example 2010-06-12 15:07:26 +0000
@@ -3,6 +3,9 @@
3DEBUG = True3DEBUG = True
4TEMPLATE_DEBUG = DEBUG4TEMPLATE_DEBUG = DEBUG
55
6import os
7PROJECT_ROOT = os.path.dirname(os.path.dirname(__file__))
8
6ADMINS = (9ADMINS = (
7 # ('Your Name', 'your_email@domain.com'),10 # ('Your Name', 'your_email@domain.com'),
8)11)
@@ -35,7 +38,7 @@
3538
36# Absolute path to the directory that holds media.39# Absolute path to the directory that holds media.
37# Example: "/home/media/media.lawrence.com/"40# Example: "/home/media/media.lawrence.com/"
38MEDIA_ROOT = '/home/francois/devel/remote/libravatar/'41MEDIA_ROOT = '%s/' % PROJECT_ROOT
3942
40# URL that handles the media served from MEDIA_ROOT. Make sure to use a43# URL that handles the media served from MEDIA_ROOT. Make sure to use a
41# trailing slash if there is a path component (optional in other cases).44# trailing slash if there is a path component (optional in other cases).
@@ -69,7 +72,7 @@
69 # Put strings here, like "/home/html/django_templates" or "C:/www/django/templates".72 # Put strings here, like "/home/html/django_templates" or "C:/www/django/templates".
70 # Always use forward slashes, even on Windows.73 # Always use forward slashes, even on Windows.
71 # Don't forget to use absolute paths, not relative paths.74 # Don't forget to use absolute paths, not relative paths.
72 '/home/francois/devel/remote/libravatar/libravatar/templates',75 '%s/libravatar/templates' % PROJECT_ROOT,
73)76)
7477
75INSTALLED_APPS = (78INSTALLED_APPS = (

Subscribers

People subscribed via source and target branches