How to import django-idom into a django project? #839
Answered
by
rmorshea
legacy-chase
asked this question in
Question
-
The docs don't specify the correct to way to import Django-IDOM into a django project. I have added 'django_idom' to INSTALLED_APPS, as is typical for django add ons, but I receive the following error when running manage.py runserver:
I have also tried adding 'idom' to INSTALLED_APPS. In this case runserver starts, but I receive a 500 error from django:
Does anyone know the right way? |
Beta Was this translation helpful? Give feedback.
Answered by
rmorshea
Nov 17, 2022
Replies: 1 comment 1 reply
-
Have you checked out the documentation here? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
rmorshea
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Have you checked out the documentation here?