.gitignore
LICENSE
MANIFEST.in
Pipfile
Pipfile.lock
README.md
setup.cfg
setup.py
.github/dependabot.yaml
.github/workflows/continuous-deployment.yaml
.github/workflows/docs.yaml
bakery/__init__.py
bakery/apps.py
bakery/feeds.py
bakery/models.py
bakery/static_urls.py
bakery/static_views.py
bakery/tasks.py
bakery/management/__init__.py
bakery/management/commands/__init__.py
bakery/management/commands/build.py
bakery/management/commands/buildserver.py
bakery/management/commands/publish.py
bakery/management/commands/unbuild.py
bakery/management/commands/unpublish.py
bakery/tests/__init__.py
bakery/tests/media/bar.js
bakery/tests/static/favicon.ico
bakery/tests/static/foo.bar
bakery/tests/static/robots.txt
bakery/tests/static/test.css
bakery/tests/static/djcelery/style.css
bakery/tests/templates/404.html
bakery/tests/templates/dayview.html
bakery/tests/templates/detailview.html
bakery/tests/templates/indexview.html
bakery/tests/templates/jsonview.json
bakery/tests/templates/listview.html
bakery/tests/templates/monthview.html
bakery/tests/templates/templateview.html
bakery/tests/templates/yearview.html
bakery/views/__init__.py
bakery/views/base.py
bakery/views/dates.py
bakery/views/detail.py
bakery/views/list.py
django_bakery.egg-info/PKG-INFO
django_bakery.egg-info/SOURCES.txt
django_bakery.egg-info/dependency_links.txt
django_bakery.egg-info/requires.txt
django_bakery.egg-info/top_level.txt
docs/Makefile
docs/buildablefeeds.md
docs/buildablemodels.md
docs/buildableviews.md
docs/commonchallenges.md
docs/conf.py
docs/credits.md
docs/gettingstarted.md
docs/index.md
docs/managementcommands.md
docs/settingsvariables.md
docs/_static/the-dream.pdf
example/manage.py
example/date_views/__init__.py
example/date_views/admin.py
example/date_views/apps.py
example/date_views/models.py
example/date_views/tests.py
example/date_views/views.py
example/date_views/fixtures/initial_data.json
example/date_views/migrations/0001_initial.py
example/date_views/migrations/0002_auto_20170828_1921.py
example/date_views/migrations/0003_auto_20170828_1921.py
example/date_views/migrations/__init__.py
example/date_views/static/dem-output.bin.gz
example/date_views/static/favicon.ico
example/date_views/static/robots.txt
example/date_views/static/zips.json.gz
example/date_views/templates/date_views/article_archive.html
example/date_views/templates/date_views/article_archive_day.html
example/date_views/templates/date_views/article_archive_month.html
example/date_views/templates/date_views/article_archive_year.html
example/date_views/templates/date_views/dateline_detail.html
example/media/empty.jpg
example/project/__init__.py
example/project/settings.py
example/project/urls.py
example/project/wsgi.py