Converted to portable app; removed site-specific components #3
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Rearranged directory structure and made urls and templates more generic, to make the app portable.
Also removed settings.py, and non-app-specific urls in urls.py.
This is a major change; I don't know if it's what the app was originally meant for, but I was doing it anyway for my project and thought it may be useful to others. If it doesn't fit then maybe it could be made into a separate project...?
Note: I also removed the four required survey fields (interviewer, interviewee, conditions, comments) because they didn't work for me: sorry, I know I should have done that in a separate commit, but I'm new to git so still haven't fully got the hang of it :(