From ad2762cf775a8dde508de47164d6429f3fd724f1 Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Sun, 24 May 2015 16:57:33 +0800 Subject: Move to a more recent django project structure This change updates patchwor to the newer project struture: we've moved the actual application out of the apps/ directory, and the patchwork-specific templates to under the patchwork application. This gives us the manage.py script in the top-level now. Signed-off-by: Jeremy Kerr --- patchwork/fixtures/default_projects.xml | 18 +++++++++++ patchwork/fixtures/initial_data.xml | 55 +++++++++++++++++++++++++++++++++ 2 files changed, 73 insertions(+) create mode 100644 patchwork/fixtures/default_projects.xml create mode 100644 patchwork/fixtures/initial_data.xml (limited to 'patchwork/fixtures') diff --git a/patchwork/fixtures/default_projects.xml b/patchwork/fixtures/default_projects.xml new file mode 100644 index 0000000..c67fa56 --- /dev/null +++ b/patchwork/fixtures/default_projects.xml @@ -0,0 +1,18 @@ + + + + + + cbe-oss-dev + Cell Broadband Engine development + cbe-oss-dev.ozlabs.org + cbe-oss-dev@ozlabs.org + + + linuxppc-dev + Linux PPC development + linuxppc-dev.ozlabs.org + linuxppc-dev@ozlabs.org + + + diff --git a/patchwork/fixtures/initial_data.xml b/patchwork/fixtures/initial_data.xml new file mode 100644 index 0000000..86e1105 --- /dev/null +++ b/patchwork/fixtures/initial_data.xml @@ -0,0 +1,55 @@ + + + + + + New + 0 + True + + + Under Review + 1 + True + + + Accepted + 2 + False + + + Rejected + 3 + False + + + RFC + 4 + False + + + Not Applicable + 5 + False + + + Changes Requested + 6 + False + + + Awaiting Upstream + 7 + False + + + Superseded + 8 + False + + + Deferred + 9 + False + + -- cgit v1.2.3