https://github.com/jtauber/django-notification
It doesn’t say anything about installing.
How do I import it? What do I put it inside the INSTALLED_APPS, because django.notification doesn’t work.?
Ok, it’s inside my site-packages as “django_notification-0.2a1.dev4-py2.6.egg “
How do I import this into my views.py and also my settings.py?
If you look inside the .egg, you’ll see that the package is called “notification”.