Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to start http://localhost:7777/vp/ - Using Python 3.9.0 #11

Open
cyaberoot opened this issue Oct 27, 2020 · 0 comments
Open

Unable to start http://localhost:7777/vp/ - Using Python 3.9.0 #11

cyaberoot opened this issue Oct 27, 2020 · 0 comments

Comments

@cyaberoot
Copy link

Watching for file changes with StatReloader
Performing system checks...

Exception in thread django-main-thread:
Traceback (most recent call last):
File "c:\users\ca\appdata\local\programs\python\python39\lib\threading.py", line 950, in _bootstrap_inner
self.run()
File "c:\users\ca\appdata\local\programs\python\python39\lib\threading.py", line 888, in run
self._target(self._args, **self.kwargs)
File "C:\Users\ca\Desktop\first\venv\lib\site-packages\django\utils\autoreload.py", line 53, in wrapper
fn(*args, **kwargs)
File "C:\Users\ca\Desktop\first\venv\lib\site-packages\django\core\management\commands\runserver.py", line 118, in inner_run
self.check(display_num_errors=True)
File "C:\Users\ca\Desktop\first\venv\lib\site-packages\django\core\management\base.py", line 392, in check
all_issues = checks.run_checks(
File "C:\Users\ca\Desktop\first\venv\lib\site-packages\django\core\checks\registry.py", line 70, in run_checks
new_errors = check(app_configs=app_configs, databases=databases)
File "C:\Users\ca\Desktop\first\venv\lib\site-packages\django\core\checks\urls.py", line 13, in check_url_config
return check_resolver(resolver)
File "C:\Users\ca\Desktop\first\venv\lib\site-packages\django\core\checks\urls.py", line 23, in check_resolver
return check_method()
File "C:\Users\ca\Desktop\first\venv\lib\site-packages\django\urls\resolvers.py", line 408, in check
for pattern in self.url_patterns:
File "C:\Users\ca\Desktop\first\venv\lib\site-packages\django\utils\functional.py", line 48, in get
res = instance.dict[self.name] = self.func(instance)
File "C:\Users\ca\Desktop\first\venv\lib\site-packages\django\urls\resolvers.py", line 589, in url_patterns
patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
File "C:\Users\ca\Desktop\first\venv\lib\site-packages\django\utils\functional.py", line 48, in get
res = instance.dict[self.name] = self.func(instance)
File "C:\Users\ca\Desktop\first\venv\lib\site-packages\django\urls\resolvers.py", line 582, in urlconf_module
return import_module(self.urlconf_name)
File "c:\users\ca\appdata\local\programs\python\python39\lib\importlib_init
.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1030, in _gcd_import
File "", line 1007, in _find_and_load
File "", line 986, in _find_and_load_unlocked
File "", line 680, in _load_unlocked
File "", line 790, in exec_module
File "", line 228, in call_with_frames_removed
File "c:\Users\ca\Desktop\first\vPrioritizer\vPrioritizer\urls.py", line 21, in
url(r'^vp/', include('vp.urls')),
File "C:\Users\ca\Desktop\first\venv\lib\site-packages\django\urls\conf.py", line 34, in include
urlconf_module = import_module(urlconf_module)
File "c:\users\ca\appdata\local\programs\python\python39\lib\importlib_init
.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1030, in _gcd_import
File "", line 1007, in _find_and_load
File "", line 986, in _find_and_load_unlocked
File "", line 680, in _load_unlocked
File "", line 790, in exec_module
File "", line 228, in _call_with_frames_removed
File "c:\Users\ca\Desktop\first\vPrioritizer\vp\urls.py", line 2, in
from . import views
File "c:\Users\ca\Desktop\first\vPrioritizer\vp\views.py", line 20
print "[
] Database connected successfully"
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("[*] Database connected successfully")?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant