-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels