A Django+Haystack+Whoosh implementation of stackoverflow.com for our institute.
Winner of the annual web development challenge of MNNIT Allahabad.
pip3 install requirements.txt
asqdb
Add necessary details to create super user
python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py createsuperuser
python3 manage.py runserver
127.0.0.1:8000
in browserThis project is licensed under the MIT License - see the LICENSE file for details