[SCM] live-studio branch, master, updated. be51da814fb12d25dce46a7f078a46f5c89bd777

Chris Lamb lamby at debian.org
Fri Jul 30 02:52:32 UTC 2010


The following commit has been merged in the master branch:
commit 5cc8d1fee465e94bac00ca9b1c356e16f8bb591e
Author: Chris Lamb <lamby at debian.org>
Date:   Wed Jul 28 16:01:56 2010 -0400

    Add empty static app.
    
    Signed-off-by: Chris Lamb <lamby at debian.org>

diff --git a/config/settings/defaults/apps.py b/config/settings/defaults/apps.py
index 7598f68..94932af 100644
--- a/config/settings/defaults/apps.py
+++ b/config/settings/defaults/apps.py
@@ -6,6 +6,7 @@ INSTALLED_APPS = [
     'django.contrib.admin',
 
     'live_studio_www.auth',
+    'live_studio_www.static',
 ]
 
 try:
diff --git a/config/settings/roles/__init__.py b/live_studio_www/static/__init__.py
similarity index 100%
copy from config/settings/roles/__init__.py
copy to live_studio_www/static/__init__.py
diff --git a/live_studio_www/auth/models.py b/live_studio_www/static/models.py
similarity index 100%
copy from live_studio_www/auth/models.py
copy to live_studio_www/static/models.py

-- 
live-studio



More information about the debian-live-changes mailing list