From c8385454196383ba859bdf89d7424c0794f30c27 Mon Sep 17 00:00:00 2001
From: Yohan Boniface <yb@enix.org>
Date: Sat, 27 Oct 2012 22:21:55 +0200
Subject: [PATCH] Name the app "representative" instead of
 django_representative

---
 {django_representatives => representatives}/__init__.py | 0
 {django_representatives => representatives}/models.py   | 0
 {django_representatives => representatives}/tests.py    | 0
 {django_representatives => representatives}/views.py    | 0
 4 files changed, 0 insertions(+), 0 deletions(-)
 rename {django_representatives => representatives}/__init__.py (100%)
 rename {django_representatives => representatives}/models.py (100%)
 rename {django_representatives => representatives}/tests.py (100%)
 rename {django_representatives => representatives}/views.py (100%)

diff --git a/django_representatives/__init__.py b/representatives/__init__.py
similarity index 100%
rename from django_representatives/__init__.py
rename to representatives/__init__.py
diff --git a/django_representatives/models.py b/representatives/models.py
similarity index 100%
rename from django_representatives/models.py
rename to representatives/models.py
diff --git a/django_representatives/tests.py b/representatives/tests.py
similarity index 100%
rename from django_representatives/tests.py
rename to representatives/tests.py
diff --git a/django_representatives/views.py b/representatives/views.py
similarity index 100%
rename from django_representatives/views.py
rename to representatives/views.py
-- 
GitLab