Coder Social home page Coder Social logo

reactpy-django's Introduction

Django IDOM

Tests Version Info License: MIT

This branch is out of date and will not be updated.

Either use the branch selector menu at the top left, or visit idom-team/django-idom

reactpy-django's People

Contributors

rmorshea avatar archmonger avatar

reactpy-django's Issues

Found none of the following builtin server implementations ['sanic', 'fastapi', 'flask', 'tornado']

Exception in thread django-main-thread:
Traceback (most recent call last):
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0\lib\threading.py", line 932, in _bootstrap_inner
    self.run()
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0\lib\threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "C:\Users\Username\Documents\Repositories\django-idom\venv\lib\site-packages\django\utils\autoreload.py", line 64, in wrapper
    fn(*args, **kwargs)
  File "C:\Users\Username\Documents\Repositories\django-idom\venv\lib\site-packages\channels\management\commands\runserver.py", line 75, in inner_run
    self.check(display_num_errors=True)
  File "C:\Users\Username\Documents\Repositories\django-idom\venv\lib\site-packages\django\core\management\base.py", line 419, in check
    all_issues = checks.run_checks(
  File "C:\Users\Username\Documents\Repositories\django-idom\venv\lib\site-packages\django\core\checks\registry.py", line 76, in run_checks
    new_errors = check(app_configs=app_configs, databases=databases)
  File "C:\Users\Username\Documents\Repositories\django-idom\venv\lib\site-packages\django\core\checks\urls.py", line 13, in check_url_config
    return check_resolver(resolver)
  File "C:\Users\Username\Documents\Repositories\django-idom\venv\lib\site-packages\django\core\checks\urls.py", line 23, in check_resolver
    return check_method()
  File "C:\Users\Username\Documents\Repositories\django-idom\venv\lib\site-packages\django\urls\resolvers.py", line 412, in check
    for pattern in self.url_patterns:
  File "C:\Users\Username\Documents\Repositories\django-idom\venv\lib\site-packages\django\utils\functional.py", line 48, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "C:\Users\Username\Documents\Repositories\django-idom\venv\lib\site-packages\django\urls\resolvers.py", line 598, in url_patterns
    patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  File "C:\Users\Username\Documents\Repositories\django-idom\venv\lib\site-packages\django\utils\functional.py", line 48, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "C:\Users\Username\Documents\Repositories\django-idom\venv\lib\site-packages\django\urls\resolvers.py", line 591, in urlconf_module
    return import_module(self.urlconf_name)
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0\lib\importlib\__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 848, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "C:\Users\Username\Documents\Repositories\django-idom\tests\test_app\urls.py", line 21, in <module>
    from .views import base_template
  File "C:\Users\Username\Documents\Repositories\django-idom\tests\test_app\views.py", line 1, in <module>
    import idom
  File "C:\Users\Username\Documents\Repositories\django-idom\venv\lib\site-packages\idom\__init__.py", line 18, in <module>
    from .server.prefab import run
  File "C:\Users\Username\Documents\Repositories\django-idom\venv\lib\site-packages\idom\server\__init__.py", line 2, in <module>
    from .prefab import hotswap_server, multiview_server, run
  File "C:\Users\Username\Documents\Repositories\django-idom\venv\lib\site-packages\idom\server\prefab.py", line 22, in <module>
    server_type: Type[_S] = find_builtin_server_type("PerClientStateServer"),
  File "C:\Users\Username\Documents\Repositories\django-idom\venv\lib\site-packages\idom\server\utils.py", line 32, in find_builtin_server_type
    raise RuntimeError(
RuntimeError: Found none of the following builtin server implementations ['sanic', 'fastapi', 'flask', 'tornado']

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.