Note that there are some explanatory texts on larger screens.

plurals
  1. POError while trying to deploy django on ec2
    primarykey
    data
    text
    <p>I am trying to deploy django that now runs locally on ec2 ubuntu server. I got this while trying to run python mange.py runserver i searched nothing seems to solve this</p> <pre><code>Traceback (most recent call last): File "manage.py", line 14, in &lt;module&gt; execute_manager(settings) File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 459, in execute_manager utility.execute() File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 382, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 261, in fetch_command klass = load_command_class(app_name, subcommand) File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 69, in load_command_class module = import_module('%s.management.commands.%s' % (app_name, name)) File "/usr/local/lib/python2.7/dist-packages/django/utils/importlib.py", line 35, in import_module __import__(name) File "/usr/local/lib/python2.7/dist-packages/django/contrib/staticfiles/management/commands/runserver.py", line 4, in &lt;module&gt; from django.core.management.commands.runserver import BaseRunserverCommand File "/usr/local/lib/python2.7/dist-packages/django/core/management/commands/runserver.py", line 8, in &lt;module&gt; from django.core.servers.basehttp import AdminMediaHandler, run, WSGIServerException, get_internal_wsgi_application File "/usr/local/lib/python2.7/dist-packages/django/core/servers/basehttp.py", line 28, in &lt;module&gt; from django.contrib.staticfiles import handlers File "/usr/local/lib/python2.7/dist-packages/django/contrib/staticfiles/handlers.py", line 8, in &lt;module&gt; from django.contrib.staticfiles.views import serve File "/usr/local/lib/python2.7/dist-packages/django/contrib/staticfiles/views.py", line 15, in &lt;module&gt; from django.contrib.staticfiles import finders File "/usr/local/lib/python2.7/dist-packages/django/contrib/staticfiles/finders.py", line 11, in &lt;module&gt; from django.contrib.staticfiles.storage import AppStaticStorage File "/usr/local/lib/python2.7/dist-packages/django/contrib/staticfiles/storage.py", line 10, in &lt;module&gt; from django.core.cache import (get_cache, InvalidCacheBackendError, File "/usr/local/lib/python2.7/dist-packages/django/core/cache/__init__.py", line 187, in &lt;module&gt; cache = get_cache(DEFAULT_CACHE_ALIAS) File "/usr/local/lib/python2.7/dist-packages/django/core/cache/__init__.py", line 172, in get_cache backend, location, params = parse_backend_conf(backend, **kwargs) File "/usr/local/lib/python2.7/dist-packages/django/core/cache/__init__.py", line 125, in parse_backend_conf backend = args.pop('BACKEND') KeyError: 'BACKEND' </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload