From 516284689fa9daa9b4487e4c5683997111df6049 Mon Sep 17 00:00:00 2001 From: ankitjavalkar Date: Mon, 15 Jun 2015 18:23:29 +0530 Subject: Modify installer script and cleanup; - Add __init__.py - Add templates dir to MANIFEST - Add persistent store for project details - Modify initial_data.json - Fix imports Conflicts: testapp/templates/demo_settings.py --- testapp/scripts/project_detail.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 testapp/scripts/project_detail.py (limited to 'testapp/scripts/project_detail.py') diff --git a/testapp/scripts/project_detail.py b/testapp/scripts/project_detail.py new file mode 100644 index 0000000..583e9f4 --- /dev/null +++ b/testapp/scripts/project_detail.py @@ -0,0 +1,2 @@ +NAME = None +PATH = None -- cgit