summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2017-03-13Added migrations folder to the app.prathamesh
This required because when we do migration for the first time, initial migrations will be created only if migrations folder is present in the installed app. Otherwise, running makemigrations will not detect the initial migrations for that app. Though we can exclusively specify the app name as the argument to the makemigrations command. But did this so that by default apply migrations. Note: Removed migrations from .gitignore
2017-01-12yadded search option in answerpaper admin page, gitignore doc _buildsmaheshgudi
1. added search option in answerpaper admin page, helpful to find specific answerpapers 2. modified gitinore file, ignores _builds in docs now
2016-12-27Modify .gitignore fileadityacp
2016-09-19added data folder to git ignoreadityacp
2015-05-27Removed Buildout and related files & made a standard Django projecthardythe1
2011-12-09Modified the .gitignore to not track buildout filesparth
2011-11-08Adding git ignore.Prabhu Ramachandran