rename into unfold/*collect*static.py
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 19 Sep 2013 19:49:58 +0000 (21:49 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 19 Sep 2013 19:49:58 +0000 (21:49 +0200)
check .gitignore for new layout conventions

.gitignore
myslice/settings.py
unfold/collectstatic.py [moved from unfold/static.py with 100% similarity]

index d2fb6c4..62df77b 100644 (file)
@@ -7,9 +7,8 @@ TAGS
 *.pyc
 *~
 # these essentially are copies/links from other places
-all-static/
+static/
 all-templates/
-django-static/
 # various working files
 play/
 *.leftovers
index 01d8f53..f02b10f 100644 (file)
@@ -116,9 +116,9 @@ THIRDPARTY_DIR = os.path.join(ROOT, 'third-party')
 STATICFILES_FINDERS = (
     'django.contrib.staticfiles.finders.FileSystemFinder',
     'django.contrib.staticfiles.finders.AppDirectoriesFinder',
-    'unfold.static.PluginFinder',
-    'unfold.static.ThirdPartyFinder',
-#    'django.contrib.staticfiles.finders.DefaultStorageFinder',
+    'unfold.collectstatic.PluginFinder',
+    'unfold.collectstatic.ThirdPartyFinder',
+###    'django.contrib.staticfiles.finders.DefaultStorageFinder',
 )
 
 #TEMPLATE_CONTEXT_PROCESSORS = (
similarity index 100%
rename from unfold/static.py
rename to unfold/collectstatic.py