LICENSE
MANIFEST.in
README.md
setup.py
src/django_vcs_watch/__init__.py
src/django_vcs_watch/admin.py
src/django_vcs_watch/feeds.py
src/django_vcs_watch/forms.py
src/django_vcs_watch/models.py
src/django_vcs_watch/tests.py
src/django_vcs_watch/urls.py
src/django_vcs_watch/views.py
src/django_vcs_watch.egg-info/PKG-INFO
src/django_vcs_watch.egg-info/SOURCES.txt
src/django_vcs_watch.egg-info/dependency_links.txt
src/django_vcs_watch.egg-info/not-zip-safe
src/django_vcs_watch.egg-info/requires.txt
src/django_vcs_watch.egg-info/top_level.txt
src/django_vcs_watch/jobs/__init__.py
src/django_vcs_watch/jobs/update_feeds.py
src/django_vcs_watch/jobs/daily/__init__.py
src/django_vcs_watch/jobs/hourly/__init__.py
src/django_vcs_watch/jobs/monthly/__init__.py
src/django_vcs_watch/jobs/weekly/__init__.py
src/django_vcs_watch/templates/base.html
src/django_vcs_watch/templates/django_vcs_watch/main.html
src/django_vcs_watch/templates/django_vcs_watch/repository_detail.html
src/django_vcs_watch/templates/django_vcs_watch/repository_form.html
src/django_vcs_watch/templates/django_vcs_watch/repository_list.html
src/django_vcs_watch/templates/django_vcs_watch/revision_detail.html
src/django_vcs_watch/templates/feeds/diffs_description.html
src/django_vcs_watch/templates/feeds/diffs_title.html
src/django_vcs_watch/templates/feeds/repositories_description.html
src/example/__init__.py
src/example/manage.py
src/example/settings.py
src/example/urls.py
