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 --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) (limited to 'MANIFEST.in') diff --git a/MANIFEST.in b/MANIFEST.in index 6775565..c1ba7a7 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -11,3 +11,4 @@ recursive-include testapp/exam/templates * recursive-include testapp/exam/management * recursive-include testapp/exam/output * recursive-include testapp/exam/fixtures * +recursive-include testapp/templates * -- cgit