Skip to content

A Django+Haystack+Whoosh implementation of stackoverflow.com for our institute.

License

Notifications You must be signed in to change notification settings

tuhinspatra/asq-django

Repository files navigation

A Django+Haystack+Whoosh implementation of stackoverflow.com for our institute.

🎉 Winner of the annual web development challenge of MNNIT Allahabad.

Steps to Run:

  1. Create virtual environment
  2. Run in terminal: pip3 install requirements.txt
  3. Import database dump and name it as asqdb
  4. In project root open terminal and run:
    python3 manage.py makemigrations
    python3 manage.py migrate
    python3 manage.py createsuperuser
    
    Add necessary details to create super user
  5. Run: python3 manage.py runserver
  6. visit 127.0.0.1:8000 in browser

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

About

A Django+Haystack+Whoosh implementation of stackoverflow.com for our institute.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •