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

pip install ? #1

Open
BertrandBordage opened this issue Jun 24, 2012 · 2 comments
Open

pip install ? #1

BertrandBordage opened this issue Jun 24, 2012 · 2 comments

Comments

@BertrandBordage
Copy link

Hello!

Just a few silly questions from a newbie:
Do you plan to add this module to pip? Besides, do you currently have a proper way to install it?
This works:
git submodule add [URL] my_project/

But it also puts the README.md of django-method-cache in my_project, which is quite a bad idea.

Cheers,
Bertrand

@bryanhelmig
Copy link
Owner

Hey Bertand, I haven't thought about doing much more with this library. I might just recommend copying the directory into your project and using it like any other app of your own (thats what I do).

I doubt there will be much more updating to the library, as there are other common libs out there as well (like https://bitbucket.org/kmike/django-cache-utils/).

@BertrandBordage
Copy link
Author

Yes, I took a look at django-cache-utils before trying your library.
But django-method-cache was more seducing than django-cache-utils (it requires less code to set up).

Now, after testing both libraries, I abandonned the idea of caching methods.
In my application, caching methods took too much time compared to the amount of use of each cached method.
The solution for my particular case was to simply change my template architecture so that pages are tiny instead of being huge (this is what I call huge : http://criminocorpus.cnrs.fr/lois/45-174/2012-06-26/ [In less than one week it will become tiny]).

Thanks,
Bertrand

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

2 participants