Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: django pattern library #822

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from
Draft

Conversation

wesleyboar
Copy link
Member

Overview

Test install of django-pattern-library.

Related

Changes

  • added django pattern library
    • installation
    • settings
    • urls
    • files

Testing

  1. Build and run CMS.
  2. Visit /pattern-library.
  3. Review.

UI

```
Exception in thread django-main-thread:
Traceback (most recent call last):
  File "/usr/local/lib/python3.6/site-packages/django/template/utils.py", line 66, in __getitem__
    return self._engines[alias]
KeyError: 'django'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
...
  File "/usr/local/lib/python3.6/site-packages/markdown/util.py", line 88, in <module>
    INSTALLED_EXTENSIONS = metadata.entry_points(group='markdown.extensions')
TypeError: entry_points() got an unexpected keyword argument 'group'
```
@wesleyboar wesleyboar added the paused Started but not actively in progress label Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
paused Started but not actively in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant