7 buildPythonPackage rec {
14 sha256 = "0yqr60hm700zph6nv8wb6yp2s0i08mahxvw98bvkmw5ijbsviiq7";
17 nativeCheckInputs = [ django ];
19 # django.core.exceptions.ImproperlyConfigured: Requested settings, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before accessing settings
23 description = "Simple Python cache and memoizing module";
24 homepage = "https://github.com/mikeboers/PyMemoize";
25 license = licenses.bsd3;
26 maintainers = with maintainers; [ mmai ];