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? |
Answered by
rmorshea
Nov 17, 2022
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?