Skip to content

Instantly share code, notes, and snippets.

@kurianbenoy
Created August 16, 2018 07:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kurianbenoy/e9fcf3f61c2260867739ad8b007564ac to your computer and use it in GitHub Desktop.
Save kurianbenoy/e9fcf3f61c2260867739ad8b007564ac to your computer and use it in GitHub Desktop.
[16/Aug/2018 11:22:00] DEBUG [django.db.backends.schema:124] CREATE TABLE "django_migrations" ("id" serial NOT NULL PRIMARY KEY, "app" varchar(255) NOT NULL, "name" varchar(255) NOT NULL, "applied" timestamp with time zone NOT NULL); (params None)
[16/Aug/2018 11:22:00] DEBUG [django.db.backends.schema:124] CREATE TABLE "django_content_type" ("id" serial NOT NULL PRIMARY KEY, "name" varchar(100) NOT NULL, "app_label" varchar(100) NOT NULL, "model" varchar(100) NOT NULL); (params None)
[16/Aug/2018 11:22:00] DEBUG [django.db.backends.schema:124] ALTER TABLE "django_content_type" ADD CONSTRAINT django_content_type_app_label_model_76bd3d3b_uniq UNIQUE ("app_label", "model"); (params ())
[16/Aug/2018 11:22:00] DEBUG [django.db.backends.schema:124] CREATE TABLE "auth_permission" ("id" serial NOT NULL PRIMARY KEY, "name" varchar(50) NOT NULL, "content_type_id" integer NOT NULL, "codename" varchar(100) NOT NULL); (params None)
[16/Aug/2018 11:22:00] DEBUG [django.db.backends.schema:124] CREATE TABLE "auth_group" ("id" serial NOT NULL PRIMARY KEY, "name" varchar(80) NOT NULL UNIQUE); (params None)
[16/Aug/2018 11:22:00] DEBUG [django.db.backends.schema:124] CREATE TABLE "auth_group_permissions" ("id" serial NOT NULL PRIMARY KEY, "group_id" integer NOT NULL, "permission_id" integer NOT NULL); (params None)
[16/Aug/2018 11:22:00] DEBUG [django.db.backends.schema:124] CREATE TABLE "auth_user" ("id" serial NOT NULL PRIMARY KEY, "password" varchar(128) NOT NULL, "last_login" timestamp with time zone NOT NULL, "is_superuser" boolean NOT NULL, "username" varchar(30) NOT NULL UNIQUE, "first_name" varchar(30) NOT NULL, "last_name" varchar(30) NOT NULL, "email" varchar(75) NOT NULL, "is_staff" boolean NOT NULL, "is_active" boolean NOT NULL, "date_joined" timestamp with time zone NOT NULL); (params None)
[16/Aug/2018 11:22:01] DEBUG [django.db.backends.schema:124] CREATE TABLE "auth_user_groups" ("id" serial NOT NULL PRIMARY KEY, "user_id" integer NOT NULL, "group_id" integer NOT NULL); (params None)
[16/Aug/2018 11:22:01] DEBUG [django.db.backends.schema:124] CREATE TABLE "auth_user_user_permissions" ("id" serial NOT NULL PRIMARY KEY, "user_id" integer NOT NULL, "permission_id" integer NOT NULL); (params None)
[16/Aug/2018 11:22:01] DEBUG [django.db.backends.schema:124] ALTER TABLE "auth_permission" ADD CONSTRAINT "auth_permission_content_type_id_2f476e4b_fk_django_co" FOREIGN KEY ("content_type_id") REFERENCES "django_content_type" ("id") DEFERRABLE INITIALLY DEFERRED; (params ())
[16/Aug/2018 11:22:01] DEBUG [django.db.backends.schema:124] ALTER TABLE "auth_permission" ADD CONSTRAINT auth_permission_content_type_id_codename_01ab375a_uniq UNIQUE ("content_type_id", "codename"); (params ())
[16/Aug/2018 11:22:01] DEBUG [django.db.backends.schema:124] CREATE INDEX "auth_permission_content_type_id_2f476e4b" ON "auth_permission" ("content_type_id"); (params ())
[16/Aug/2018 11:22:01] DEBUG [django.db.backends.schema:124] CREATE INDEX "auth_group_name_a6ea08ec_like" ON "auth_group" ("name" varchar_pattern_ops); (params ())
[16/Aug/2018 11:22:01] DEBUG [django.db.backends.schema:124] ALTER TABLE "auth_group_permissions" ADD CONSTRAINT "auth_group_permissions_group_id_b120cbf9_fk_auth_group_id" FOREIGN KEY ("group_id") REFERENCES "auth_group" ("id") DEFERRABLE INITIALLY DEFERRED; (params ())
[16/Aug/2018 11:22:01] DEBUG [django.db.backends.schema:124] ALTER TABLE "auth_group_permissions" ADD CONSTRAINT "auth_group_permissio_permission_id_84c5c92e_fk_auth_perm" FOREIGN KEY ("permission_id") REFERENCES "auth_permission" ("id") DEFERRABLE INITIALLY DEFERRED; (params ())
[16/Aug/2018 11:22:01] DEBUG [django.db.backends.schema:124] ALTER TABLE "auth_group_permissions" ADD CONSTRAINT auth_group_permissions_group_id_permission_id_0cd325b0_uniq UNIQUE ("group_id", "permission_id"); (params ())
[16/Aug/2018 11:22:01] DEBUG [django.db.backends.schema:124] CREATE INDEX "auth_group_permissions_group_id_b120cbf9" ON "auth_group_permissions" ("group_id"); (params ())
[16/Aug/2018 11:22:01] DEBUG [django.db.backends.schema:124] CREATE INDEX "auth_group_permissions_permission_id_84c5c92e" ON "auth_group_permissions" ("permission_id"); (params ())
[16/Aug/2018 11:22:01] DEBUG [django.db.backends.schema:124] CREATE INDEX "auth_user_username_6821ab7c_like" ON "auth_user" ("username" varchar_pattern_ops); (params ())
[16/Aug/2018 11:22:01] DEBUG [django.db.backends.schema:124] ALTER TABLE "auth_user_groups" ADD CONSTRAINT "auth_user_groups_user_id_6a12ed8b_fk_auth_user_id" FOREIGN KEY ("user_id") REFERENCES "auth_user" ("id") DEFERRABLE INITIALLY DEFERRED; (params ())
[16/Aug/2018 11:22:01] DEBUG [django.db.backends.schema:124] ALTER TABLE "auth_user_groups" ADD CONSTRAINT "auth_user_groups_group_id_97559544_fk_auth_group_id" FOREIGN KEY ("group_id") REFERENCES "auth_group" ("id") DEFERRABLE INITIALLY DEFERRED; (params ())
[16/Aug/2018 11:22:01] DEBUG [django.db.backends.schema:124] ALTER TABLE "auth_user_groups" ADD CONSTRAINT auth_user_groups_user_id_group_id_94350c0c_uniq UNIQUE ("user_id", "group_id"); (params ())
[16/Aug/2018 11:22:01] DEBUG [django.db.backends.schema:124] CREATE INDEX "auth_user_groups_user_id_6a12ed8b" ON "auth_user_groups" ("user_id"); (params ())
[16/Aug/2018 11:22:01] DEBUG [django.db.backends.schema:124] CREATE INDEX "auth_user_groups_group_id_97559544" ON "auth_user_groups" ("group_id"); (params ())
[16/Aug/2018 11:22:01] DEBUG [django.db.backends.schema:124] ALTER TABLE "auth_user_user_permissions" ADD CONSTRAINT "auth_user_user_permissions_user_id_a95ead1b_fk_auth_user_id" FOREIGN KEY ("user_id") REFERENCES "auth_user" ("id") DEFERRABLE INITIALLY DEFERRED; (params ())
[16/Aug/2018 11:22:01] DEBUG [django.db.backends.schema:124] ALTER TABLE "auth_user_user_permissions" ADD CONSTRAINT "auth_user_user_permi_permission_id_1fbb5f2c_fk_auth_perm" FOREIGN KEY ("permission_id") REFERENCES "auth_permission" ("id") DEFERRABLE INITIALLY DEFERRED; (params ())
[16/Aug/2018 11:22:01] DEBUG [django.db.backends.schema:124] ALTER TABLE "auth_user_user_permissions" ADD CONSTRAINT auth_user_user_permissions_user_id_permission_id_14a6b632_uniq UNIQUE ("user_id", "permission_id"); (params ())
[16/Aug/2018 11:22:01] DEBUG [django.db.backends.schema:124] CREATE INDEX "auth_user_user_permissions_user_id_a95ead1b" ON "auth_user_user_permissions" ("user_id"); (params ())
[16/Aug/2018 11:22:01] DEBUG [django.db.backends.schema:124] CREATE INDEX "auth_user_user_permissions_permission_id_1fbb5f2c" ON "auth_user_user_permissions" ("permission_id"); (params ())
[16/Aug/2018 11:22:01] DEBUG [django.db.backends.schema:124] CREATE TABLE "django_admin_log" ("id" serial NOT NULL PRIMARY KEY, "action_time" timestamp with time zone NOT NULL, "object_id" text NULL, "object_repr" varchar(200) NOT NULL, "action_flag" smallint NOT NULL CHECK ("action_flag" >= 0), "change_message" text NOT NULL, "content_type_id" integer NULL, "user_id" integer NOT NULL); (params None)
[16/Aug/2018 11:22:01] DEBUG [django.db.backends.schema:124] ALTER TABLE "django_admin_log" ADD CONSTRAINT "django_admin_log_content_type_id_c4bce8eb_fk_django_co" FOREIGN KEY ("content_type_id") REFERENCES "django_content_type" ("id") DEFERRABLE INITIALLY DEFERRED; (params ())
[16/Aug/2018 11:22:01] DEBUG [django.db.backends.schema:124] ALTER TABLE "django_admin_log" ADD CONSTRAINT "django_admin_log_user_id_c564eba6_fk_auth_user_id" FOREIGN KEY ("user_id") REFERENCES "auth_user" ("id") DEFERRABLE INITIALLY DEFERRED; (params ())
[16/Aug/2018 11:22:01] DEBUG [django.db.backends.schema:124] CREATE INDEX "django_admin_log_content_type_id_c4bce8eb" ON "django_admin_log" ("content_type_id"); (params ())
[16/Aug/2018 11:22:02] DEBUG [django.db.backends.schema:124] CREATE INDEX "django_admin_log_user_id_c564eba6" ON "django_admin_log" ("user_id"); (params ())
[16/Aug/2018 11:22:02] DEBUG [django.db.backends.schema:124] ALTER TABLE "django_content_type" ALTER COLUMN "name" DROP NOT NULL; (params [])
[16/Aug/2018 11:22:02] DEBUG [django.db.backends.schema:124] ALTER TABLE "django_content_type" DROP COLUMN "name" CASCADE; (params ())
[16/Aug/2018 11:22:02] DEBUG [django.db.backends.schema:124] ALTER TABLE "auth_permission" ALTER COLUMN "name" TYPE varchar(255) USING "name"::varchar(255); (params [])
[16/Aug/2018 11:22:02] DEBUG [django.db.backends.schema:124] ALTER TABLE "auth_user" ALTER COLUMN "email" TYPE varchar(254) USING "email"::varchar(254); (params [])
[16/Aug/2018 11:22:02] DEBUG [django.db.backends.schema:124] ALTER TABLE "auth_user" ALTER COLUMN "last_login" DROP NOT NULL; (params [])
[16/Aug/2018 11:22:02] DEBUG [django.db.backends.schema:124] ALTER TABLE "auth_user" ALTER COLUMN "username" TYPE varchar(150) USING "username"::varchar(150); (params [])
[16/Aug/2018 11:22:02] DEBUG [django.db.backends.schema:124] ALTER TABLE "auth_user" ALTER COLUMN "last_name" TYPE varchar(150) USING "last_name"::varchar(150); (params [])
[16/Aug/2018 11:22:02] DEBUG [django.db.backends.schema:124] CREATE TABLE "mainapp_request" ("id" serial NOT NULL PRIMARY KEY, "district" varchar(15) NOT NULL, "location" varchar(500) NOT NULL, "requestee" varchar(100) NOT NULL, "requestee_phone" varchar(10) NOT NULL, "needwater" boolean NOT NULL, "needfood" boolean NOT NULL, "needcloth" boolean NOT NULL, "needmed" boolean NOT NULL, "needothers" varchar(500) NOT NULL, "status" boolean NOT NULL, "supply_details" varchar(100) NOT NULL); (params None)
[16/Aug/2018 11:22:02] DEBUG [django.db.backends.schema:124] ALTER TABLE "mainapp_request" ADD COLUMN "dateadded" timestamp with time zone DEFAULT %s NOT NULL; (params [datetime.datetime(2018, 8, 16, 5, 52, 2, 689039, tzinfo=<UTC>)])
[16/Aug/2018 11:22:02] DEBUG [django.db.backends.schema:124] ALTER TABLE "mainapp_request" ALTER COLUMN "dateadded" DROP DEFAULT; (params [])
[16/Aug/2018 11:22:02] DEBUG [django.db.backends.schema:124] CREATE TABLE "mainapp_volunteer" ("id" serial NOT NULL PRIMARY KEY, "district" varchar(15) NOT NULL, "name" varchar(100) NOT NULL, "phone" varchar(10) NOT NULL, "organisation" varchar(250) NOT NULL, "address" varchar(1000) NOT NULL, "is_spoc" boolean NOT NULL); (params None)
[16/Aug/2018 11:22:03] DEBUG [django.db.backends.schema:124] ALTER TABLE "mainapp_volunteer" ALTER COLUMN "address" TYPE text USING "address"::text; (params [])
[16/Aug/2018 11:22:03] DEBUG [django.db.backends.schema:124] ALTER TABLE "mainapp_request" ADD COLUMN "needkit_util" boolean DEFAULT %s NOT NULL; (params [False])
[16/Aug/2018 11:22:03] DEBUG [django.db.backends.schema:124] ALTER TABLE "mainapp_request" ALTER COLUMN "needkit_util" DROP DEFAULT; (params [])
[16/Aug/2018 11:22:03] DEBUG [django.db.backends.schema:124] ALTER TABLE "mainapp_request" ADD COLUMN "needtoilet" boolean DEFAULT %s NOT NULL; (params [False])
[16/Aug/2018 11:22:03] DEBUG [django.db.backends.schema:124] ALTER TABLE "mainapp_request" ALTER COLUMN "needtoilet" DROP DEFAULT; (params [])
[16/Aug/2018 11:22:03] DEBUG [django.db.backends.schema:124] ALTER TABLE "mainapp_request" ALTER COLUMN "status" TYPE varchar(10) USING "status"::varchar(10); (params [])
[16/Aug/2018 11:22:03] DEBUG [django.db.backends.schema:124] ALTER TABLE "mainapp_request" ADD COLUMN "detailcloth" varchar(250) DEFAULT %s NOT NULL; (params [''])
[16/Aug/2018 11:22:03] DEBUG [django.db.backends.schema:124] ALTER TABLE "mainapp_request" ALTER COLUMN "detailcloth" DROP DEFAULT; (params [])
[16/Aug/2018 11:22:03] DEBUG [django.db.backends.schema:124] ALTER TABLE "mainapp_request" ADD COLUMN "detailfood" varchar(250) DEFAULT %s NOT NULL; (params [''])
[16/Aug/2018 11:22:03] DEBUG [django.db.backends.schema:124] ALTER TABLE "mainapp_request" ALTER COLUMN "detailfood" DROP DEFAULT; (params [])
[16/Aug/2018 11:22:03] DEBUG [django.db.backends.schema:124] ALTER TABLE "mainapp_request" ADD COLUMN "detailkit_util" varchar(250) DEFAULT %s NOT NULL; (params [''])
[16/Aug/2018 11:22:03] DEBUG [django.db.backends.schema:124] ALTER TABLE "mainapp_request" ALTER COLUMN "detailkit_util" DROP DEFAULT; (params [])
[16/Aug/2018 11:22:03] DEBUG [django.db.backends.schema:124] ALTER TABLE "mainapp_request" ADD COLUMN "detailmed" varchar(250) DEFAULT %s NOT NULL; (params [''])
[16/Aug/2018 11:22:03] DEBUG [django.db.backends.schema:124] ALTER TABLE "mainapp_request" ALTER COLUMN "detailmed" DROP DEFAULT; (params [])
[16/Aug/2018 11:22:03] DEBUG [django.db.backends.schema:124] ALTER TABLE "mainapp_request" ADD COLUMN "detailtoilet" varchar(250) DEFAULT %s NOT NULL; (params [''])
[16/Aug/2018 11:22:03] DEBUG [django.db.backends.schema:124] ALTER TABLE "mainapp_request" ALTER COLUMN "detailtoilet" DROP DEFAULT; (params [])
[16/Aug/2018 11:22:03] DEBUG [django.db.backends.schema:124] ALTER TABLE "mainapp_request" ADD COLUMN "detailwater" varchar(250) DEFAULT %s NOT NULL; (params [''])
[16/Aug/2018 11:22:04] DEBUG [django.db.backends.schema:124] ALTER TABLE "mainapp_request" ALTER COLUMN "detailwater" DROP DEFAULT; (params [])
[16/Aug/2018 11:22:04] DEBUG [django.db.backends.schema:124] CREATE TABLE "mainapp_contributors" ("id" serial NOT NULL PRIMARY KEY, "district" varchar(15) NOT NULL, "name" varchar(100) NOT NULL, "phone" varchar(10) NOT NULL, "address" text NOT NULL, "commodities" text NOT NULL); (params None)
[16/Aug/2018 11:22:04] DEBUG [django.db.backends.schema:124] ALTER TABLE "mainapp_contributors" RENAME TO "mainapp_contributor"; (params ())
[16/Aug/2018 11:22:04] DEBUG [django.db.backends.schema:124] CREATE TABLE "mainapp_districtneeds" ("id" serial NOT NULL PRIMARY KEY, "district" varchar(15) NOT NULL, "needs" text NOT NULL, "status" text NOT NULL); (params None)
[16/Aug/2018 11:22:04] DEBUG [django.db.backends.schema:124] ALTER TABLE "mainapp_districtneeds" RENAME TO "mainapp_districtneed"; (params ())
[16/Aug/2018 11:22:04] DEBUG [django.db.backends.schema:124] ALTER TABLE "mainapp_contributor" ADD COLUMN "status" varchar(10) DEFAULT %s NOT NULL; (params ['new'])
[16/Aug/2018 11:22:04] DEBUG [django.db.backends.schema:124] ALTER TABLE "mainapp_contributor" ALTER COLUMN "status" DROP DEFAULT; (params [])
[16/Aug/2018 11:22:04] DEBUG [django.db.backends.schema:124] ALTER TABLE "mainapp_districtneed" DROP COLUMN "status" CASCADE; (params ())
[16/Aug/2018 11:22:04] DEBUG [django.db.backends.schema:124] ALTER TABLE "mainapp_districtneed" ADD COLUMN "cnandpts" text DEFAULT %s NOT NULL; (params [' '])
[16/Aug/2018 11:22:04] DEBUG [django.db.backends.schema:124] ALTER TABLE "mainapp_districtneed" ALTER COLUMN "cnandpts" DROP DEFAULT; (params [])
[16/Aug/2018 11:22:04] DEBUG [django.db.backends.schema:124] CREATE TABLE "mainapp_districtcollection" ("id" serial NOT NULL PRIMARY KEY, "district" varchar(15) NOT NULL, "collection" text NOT NULL); (params None)
[16/Aug/2018 11:22:04] DEBUG [django.db.backends.schema:124] ALTER TABLE "mainapp_volunteer" ADD COLUMN "is_dm" boolean DEFAULT %s NOT NULL; (params [False])
[16/Aug/2018 11:22:04] DEBUG [django.db.backends.schema:124] ALTER TABLE "mainapp_volunteer" ALTER COLUMN "is_dm" DROP DEFAULT; (params [])
[16/Aug/2018 11:22:05] DEBUG [django.db.backends.schema:124] CREATE TABLE "mainapp_districtmanager" ("id" serial NOT NULL PRIMARY KEY, "district" varchar(15) NOT NULL, "name" varchar(100) NOT NULL, "phone" varchar(10) NOT NULL, "email" varchar(100) NOT NULL); (params None)
[16/Aug/2018 11:22:05] DEBUG [django.db.backends.schema:124] ALTER TABLE "mainapp_volunteer" DROP COLUMN "is_dm" CASCADE; (params ())
[16/Aug/2018 11:22:05] DEBUG [django.db.backends.schema:124] ALTER TABLE "mainapp_volunteer" ADD COLUMN "joined" timestamp with time zone DEFAULT %s NOT NULL; (params [datetime.datetime(2018, 8, 16, 5, 52, 5, 119580, tzinfo=<UTC>)])
[16/Aug/2018 11:22:05] DEBUG [django.db.backends.schema:124] ALTER TABLE "mainapp_volunteer" ALTER COLUMN "joined" DROP DEFAULT; (params [])
[16/Aug/2018 11:22:05] DEBUG [django.db.backends.schema:124] ALTER TABLE "mainapp_volunteer" ADD COLUMN "area" varchar(15) DEFAULT %s NOT NULL; (params ['oth'])
[16/Aug/2018 11:22:05] DEBUG [django.db.backends.schema:124] ALTER TABLE "mainapp_volunteer" ALTER COLUMN "area" DROP DEFAULT; (params [])
[16/Aug/2018 11:22:05] DEBUG [django.db.backends.schema:124] ALTER TABLE "mainapp_districtmanager" ALTER COLUMN "phone" TYPE varchar(11) USING "phone"::varchar(11); (params [])
[16/Aug/2018 11:22:05] DEBUG [django.db.backends.schema:124] CREATE TABLE "django_session" ("session_key" varchar(40) NOT NULL PRIMARY KEY, "session_data" text NOT NULL, "expire_date" timestamp with time zone NOT NULL); (params None)
[16/Aug/2018 11:22:05] DEBUG [django.db.backends.schema:124] CREATE INDEX "django_session_session_key_c0390e0f_like" ON "django_session" ("session_key" varchar_pattern_ops); (params ())
[16/Aug/2018 11:22:05] DEBUG [django.db.backends.schema:124] CREATE INDEX "django_session_expire_date_a5c62663" ON "django_session" ("expire_date"); (params ())
[16/Aug/2018 11:23:09] ERROR [django.request:228] Internal Server Error: /
Traceback (most recent call last):
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/core/handlers/exception.py", line 34, in inner
response = get_response(request)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/core/handlers/base.py", line 156, in _get_response
response = self.process_exception_by_middleware(e, request)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/core/handlers/base.py", line 154, in _get_response
response = response.render()
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/response.py", line 106, in render
self.content = self.rendered_content
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/response.py", line 83, in rendered_content
content = template.render(context, self._request)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/backends/django.py", line 61, in render
return self.template.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 171, in render
return self._render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 163, in _render
return self.nodelist.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 937, in render
bit = node.render_annotated(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 904, in render_annotated
return self.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/loader_tags.py", line 150, in render
return compiled_parent._render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 163, in _render
return self.nodelist.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 937, in render
bit = node.render_annotated(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 904, in render_annotated
return self.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/templatetags/static.py", line 106, in render
url = self.url(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/templatetags/static.py", line 103, in url
return self.handle_simple(path)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/templatetags/static.py", line 118, in handle_simple
return staticfiles_storage.url(path)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/contrib/staticfiles/storage.py", line 152, in url
return self._url(self.stored_name, name, force)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/contrib/staticfiles/storage.py", line 131, in _url
hashed_name = hashed_name_func(*args)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/contrib/staticfiles/storage.py", line 419, in stored_name
raise ValueError("Missing staticfiles manifest entry for '%s'" % clean_name)
ValueError: Missing staticfiles manifest entry for 'fonts/fonts.css'
[16/Aug/2018 11:23:09] ERROR [django.server:124] "GET / HTTP/1.1" 500 27
[16/Aug/2018 11:23:09] WARNING [django.request:228] Not Found: /favicon.ico
[16/Aug/2018 11:23:09] WARNING [django.server:124] "GET /favicon.ico HTTP/1.1" 404 85
[16/Aug/2018 11:23:14] ERROR [django.request:228] Internal Server Error: /
Traceback (most recent call last):
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/core/handlers/exception.py", line 34, in inner
response = get_response(request)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/core/handlers/base.py", line 156, in _get_response
response = self.process_exception_by_middleware(e, request)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/core/handlers/base.py", line 154, in _get_response
response = response.render()
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/response.py", line 106, in render
self.content = self.rendered_content
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/response.py", line 83, in rendered_content
content = template.render(context, self._request)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/backends/django.py", line 61, in render
return self.template.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 171, in render
return self._render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 163, in _render
return self.nodelist.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 937, in render
bit = node.render_annotated(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 904, in render_annotated
return self.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/loader_tags.py", line 150, in render
return compiled_parent._render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 163, in _render
return self.nodelist.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 937, in render
bit = node.render_annotated(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 904, in render_annotated
return self.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/templatetags/static.py", line 106, in render
url = self.url(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/templatetags/static.py", line 103, in url
return self.handle_simple(path)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/templatetags/static.py", line 118, in handle_simple
return staticfiles_storage.url(path)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/contrib/staticfiles/storage.py", line 152, in url
return self._url(self.stored_name, name, force)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/contrib/staticfiles/storage.py", line 131, in _url
hashed_name = hashed_name_func(*args)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/contrib/staticfiles/storage.py", line 419, in stored_name
raise ValueError("Missing staticfiles manifest entry for '%s'" % clean_name)
ValueError: Missing staticfiles manifest entry for 'fonts/fonts.css'
[16/Aug/2018 11:23:14] ERROR [django.server:124] "GET / HTTP/1.1" 500 27
[16/Aug/2018 11:26:06] ERROR [django.request:228] Internal Server Error: /
Traceback (most recent call last):
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/core/handlers/exception.py", line 34, in inner
response = get_response(request)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/core/handlers/base.py", line 156, in _get_response
response = self.process_exception_by_middleware(e, request)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/core/handlers/base.py", line 154, in _get_response
response = response.render()
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/response.py", line 106, in render
self.content = self.rendered_content
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/response.py", line 83, in rendered_content
content = template.render(context, self._request)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/backends/django.py", line 61, in render
return self.template.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 171, in render
return self._render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 163, in _render
return self.nodelist.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 937, in render
bit = node.render_annotated(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 904, in render_annotated
return self.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/loader_tags.py", line 150, in render
return compiled_parent._render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 163, in _render
return self.nodelist.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 937, in render
bit = node.render_annotated(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 904, in render_annotated
return self.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/templatetags/static.py", line 106, in render
url = self.url(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/templatetags/static.py", line 103, in url
return self.handle_simple(path)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/templatetags/static.py", line 118, in handle_simple
return staticfiles_storage.url(path)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/contrib/staticfiles/storage.py", line 152, in url
return self._url(self.stored_name, name, force)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/contrib/staticfiles/storage.py", line 131, in _url
hashed_name = hashed_name_func(*args)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/contrib/staticfiles/storage.py", line 419, in stored_name
raise ValueError("Missing staticfiles manifest entry for '%s'" % clean_name)
ValueError: Missing staticfiles manifest entry for 'fonts/fonts.css'
[16/Aug/2018 11:26:06] ERROR [django.server:124] "GET / HTTP/1.1" 500 27
[16/Aug/2018 11:26:07] ERROR [django.request:228] Internal Server Error: /
Traceback (most recent call last):
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/core/handlers/exception.py", line 34, in inner
response = get_response(request)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/core/handlers/base.py", line 156, in _get_response
response = self.process_exception_by_middleware(e, request)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/core/handlers/base.py", line 154, in _get_response
response = response.render()
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/response.py", line 106, in render
self.content = self.rendered_content
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/response.py", line 83, in rendered_content
content = template.render(context, self._request)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/backends/django.py", line 61, in render
return self.template.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 171, in render
return self._render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 163, in _render
return self.nodelist.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 937, in render
bit = node.render_annotated(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 904, in render_annotated
return self.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/loader_tags.py", line 150, in render
return compiled_parent._render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 163, in _render
return self.nodelist.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 937, in render
bit = node.render_annotated(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 904, in render_annotated
return self.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/templatetags/static.py", line 106, in render
url = self.url(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/templatetags/static.py", line 103, in url
return self.handle_simple(path)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/templatetags/static.py", line 118, in handle_simple
return staticfiles_storage.url(path)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/contrib/staticfiles/storage.py", line 152, in url
return self._url(self.stored_name, name, force)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/contrib/staticfiles/storage.py", line 131, in _url
hashed_name = hashed_name_func(*args)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/contrib/staticfiles/storage.py", line 419, in stored_name
raise ValueError("Missing staticfiles manifest entry for '%s'" % clean_name)
ValueError: Missing staticfiles manifest entry for 'fonts/fonts.css'
[16/Aug/2018 11:26:07] ERROR [django.server:124] "GET / HTTP/1.1" 500 27
[16/Aug/2018 11:26:07] ERROR [django.request:228] Internal Server Error: /
Traceback (most recent call last):
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/core/handlers/exception.py", line 34, in inner
response = get_response(request)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/core/handlers/base.py", line 156, in _get_response
response = self.process_exception_by_middleware(e, request)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/core/handlers/base.py", line 154, in _get_response
response = response.render()
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/response.py", line 106, in render
self.content = self.rendered_content
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/response.py", line 83, in rendered_content
content = template.render(context, self._request)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/backends/django.py", line 61, in render
return self.template.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 171, in render
return self._render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 163, in _render
return self.nodelist.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 937, in render
bit = node.render_annotated(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 904, in render_annotated
return self.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/loader_tags.py", line 150, in render
return compiled_parent._render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 163, in _render
return self.nodelist.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 937, in render
bit = node.render_annotated(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 904, in render_annotated
return self.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/templatetags/static.py", line 106, in render
url = self.url(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/templatetags/static.py", line 103, in url
return self.handle_simple(path)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/templatetags/static.py", line 118, in handle_simple
return staticfiles_storage.url(path)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/contrib/staticfiles/storage.py", line 152, in url
return self._url(self.stored_name, name, force)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/contrib/staticfiles/storage.py", line 131, in _url
hashed_name = hashed_name_func(*args)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/contrib/staticfiles/storage.py", line 419, in stored_name
raise ValueError("Missing staticfiles manifest entry for '%s'" % clean_name)
ValueError: Missing staticfiles manifest entry for 'fonts/fonts.css'
[16/Aug/2018 11:26:07] ERROR [django.server:124] "GET / HTTP/1.1" 500 27
[16/Aug/2018 11:26:08] ERROR [django.request:228] Internal Server Error: /
Traceback (most recent call last):
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/core/handlers/exception.py", line 34, in inner
response = get_response(request)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/core/handlers/base.py", line 156, in _get_response
response = self.process_exception_by_middleware(e, request)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/core/handlers/base.py", line 154, in _get_response
response = response.render()
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/response.py", line 106, in render
self.content = self.rendered_content
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/response.py", line 83, in rendered_content
content = template.render(context, self._request)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/backends/django.py", line 61, in render
return self.template.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 171, in render
return self._render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 163, in _render
return self.nodelist.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 937, in render
bit = node.render_annotated(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 904, in render_annotated
return self.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/loader_tags.py", line 150, in render
return compiled_parent._render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 163, in _render
return self.nodelist.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 937, in render
bit = node.render_annotated(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 904, in render_annotated
return self.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/templatetags/static.py", line 106, in render
url = self.url(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/templatetags/static.py", line 103, in url
return self.handle_simple(path)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/templatetags/static.py", line 118, in handle_simple
return staticfiles_storage.url(path)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/contrib/staticfiles/storage.py", line 152, in url
return self._url(self.stored_name, name, force)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/contrib/staticfiles/storage.py", line 131, in _url
hashed_name = hashed_name_func(*args)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/contrib/staticfiles/storage.py", line 419, in stored_name
raise ValueError("Missing staticfiles manifest entry for '%s'" % clean_name)
ValueError: Missing staticfiles manifest entry for 'fonts/fonts.css'
[16/Aug/2018 11:26:08] ERROR [django.server:124] "GET / HTTP/1.1" 500 27
[16/Aug/2018 11:26:12] ERROR [django.request:228] Internal Server Error: /
Traceback (most recent call last):
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/core/handlers/exception.py", line 34, in inner
response = get_response(request)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/core/handlers/base.py", line 156, in _get_response
response = self.process_exception_by_middleware(e, request)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/core/handlers/base.py", line 154, in _get_response
response = response.render()
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/response.py", line 106, in render
self.content = self.rendered_content
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/response.py", line 83, in rendered_content
content = template.render(context, self._request)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/backends/django.py", line 61, in render
return self.template.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 171, in render
return self._render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 163, in _render
return self.nodelist.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 937, in render
bit = node.render_annotated(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 904, in render_annotated
return self.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/loader_tags.py", line 150, in render
return compiled_parent._render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 163, in _render
return self.nodelist.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 937, in render
bit = node.render_annotated(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 904, in render_annotated
return self.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/templatetags/static.py", line 106, in render
url = self.url(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/templatetags/static.py", line 103, in url
return self.handle_simple(path)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/templatetags/static.py", line 118, in handle_simple
return staticfiles_storage.url(path)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/contrib/staticfiles/storage.py", line 152, in url
return self._url(self.stored_name, name, force)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/contrib/staticfiles/storage.py", line 131, in _url
hashed_name = hashed_name_func(*args)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/contrib/staticfiles/storage.py", line 419, in stored_name
raise ValueError("Missing staticfiles manifest entry for '%s'" % clean_name)
ValueError: Missing staticfiles manifest entry for 'fonts/fonts.css'
[16/Aug/2018 11:26:12] ERROR [django.server:124] "GET / HTTP/1.1" 500 27
[16/Aug/2018 11:28:51] ERROR [django.request:228] Internal Server Error: /
Traceback (most recent call last):
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/core/handlers/exception.py", line 34, in inner
response = get_response(request)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/core/handlers/base.py", line 156, in _get_response
response = self.process_exception_by_middleware(e, request)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/core/handlers/base.py", line 154, in _get_response
response = response.render()
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/response.py", line 106, in render
self.content = self.rendered_content
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/response.py", line 83, in rendered_content
content = template.render(context, self._request)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/backends/django.py", line 61, in render
return self.template.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 171, in render
return self._render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 163, in _render
return self.nodelist.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 937, in render
bit = node.render_annotated(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 904, in render_annotated
return self.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/loader_tags.py", line 150, in render
return compiled_parent._render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 163, in _render
return self.nodelist.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 937, in render
bit = node.render_annotated(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 904, in render_annotated
return self.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/templatetags/static.py", line 106, in render
url = self.url(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/templatetags/static.py", line 103, in url
return self.handle_simple(path)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/templatetags/static.py", line 118, in handle_simple
return staticfiles_storage.url(path)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/contrib/staticfiles/storage.py", line 152, in url
return self._url(self.stored_name, name, force)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/contrib/staticfiles/storage.py", line 131, in _url
hashed_name = hashed_name_func(*args)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/contrib/staticfiles/storage.py", line 419, in stored_name
raise ValueError("Missing staticfiles manifest entry for '%s'" % clean_name)
ValueError: Missing staticfiles manifest entry for 'fonts/fonts.css'
[16/Aug/2018 11:28:51] ERROR [django.server:124] "GET / HTTP/1.1" 500 27
[16/Aug/2018 11:28:52] WARNING [django.request:228] Not Found: /favicon.ico
[16/Aug/2018 11:28:52] WARNING [django.server:124] "GET /favicon.ico HTTP/1.1" 404 85
[16/Aug/2018 11:29:08] INFO [django.server:124] "GET /admin HTTP/1.1" 301 0
[16/Aug/2018 11:29:08] INFO [django.server:124] "GET /admin/ HTTP/1.1" 302 0
[16/Aug/2018 11:29:08] ERROR [django.request:228] Internal Server Error: /admin/login/
Traceback (most recent call last):
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/core/handlers/exception.py", line 34, in inner
response = get_response(request)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/core/handlers/base.py", line 156, in _get_response
response = self.process_exception_by_middleware(e, request)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/core/handlers/base.py", line 154, in _get_response
response = response.render()
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/response.py", line 106, in render
self.content = self.rendered_content
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/response.py", line 83, in rendered_content
content = template.render(context, self._request)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/backends/django.py", line 61, in render
return self.template.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 171, in render
return self._render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 163, in _render
return self.nodelist.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 937, in render
bit = node.render_annotated(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 904, in render_annotated
return self.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/loader_tags.py", line 150, in render
return compiled_parent._render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 163, in _render
return self.nodelist.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 937, in render
bit = node.render_annotated(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 904, in render_annotated
return self.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/loader_tags.py", line 150, in render
return compiled_parent._render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 163, in _render
return self.nodelist.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 937, in render
bit = node.render_annotated(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 904, in render_annotated
return self.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/loader_tags.py", line 62, in render
result = block.nodelist.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 937, in render
bit = node.render_annotated(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 904, in render_annotated
return self.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/templatetags/static.py", line 106, in render
url = self.url(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/templatetags/static.py", line 103, in url
return self.handle_simple(path)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/templatetags/static.py", line 118, in handle_simple
return staticfiles_storage.url(path)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/contrib/staticfiles/storage.py", line 152, in url
return self._url(self.stored_name, name, force)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/contrib/staticfiles/storage.py", line 131, in _url
hashed_name = hashed_name_func(*args)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/contrib/staticfiles/storage.py", line 419, in stored_name
raise ValueError("Missing staticfiles manifest entry for '%s'" % clean_name)
ValueError: Missing staticfiles manifest entry for 'admin/css/base.css'
[16/Aug/2018 11:29:08] ERROR [django.server:124] "GET /admin/login/?next=/admin/ HTTP/1.1" 500 27
[16/Aug/2018 11:35:43] ERROR [django.request:228] Internal Server Error: /admin/login/
Traceback (most recent call last):
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/core/handlers/exception.py", line 34, in inner
response = get_response(request)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/core/handlers/base.py", line 156, in _get_response
response = self.process_exception_by_middleware(e, request)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/core/handlers/base.py", line 154, in _get_response
response = response.render()
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/response.py", line 106, in render
self.content = self.rendered_content
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/response.py", line 83, in rendered_content
content = template.render(context, self._request)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/backends/django.py", line 61, in render
return self.template.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 171, in render
return self._render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 163, in _render
return self.nodelist.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 937, in render
bit = node.render_annotated(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 904, in render_annotated
return self.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/loader_tags.py", line 150, in render
return compiled_parent._render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 163, in _render
return self.nodelist.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 937, in render
bit = node.render_annotated(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 904, in render_annotated
return self.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/loader_tags.py", line 150, in render
return compiled_parent._render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 163, in _render
return self.nodelist.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 937, in render
bit = node.render_annotated(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 904, in render_annotated
return self.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/loader_tags.py", line 62, in render
result = block.nodelist.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 937, in render
bit = node.render_annotated(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 904, in render_annotated
return self.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/templatetags/static.py", line 106, in render
url = self.url(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/templatetags/static.py", line 103, in url
return self.handle_simple(path)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/templatetags/static.py", line 118, in handle_simple
return staticfiles_storage.url(path)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/contrib/staticfiles/storage.py", line 152, in url
return self._url(self.stored_name, name, force)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/contrib/staticfiles/storage.py", line 131, in _url
hashed_name = hashed_name_func(*args)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/contrib/staticfiles/storage.py", line 419, in stored_name
raise ValueError("Missing staticfiles manifest entry for '%s'" % clean_name)
ValueError: Missing staticfiles manifest entry for 'admin/css/base.css'
[16/Aug/2018 11:35:43] ERROR [django.server:124] "GET /admin/login/?next=/admin/ HTTP/1.1" 500 27
[16/Aug/2018 11:35:44] ERROR [django.request:228] Internal Server Error: /admin/login/
Traceback (most recent call last):
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/core/handlers/exception.py", line 34, in inner
response = get_response(request)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/core/handlers/base.py", line 156, in _get_response
response = self.process_exception_by_middleware(e, request)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/core/handlers/base.py", line 154, in _get_response
response = response.render()
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/response.py", line 106, in render
self.content = self.rendered_content
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/response.py", line 83, in rendered_content
content = template.render(context, self._request)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/backends/django.py", line 61, in render
return self.template.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 171, in render
return self._render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 163, in _render
return self.nodelist.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 937, in render
bit = node.render_annotated(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 904, in render_annotated
return self.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/loader_tags.py", line 150, in render
return compiled_parent._render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 163, in _render
return self.nodelist.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 937, in render
bit = node.render_annotated(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 904, in render_annotated
return self.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/loader_tags.py", line 150, in render
return compiled_parent._render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 163, in _render
return self.nodelist.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 937, in render
bit = node.render_annotated(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 904, in render_annotated
return self.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/loader_tags.py", line 62, in render
result = block.nodelist.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 937, in render
bit = node.render_annotated(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 904, in render_annotated
return self.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/templatetags/static.py", line 106, in render
url = self.url(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/templatetags/static.py", line 103, in url
return self.handle_simple(path)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/templatetags/static.py", line 118, in handle_simple
return staticfiles_storage.url(path)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/contrib/staticfiles/storage.py", line 152, in url
return self._url(self.stored_name, name, force)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/contrib/staticfiles/storage.py", line 131, in _url
hashed_name = hashed_name_func(*args)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/contrib/staticfiles/storage.py", line 419, in stored_name
raise ValueError("Missing staticfiles manifest entry for '%s'" % clean_name)
ValueError: Missing staticfiles manifest entry for 'admin/css/base.css'
[16/Aug/2018 11:35:44] ERROR [django.server:124] "GET /admin/login/?next=/admin/ HTTP/1.1" 500 27
[16/Aug/2018 11:35:44] ERROR [django.request:228] Internal Server Error: /admin/login/
Traceback (most recent call last):
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/core/handlers/exception.py", line 34, in inner
response = get_response(request)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/core/handlers/base.py", line 156, in _get_response
response = self.process_exception_by_middleware(e, request)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/core/handlers/base.py", line 154, in _get_response
response = response.render()
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/response.py", line 106, in render
self.content = self.rendered_content
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/response.py", line 83, in rendered_content
content = template.render(context, self._request)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/backends/django.py", line 61, in render
return self.template.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 171, in render
return self._render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 163, in _render
return self.nodelist.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 937, in render
bit = node.render_annotated(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 904, in render_annotated
return self.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/loader_tags.py", line 150, in render
return compiled_parent._render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 163, in _render
return self.nodelist.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 937, in render
bit = node.render_annotated(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 904, in render_annotated
return self.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/loader_tags.py", line 150, in render
return compiled_parent._render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 163, in _render
return self.nodelist.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 937, in render
bit = node.render_annotated(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 904, in render_annotated
return self.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/loader_tags.py", line 62, in render
result = block.nodelist.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 937, in render
bit = node.render_annotated(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 904, in render_annotated
return self.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/templatetags/static.py", line 106, in render
url = self.url(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/templatetags/static.py", line 103, in url
return self.handle_simple(path)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/templatetags/static.py", line 118, in handle_simple
return staticfiles_storage.url(path)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/contrib/staticfiles/storage.py", line 152, in url
return self._url(self.stored_name, name, force)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/contrib/staticfiles/storage.py", line 131, in _url
hashed_name = hashed_name_func(*args)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/contrib/staticfiles/storage.py", line 419, in stored_name
raise ValueError("Missing staticfiles manifest entry for '%s'" % clean_name)
ValueError: Missing staticfiles manifest entry for 'admin/css/base.css'
[16/Aug/2018 11:35:44] ERROR [django.server:124] "GET /admin/login/?next=/admin/ HTTP/1.1" 500 27
[16/Aug/2018 11:35:56] INFO [django.server:124] "GET /ieee HTTP/1.1" 301 0
[16/Aug/2018 11:35:56] ERROR [django.request:228] Internal Server Error: /ieee/
Traceback (most recent call last):
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/core/handlers/exception.py", line 34, in inner
response = get_response(request)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/core/handlers/base.py", line 156, in _get_response
response = self.process_exception_by_middleware(e, request)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/core/handlers/base.py", line 154, in _get_response
response = response.render()
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/response.py", line 106, in render
self.content = self.rendered_content
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/response.py", line 83, in rendered_content
content = template.render(context, self._request)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/backends/django.py", line 61, in render
return self.template.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 171, in render
return self._render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 163, in _render
return self.nodelist.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 937, in render
bit = node.render_annotated(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 904, in render_annotated
return self.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/loader_tags.py", line 150, in render
return compiled_parent._render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 163, in _render
return self.nodelist.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 937, in render
bit = node.render_annotated(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 904, in render_annotated
return self.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/templatetags/static.py", line 106, in render
url = self.url(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/templatetags/static.py", line 103, in url
return self.handle_simple(path)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/templatetags/static.py", line 118, in handle_simple
return staticfiles_storage.url(path)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/contrib/staticfiles/storage.py", line 152, in url
return self._url(self.stored_name, name, force)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/contrib/staticfiles/storage.py", line 131, in _url
hashed_name = hashed_name_func(*args)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/contrib/staticfiles/storage.py", line 419, in stored_name
raise ValueError("Missing staticfiles manifest entry for '%s'" % clean_name)
ValueError: Missing staticfiles manifest entry for 'fonts/fonts.css'
[16/Aug/2018 11:35:56] ERROR [django.server:124] "GET /ieee/ HTTP/1.1" 500 27
[16/Aug/2018 11:46:44] ERROR [django.request:228] Internal Server Error: /ieee/
Traceback (most recent call last):
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/core/handlers/exception.py", line 34, in inner
response = get_response(request)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/core/handlers/base.py", line 156, in _get_response
response = self.process_exception_by_middleware(e, request)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/core/handlers/base.py", line 154, in _get_response
response = response.render()
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/response.py", line 106, in render
self.content = self.rendered_content
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/response.py", line 83, in rendered_content
content = template.render(context, self._request)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/backends/django.py", line 61, in render
return self.template.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 171, in render
return self._render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 163, in _render
return self.nodelist.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 937, in render
bit = node.render_annotated(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 904, in render_annotated
return self.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/loader_tags.py", line 150, in render
return compiled_parent._render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 163, in _render
return self.nodelist.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 937, in render
bit = node.render_annotated(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 904, in render_annotated
return self.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/templatetags/static.py", line 106, in render
url = self.url(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/templatetags/static.py", line 103, in url
return self.handle_simple(path)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/templatetags/static.py", line 118, in handle_simple
return staticfiles_storage.url(path)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/contrib/staticfiles/storage.py", line 152, in url
return self._url(self.stored_name, name, force)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/contrib/staticfiles/storage.py", line 131, in _url
hashed_name = hashed_name_func(*args)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/contrib/staticfiles/storage.py", line 419, in stored_name
raise ValueError("Missing staticfiles manifest entry for '%s'" % clean_name)
ValueError: Missing staticfiles manifest entry for 'fonts/fonts.css'
[16/Aug/2018 11:46:44] ERROR [django.server:124] "GET /ieee/ HTTP/1.1" 500 27
[16/Aug/2018 11:46:46] ERROR [django.request:228] Internal Server Error: /ieee/
Traceback (most recent call last):
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/core/handlers/exception.py", line 34, in inner
response = get_response(request)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/core/handlers/base.py", line 156, in _get_response
response = self.process_exception_by_middleware(e, request)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/core/handlers/base.py", line 154, in _get_response
response = response.render()
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/response.py", line 106, in render
self.content = self.rendered_content
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/response.py", line 83, in rendered_content
content = template.render(context, self._request)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/backends/django.py", line 61, in render
return self.template.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 171, in render
return self._render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 163, in _render
return self.nodelist.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 937, in render
bit = node.render_annotated(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 904, in render_annotated
return self.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/loader_tags.py", line 150, in render
return compiled_parent._render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 163, in _render
return self.nodelist.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 937, in render
bit = node.render_annotated(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/template/base.py", line 904, in render_annotated
return self.render(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/templatetags/static.py", line 106, in render
url = self.url(context)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/templatetags/static.py", line 103, in url
return self.handle_simple(path)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/templatetags/static.py", line 118, in handle_simple
return staticfiles_storage.url(path)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/contrib/staticfiles/storage.py", line 152, in url
return self._url(self.stored_name, name, force)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/contrib/staticfiles/storage.py", line 131, in _url
hashed_name = hashed_name_func(*args)
File "/home/kurianbwnoy/Projects/rescuekerala/venv/lib/python3.6/site-packages/django/contrib/staticfiles/storage.py", line 419, in stored_name
raise ValueError("Missing staticfiles manifest entry for '%s'" % clean_name)
ValueError: Missing staticfiles manifest entry for 'fonts/fonts.css'
[16/Aug/2018 11:46:46] ERROR [django.server:124] "GET /ieee/ HTTP/1.1" 500 27
[16/Aug/2018 12:19:33] DEBUG [django.db.backends.schema:124] CREATE TABLE "restendpoint_pickup" ("id" serial NOT NULL PRIMARY KEY, "name" varchar(50) NOT NULL, "mobilenumber" integer NOT NULL, "address" varchar(100) NOT NULL, "latt" integer NOT NULL, "long" integer NOT NULL, "medicalemergency" boolean NOT NULL, "medicalreason" text NOT NULL, "no_people" integer NOT NULL); (params None)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment