The page eventtools configuration page [1] instructs:
1. Add eventtools to your INSTALLED_APPS and then to point the
r'^events/' URL pattern to the include of 'events.urls"
... then down in the Settings.py portion says to add 'events' to
INSTALLED_APPS
But there's no such app as 'events' in the current Github glamkit-
eventtools
1.) Is this because 'eventtools' used to be 'events' and the docs
haven't quite caught up?
2.) Where should I point the r'^events/' URL pattern?
Thanks in advance,
John
p.s.: There's also a Github link on this page [1] pointing to a
repository,
http://github.com/glamkit/glamkit-events/tree, that
doesn't exist anymore.
[1]
http://glamkit.org/eventtools/install.html