Giter Site home page Giter Site logo

pyforms-web's People

Contributors

cachitas avatar jbauto avatar techie-subhadeep avatar umsenhorqualquer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pyforms-web's Issues

Empty popup on object removal

On object deletion, the popup titled The next objects are going to be affected or removed shows up without content.

Documentation on how to show image

Thanks for this great project. I was wondering if you'd have an example of how to load an image using, for example, the ControlImage control. I can then improve the docs and submit a PR if you wish.

Help me pls

python manage.py migrate  ✔  djangotest 
Traceback (most recent call last):
File "/home/bec/djangotest/pyform/manage.py", line 22, in
main()
File "/home/bec/djangotest/pyform/manage.py", line 18, in main
execute_from_command_line(sys.argv)
File "/home/bec/djangotest/venv/lib/python3.10/site-packages/django/core/management/init.py", line 446, in execute_from_command_line
utility.execute()
File "/home/bec/djangotest/venv/lib/python3.10/site-packages/django/core/management/init.py", line 440, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/home/bec/djangotest/venv/lib/python3.10/site-packages/django/core/management/base.py", line 402, in run_from_argv
self.execute(*args, **cmd_options)
File "/home/bec/djangotest/venv/lib/python3.10/site-packages/django/core/management/base.py", line 448, in execute
output = self.handle(*args, **options)
File "/home/bec/djangotest/venv/lib/python3.10/site-packages/django/core/management/base.py", line 96, in wrapped
res = handle_func(*args, **kwargs)
File "/home/bec/djangotest/venv/lib/python3.10/site-packages/django/core/management/commands/migrate.py", line 97, in handle
self.check(databases=[database])
File "/home/bec/djangotest/venv/lib/python3.10/site-packages/django/core/management/base.py", line 475, in check
all_issues = checks.run_checks(
File "/home/bec/djangotest/venv/lib/python3.10/site-packages/django/core/checks/registry.py", line 88, in run_checks
new_errors = check(app_configs=app_configs, databases=databases)
File "/home/bec/djangotest/venv/lib/python3.10/site-packages/django/core/checks/urls.py", line 14, in check_url_config
return check_resolver(resolver)
File "/home/bec/djangotest/venv/lib/python3.10/site-packages/django/core/checks/urls.py", line 24, in check_resolver
return check_method()
File "/home/bec/djangotest/venv/lib/python3.10/site-packages/django/urls/resolvers.py", line 494, in check
for pattern in self.url_patterns:
File "/home/bec/djangotest/venv/lib/python3.10/site-packages/django/utils/functional.py", line 57, in get
res = instance.dict[self.name] = self.func(instance)
File "/home/bec/djangotest/venv/lib/python3.10/site-packages/django/urls/resolvers.py", line 715, in url_patterns
patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
File "/home/bec/djangotest/venv/lib/python3.10/site-packages/django/utils/functional.py", line 57, in get
res = instance.dict[self.name] = self.func(instance)
File "/home/bec/djangotest/venv/lib/python3.10/site-packages/django/urls/resolvers.py", line 708, in urlconf_module
return import_module(self.urlconf_name)
File "/usr/lib/python3.10/importlib/init.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1050, in _gcd_import
File "", line 1027, in _find_and_load
File "", line 1006, in _find_and_load_unlocked
File "", line 688, in _load_unlocked
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "/home/bec/djangotest/pyform/pyform/urls.py", line 6, in
path('pyforms/', include('pyforms_web.web.urls') ),
File "/home/bec/djangotest/venv/lib/python3.10/site-packages/django/urls/conf.py", line 38, in include
urlconf_module = import_module(urlconf_module)
File "/usr/lib/python3.10/importlib/init.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1050, in _gcd_import
File "", line 1027, in _find_and_load
File "", line 1006, in _find_and_load_unlocked
File "", line 688, in _load_unlocked
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "/home/bec/djangotest/venv/lib/python3.10/site-packages/pyforms_web/web/urls.py", line 1, in
from django.conf.urls import url
ImportError: cannot import name 'url' from 'django.conf.urls' (/home/bec/djangotest/venv/lib/python3.10/site-packages/django/conf/urls/init.py)

Clarify license

Hi,

pyforms has a MIT License file, but pyforms-web has no license file at all.
On PyPi it is listed as GPL3 (probably a bug on setup.py that tries to guess it).

I guess it is MIT as pyforms, but please clarify (add a LICENSE file)

thanks!

Can't run the first app

Hi,

When I follow the instructions at https://pyforms-web.readthedocs.io/en/v4/getting-started/first-app.html and I hit http://localhost:8000, I still get the Pyforms demo app. What I'm I doing wrong? The structure is:

.
├── db.sqlite3
├── local_settings.py
├── lockfile.txt
├── manage.py
├── module
│   ├── apps
│   │   ├── __init__.py
│   │   └── site_crawl.py
│   ├── __init__.py
└── FirstProject
    ├── __init__.py
    ├── settings.py
    ├── urls.py
    └── wsgi.py

Also, I'm getting this when I hit http://localhost:8000, is it normal?

System check identified no issues (0 silenced).
March 17, 2019 - 06:51:24
Django version 2.1.7, using settings 'FirstProject.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CONTROL-C.
Performing system checks...

System check identified no issues (0 silenced).
March 17, 2019 - 06:51:50
Django version 2.1.7, using settings 'FirstProject.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CONTROL-C.
Traceback (most recent call last):
  File "/project/venv/lib/python3.6/site-packages/orquestra/apps_manager.py", line 66, in search_4_plugins
    apps_module = __import__( apss_modulename, fromlist=[''] )
ModuleNotFoundError: No module named 'pyforms_web.web.apps'
Traceback (most recent call last):
  File "/project/venv/lib/python3.6/site-packages/orquestra/apps_manager.py", line 66, in search_4_plugins
    apps_module = __import__( apss_modulename, fromlist=[''] )
ModuleNotFoundError: No module named 'jfu.apps'
Traceback (most recent call last):
  File "/project/venv/lib/python3.6/site-packages/orquestra/apps_manager.py", line 66, in search_4_plugins
    apps_module = __import__( apss_modulename, fromlist=[''] )
ModuleNotFoundError: No module named 'sorl.thumbnail.apps'
[17/Mar/2019 06:51:55] "GET / HTTP/1.1" 200 1322

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.