Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove django.contrib.postgres requirement #7

Open
marcotessarotto opened this issue Feb 24, 2023 · 2 comments
Open

remove django.contrib.postgres requirement #7

marcotessarotto opened this issue Feb 24, 2023 · 2 comments

Comments

@marcotessarotto
Copy link
Owner

marcotessarotto commented Feb 24, 2023

orm_news_title_fts, orm_news_text_fts, orm_news_fts: vanno riscritte per eliminare la dipendenza

@marcotessarotto
Copy link
Owner Author

marcotessarotto commented Feb 24, 2023

replace it with django-haystack and xapian

@marcotessarotto
Copy link
Owner Author

marcotessarotto commented Feb 24, 2023

https://oligarchy.co.uk/xapian/1.4.22/xapian-core-1.4.22.tar.xz

https://oligarchy.co.uk/xapian/1.2.25/xapian-bindings-1.2.25.tar.xz

tar xvf xapian-core-1.4.22.tar.xz
cd xapian-core-1.4.22
./configure
make -j 4
sudo make install
cd ..

tar xvf xapian-bindings-1.2.25.tar.xz
cd xapian-bindings-1.2.25
./configure
make -j 4
sudo make install
cd ..

pip install xapian-haystack
pip install django-haystack

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant