do you want to share the news and events in catalog app ??? if this so , in your catalog app directory , in admin.py
from CATC_CORE.models import Event, News admin.site.register(Event) admin.site.register(News) On Mon, Sep 10, 2018 at 12:47 AM KarmaFish <[email protected]> wrote: > *How can I add more modules to a CORE in the backend so that I may create > content pages please?* > > > Please forgive I am new. > > > > -- > 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/90146419-2780-4cf8-8bc7-45cfd0c527bb%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/90146419-2780-4cf8-8bc7-45cfd0c527bb%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CAHV4E-c-9-8BvcZnzr2wU0jyFG9gyQKQJCR6m1Z19sBZHp7B%2BA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

