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

A working example #26

Open
pobrejuanito opened this issue May 8, 2020 · 1 comment
Open

A working example #26

pobrejuanito opened this issue May 8, 2020 · 1 comment
Assignees

Comments

@pobrejuanito
Copy link

pobrejuanito commented May 8, 2020

Hi,

I am trying to get oriented with this module and get basic setup working. I have djangocms working, but I can't get it to work with djangocms-multisite.

After following readme, I am currently having trouble accessing django-cms admin. I get django "Page not found (404 ) message"

http://www.mysite1.com.lan:8000/admin

settings.py

MULTISITE_CMS_URLS={
    'www.mysite1.com.lan': 'mycms.urls',
    'www.mysite2.com.lan': 'mycms.urls',
}

MULTISITE_CMS_FALLBACK='www.mysite1.com.lan'

mycms.url

urlpatterns = [
    url(r'^admin/', admin.site.urls),
    url(r'^', include('cms.urls')),
]

I know i am missing something. Is there a working example somewhere with few sites that I can study?

@xpostudio4
Copy link

The same is happening to me after one update, were you able to solve it in anyway @pobrejuanito ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants