Web Images Videos Maps News Shopping Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
"django-notification" app installation
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Anthony  
View profile  
 More options Jul 2, 5:21 pm
From: Anthony <alantho...@gmail.com>
Date: Thu, 2 Jul 2009 14:21:12 -0700 (PDT)
Local: Thurs, Jul 2 2009 5:21 pm
Subject: "django-notification" app installation
Hi,

I'm having trouble installing this application (got if from github:
http://github.com/jtauber/django-notification/tree/master).

I ran "python setup.py install", but I don't see a "notification"
folder in the "site-packages" directory.  I do see a  ".egg" directory
however.

From the shell, I do an "import notification" and get no errors.  But
when I try to reference the "create_notice_type" function, it does not
recognize it.

I'm pretty new to both Python and Django, so if I just need to read up
on some basic documentation, I'd appreciate a pointer to it.  I
haven't had any trouble installing a couple of other apps I've
downloaded, however this one does not have any specific installation
instructions, so I may be just missing something basic.

thanks


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rama Vadakattu  
View profile  
 More options Jul 3, 1:42 am
From: Rama Vadakattu <rama.vadaka...@gmail.com>
Date: Thu, 2 Jul 2009 22:42:46 -0700 (PDT)
Local: Fri, Jul 3 2009 1:42 am
Subject: Re: "django-notification" app installation
after import notification

just try to do this

dir(notification) ========> which list all the methods ,classes in the
package
and see what it contains then atleast you will get a rough idea of
what is going wrong.

On Jul 3, 2:21 am, Anthony <alantho...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Anthony  
View profile  
 More options Jul 7, 12:32 am
From: Anthony <alantho...@gmail.com>
Date: Mon, 6 Jul 2009 21:32:39 -0700 (PDT)
Local: Tues, Jul 7 2009 12:32 am
Subject: Re: "django-notification" app installation

On Jul 2, 10:42 pm, Rama Vadakattu <rama.vadaka...@gmail.com> wrote:

> after import notification

> just try to do this

> dir(notification) ========> which list all the methods ,classes in the
> package
> and see what it contains then atleast you will get a rough idea of
> what is going wrong.

Thank you for your suggestion.  I actually tried doing
    from notification.models import *

and

    from notification.views import *

These work and properly load the models and views.  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.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Karen Tracey  
View profile  
 More options Jul 7, 8:24 am
From: Karen Tracey <kmtra...@gmail.com>
Date: Tue, 7 Jul 2009 08:24:00 -0400
Subject: Re: "django-notification" app installation

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/e04fdc9420306826b1...

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


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Anthony  
View profile  
 More options Jul 7, 11:11 pm
From: Anthony <alantho...@gmail.com>
Date: Tue, 7 Jul 2009 20:11:32 -0700 (PDT)
Local: Tues, Jul 7 2009 11:11 pm
Subject: Re: "django-notification" app installation

On Jul 7, 5:24 am, Karen Tracey <kmtra...@gmail.com> wrote:

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

> 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/e04fdc9420306826b1...

> 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.

Hi,

Well, duh on me.  I have no excuse, I just forgot to add it in there.

Thanks for going over your process and taking the time to check.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google