Giter Club home page Giter Club logo

Comments (2)

yosukesuzuki avatar yosukesuzuki commented on July 18, 2024

I got same error.

File "/base/data/home/apps/s~xxxx/1.372597888987958486/gae_python_gcm/gcm.py", line 21, in <module>
    from django.core.cache import cache

File "/base/data/home/runtimes/python27/python27_lib/versions/third_party/django-1.4/django/core/cache/__init__.py", line 76, in <module>
    if not settings.CACHES:

File "/base/data/home/runtimes/python27/python27_lib/versions/third_party/django-1.4/django/utils/functional.py", line 184, in inner
    self._setup()

File "/base/data/home/runtimes/python27/python27_lib/versions/third_party/django-1.4/django/conf/__init__.py", line 40, in _setup
    raise ImportError("Settings cannot be imported, because environment variable %s is undefined." % ENVIRONMENT_VARIABLE)

ImportError: Settings cannot be imported, because environment variable DJANGO_SETTINGS_MODULE is undefined.

I don't use django too.

from gae-python-gcm.

hone5t avatar hone5t commented on July 18, 2024

yup get the same error you have to delete the cache and replace it with memcache
and for importing change to
from google.appengine._internal.django.utils import importlib
and delete the import setting part so there will be no error

from gae-python-gcm.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.