From 6b0803e11ad87075a5b94d659b89cf19b89ed8ec Mon Sep 17 00:00:00 2001 From: Ben Adida <ben@adida.net> Date: Sat, 21 Aug 2010 22:27:46 -0700 Subject: [PATCH] removed auth submodule, BUT WAIT, will readd it as code in the same project. Sure, it's supposed to be modular, but right now these git submodules are making everyone's life more complicated. --- .gitmodules | 3 --- auth | 1 - 2 files changed, 4 deletions(-) delete mode 160000 auth diff --git a/.gitmodules b/.gitmodules index f478a3e..dd07c91 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ -[submodule "auth"] - path = auth - url = git://github.com/benadida/auth-django-app.git [submodule "heliosbooth"] path = heliosbooth url = git://github.com/benadida/helios-booth.git diff --git a/auth b/auth deleted file mode 160000 index da6842b..0000000 --- a/auth +++ /dev/null @@ -1 +0,0 @@ -Subproject commit da6842b8f67d1aa639daca39a0c2998f4f0daae7 -- GitLab