diff options
author | ankitjavalkar | 2015-06-15 18:23:29 +0530 |
---|---|---|
committer | ankitjavalkar | 2015-08-03 15:22:07 +0530 |
commit | 516284689fa9daa9b4487e4c5683997111df6049 (patch) | |
tree | b4a6a87fc356fa5f6c08d1712174bc05773cc5a0 /MANIFEST.in | |
parent | 0225aad1492600ed53504b0986fd13da24c28ae9 (diff) | |
download | online_test-516284689fa9daa9b4487e4c5683997111df6049.tar.gz online_test-516284689fa9daa9b4487e4c5683997111df6049.tar.bz2 online_test-516284689fa9daa9b4487e4c5683997111df6049.zip |
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
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 * |