On Tue, Jul 7, 2009 at 12:32 AM, Anthony <alantho...@gmail.com> wrote:

> [...] My problem now is
> that when I do a syncdb, I get:
>
>    Skipping creation of NoticeTypes as notification app not found
>
>
> So, it looks like something related to the app is there, but the app
> itself is missing (at least from the standpoint of creating the
> database).  Any help with this would be appreciated again.
>
>
Grepping the Django source tree for "Skipping" doesn't show any hits that
look like they could result in that message, so it's coming from code
outside Django.  Looking at the doc for the app you are attempting to use:

http://github.com/jtauber/django-notification/blob/e04fdc9420306826b1b80623dfcad819813dc082/docs/usage.txt#L11

that message appears as part of a suggested way of creating Notice Types,
and from looking at the code the reason you would get the message is that
you have not included the app in your INSTALLED_APPS in settings.py.

Karen

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to