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

Trouble getting working alongside Wagtail #296

Open
songproducer opened this issue Oct 9, 2024 · 2 comments
Open

Trouble getting working alongside Wagtail #296

songproducer opened this issue Oct 9, 2024 · 2 comments

Comments

@songproducer
Copy link

When I run python3 manage.py migrate

RuntimeError: Model class puput.models.BlogPage doesn't declare an explicit app_label and isn't in an application in INSTALLED_APPS.

@songproducer
Copy link
Author

I needed to have urls.py in the same folder as my app.

@songproducer songproducer changed the title Can't install alongside Wagtail Trouble getting working alongside Wagtail Oct 9, 2024
@songproducer
Copy link
Author

When I goto 127.0.0.1:8000/blog_admin I get 404.

Here's my mysite/tezos/settings/urls.py file:

from puput import urls as puput_urls

urlpatterns = [
    path("",include(puput_urls)),
]

@songproducer songproducer reopened this Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant