diff options
author | maheshgudi | 2017-01-12 16:20:40 +0530 |
---|---|---|
committer | maheshgudi | 2017-01-12 16:32:18 +0530 |
commit | e87cb6c64ac30997a8a66846b0af7fdc87d47eac (patch) | |
tree | ad81e3b5042eede5095551e348884da18840ebdb /.gitignore | |
parent | 7fb288ffd992c912a8e2288aa97d6c6ceeedf1a1 (diff) | |
download | online_test-e87cb6c64ac30997a8a66846b0af7fdc87d47eac.tar.gz online_test-e87cb6c64ac30997a8a66846b0af7fdc87d47eac.tar.bz2 online_test-e87cb6c64ac30997a8a66846b0af7fdc87d47eac.zip |
yadded search option in answerpaper admin page, gitignore doc _builds
1. added search option in answerpaper admin page, helpful to find specific answerpapers
2. modified gitinore file, ignores _builds in docs now
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,4 +42,4 @@ migrations wsgi.log *.sqlite3 data/ -documentation/_build/ +_build/ |