From 91a37ceb787b2ebf52a30315e624378251d32aa1 Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Sun, 23 Oct 2011 21:04:10 -0400 Subject: [PATCH] Moving stuff --- snipt/debug_wsgi.py => debug_wsgi.py | 0 snipt/gk => gk | 0 snipt/gs => gs | 0 snipt/gunicorn.conf.py => gunicorn.conf.py | 0 snipt/monitor.py => monitor.py | 0 snipt/symlink-dependencies.sh | 3 --- 6 files changed, 3 deletions(-) rename snipt/debug_wsgi.py => debug_wsgi.py (100%) rename snipt/gk => gk (100%) rename snipt/gs => gs (100%) rename snipt/gunicorn.conf.py => gunicorn.conf.py (100%) rename snipt/monitor.py => monitor.py (100%) delete mode 100755 snipt/symlink-dependencies.sh diff --git a/snipt/debug_wsgi.py b/debug_wsgi.py similarity index 100% rename from snipt/debug_wsgi.py rename to debug_wsgi.py diff --git a/snipt/gk b/gk similarity index 100% rename from snipt/gk rename to gk diff --git a/snipt/gs b/gs similarity index 100% rename from snipt/gs rename to gs diff --git a/snipt/gunicorn.conf.py b/gunicorn.conf.py similarity index 100% rename from snipt/gunicorn.conf.py rename to gunicorn.conf.py diff --git a/snipt/monitor.py b/monitor.py similarity index 100% rename from snipt/monitor.py rename to monitor.py diff --git a/snipt/symlink-dependencies.sh b/snipt/symlink-dependencies.sh deleted file mode 100755 index 757fff9..0000000 --- a/snipt/symlink-dependencies.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -ln -s "$VIRTUAL_ENV/src/django-grappelli/grappelli/static/grappelli" "media/admin"