Hi all, I want to build a Wagtail multisite solution and I'm running into problems with unique application labels. I would like to have the following project structure:
project | |--app1 | |--core | |--pages | ... |--app2 | |--core | |--pages | ... Even when i try to set the name in `apps.py` to unique ones i still get the unique name error. Is this project structure somehow possible? I understand that you would commonly put app2 in a separate project. But how would you do it if you implement a Wagtail multisite solution and still want to keep things separated? Thanks! Matthias -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/db766bab-8c99-4f0e-8693-c9454819736e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

