--
You received this message because you are subscribed to the Google Groups "modwsgi" group.
To unsubscribe from this group and stop receiving emails from it, send an email to modwsgi+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/modwsgi/4f9a3751-b927-4c4f-b95e-54fee5b360aeo%40googlegroups.com.
Performing system checks...
{'host': u'', 'user': u'', 'pass': u'', 'type': u'sqlite', 'db': u'E:\\Programming\\Github\\software\\walkthedinosaur/USPTO_2005-2013_data.sqlite3', 'port': u'8080', 'local': True}2020-06-08 13:22:59,155 INFO sqlalchemy.engine.base.Engine SELECT CAST('test plain returns' AS VARCHAR(60)) AS anon_12020-06-08 13:22:59,158 INFO sqlalchemy.engine.base.Engine ()2020-06-08 13:22:59,161 INFO sqlalchemy.engine.base.Engine SELECT CAST('test unicode returns' AS VARCHAR(60)) AS anon_12020-06-08 13:22:59,161 INFO sqlalchemy.engine.base.Engine ()2020-06-08 13:22:59,167 INFO sqlalchemy.engine.base.Engine SELECT name FROM sqlite_master WHERE type='table' ORDER BY name2020-06-08 13:22:59,167 INFO sqlalchemy.engine.base.Engine ()System check identified some issues:
WARNINGS:?: (urls.W002) Your URL pattern '^/?$' has a regex beginning with a '/'. Remove this slash as it is unnecessary. If this pattern is targeted in an include(), ensure the include() pattern has a trailing '/'.
System check identified 1 issue (0 silenced).June 08, 2020 - 13:22:59Django version 1.11, using settings 'walkthedinosaur.settings'Starting development server at http://127.0.0.1:8000/Quit the server with CTRL-BREAK.Unhandled exception in thread started by <function wrapper at 0x0000000004A2DC18>Traceback (most recent call last): File "C:\...\Anaconda3\envs\python27\lib\site-packages\django\utils\autoreload.py", line 227, in wrapper fn(*args, **kwargs) File "C:\...\Anaconda3\envs\python27\lib\site-packages\django\core\management\commands\runserver.py", line 147, in inner_run handler = self.get_handler(*args, **options) File "C:\...\Anaconda3\envs\python27\lib\site-packages\django\contrib\staticfiles\management\commands\runserver.py", line 27, in get_handler handler = super(Command, self).get_handler(*args, **options) File "C:\...\Anaconda3\envs\python27\lib\site-packages\django\core\management\commands\runserver.py", line 68, in get_handler return get_internal_wsgi_application() File "C:\...\Anaconda3\envs\python27\lib\site-packages\django\core\servers\basehttp.py", line 57, in get_internal_wsgi_application sys.exc_info()[2]) File "C:\...\Anaconda3\envs\python27\lib\site-packages\django\core\servers\basehttp.py", line 47, in get_internal_wsgi_application return import_string(app_path) File "C:\...\Anaconda3\envs\python27\lib\site-packages\django\utils\module_loading.py", line 20, in import_string module = import_module(module_path) File "C:\...\Anaconda3\envs\python27\lib\importlib\__init__.py", line 37, in import_module __import__(name)django.core.exceptions.ImproperlyConfigured: WSGI application 'walkthedinosaur.wsgi.application' could not be loaded; Error importing module: 'No module named wsgi'
To unsubscribe from this group and stop receiving emails from it, send an email to mod...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to modwsgi+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/modwsgi/2854a3c6-595c-402e-aef3-b8094a8f81aco%40googlegroups.com.
You received this message because you are subscribed to a topic in the Google Groups "modwsgi" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/modwsgi/YLiuSM8aX5g/unsubscribe.
To unsubscribe from this group and all its topics, send an email to modwsgi+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/modwsgi/9ABB5475-9C21-4C00-ACF5-2451D0CF8490%40gmail.com.