.gitignore
AUTHORS
CHANGES
LICENSE
README
ez_setup.py
pypi_register.sh
pypi_upload.sh
setup.py
Geraldo.egg-info/PKG-INFO
Geraldo.egg-info/SOURCES.txt
Geraldo.egg-info/dependency_links.txt
Geraldo.egg-info/top_level.txt
docs/Makefile
docs/README
docs/make.bat
docs/make.sh
docs/build/README
docs/source/authors.txt
docs/source/backward-incompatible-changes.txt
docs/source/barcodes.txt
docs/source/basic.txt
docs/source/caching.txt
docs/source/conf.py
docs/source/cross-reference.txt
docs/source/generators.txt
docs/source/graphics.txt
docs/source/index.txt
docs/source/installing.txt
docs/source/next-steps.txt
docs/source/tutorial-django.txt
docs/source/tutorial-hello-world.txt
docs/source/tutorial-web2py.txt
docs/source/utils.txt
docs/source/widgets.txt
docs/source/examples/additional-fonts.txt
docs/source/examples/auto-expand-bands.txt
docs/source/examples/barcodes.txt
docs/source/examples/cairoplot.txt
docs/source/examples/child-bands.txt
docs/source/examples/composition.txt
docs/source/examples/cross-reference-tables.txt
docs/source/examples/graphics-report.txt
docs/source/examples/grouping.txt
docs/source/examples/in-multiprocessing.txt
docs/source/examples/index.txt
docs/source/examples/inheritance.txt
docs/source/examples/inline-detail.txt
docs/source/examples/inline-subreport.txt
docs/source/examples/intermediary-report.txt
docs/source/examples/matplotlib.txt
docs/source/examples/simple-report.txt
docs/source/examples/subreport.txt
docs/source/examples/two-reports-at-once.txt
docs/source/examples/using-events.txt
docs/source/examples/without-django.txt
examples/README
examples/additional-fonts.pdf
examples/auto-expand-bands-report-half-height.pdf
examples/auto-expand-bands-report.pdf
examples/charts-cairoplot-report.pdf
examples/charts-matplotlib-report.pdf
examples/child-bands-report-half-height.pdf
examples/child-bands-report.pdf
examples/composition-landscape-report.pdf
examples/composition-report.pdf
examples/generated-in-multiprocessing.pdf
examples/generated-with-events.pdf
examples/graphics-report-half-height.pdf
examples/graphics-report.pdf
examples/groupping-report-half-height-2.pdf
examples/groupping-report-half-height.pdf
examples/groupping-report.pdf
examples/inheritance-landscape-report.pdf
examples/inheritance-report.pdf
examples/inline-detail-report-half-height.pdf
examples/inline-detail-report.pdf
examples/inline-subreports-report-half-height.pdf
examples/inline-subreports-report.pdf
examples/inline-subreports-report.txt
examples/not-visible-objects-report.pdf
examples/not-visible-objects-report.txt
examples/pdf2jpg
examples/report-with-barcodes.pdf
examples/report-with-charts.pdf
examples/simple-report-half-height.pdf
examples/simple-report.pdf
examples/simple-report.txt
examples/subreports-report-half-height.pdf
examples/subreports-report.pdf
examples/two-reports-at-once.pdf
examples/two-reports-at-once.txt
examples/users-empty-report.pdf
examples/users-report-half-height.pdf
examples/users-report.pdf
examples/users-report.txt
examples/visible-objects-report.pdf
examples/visible-objects-report.txt
examples/without-django-half-height.pdf
examples/without-django.pdf
geraldo/__init__.py
geraldo/barcodes.py
geraldo/base.py
geraldo/cache.py
geraldo/charts.py
geraldo/cross_reference.py
geraldo/exceptions.py
geraldo/expressions.py
geraldo/graphics.py
geraldo/models.py
geraldo/utils.py
geraldo/widgets.py
geraldo/generators/__init__.py
geraldo/generators/base.py
geraldo/generators/html.py
geraldo/generators/pdf.py
geraldo/generators/text.py
geraldo/generators/xmlstruct.py
geraldo/tests/01-base.txt
geraldo/tests/02-widgets.txt
geraldo/tests/03-simple-report.txt
geraldo/tests/04-intermediary-report.txt
geraldo/tests/05-graphics-report.txt
geraldo/tests/06-child-bands.txt
geraldo/tests/07-groupping.txt
geraldo/tests/08-subreport.txt
geraldo/tests/09-inheritance.txt
geraldo/tests/1.jpg
geraldo/tests/10-composition.txt
geraldo/tests/11-cairoplot.txt
geraldo/tests/12-matplotlib.txt
geraldo/tests/13-without-django.txt
geraldo/tests/14-inline-detail.txt
geraldo/tests/15-naming-objects.txt
geraldo/tests/16-inline-subreport.txt
geraldo/tests/17-auto-expand-bands.txt
geraldo/tests/18-not-visible-objects.txt
geraldo/tests/19-advanced-generation.txt
geraldo/tests/20-utilities.txt
geraldo/tests/21-in-multiprocessing.txt
geraldo/tests/22-events-system.txt
geraldo/tests/23-additional-fonts.txt
geraldo/tests/24-caching.txt
geraldo/tests/25-barcodes.txt
geraldo/tests/26-cross-reference.txt
geraldo/tests/27-charts.txt
geraldo/tests/28-expressions.txt
geraldo/tests/29-page-numbers.txt
geraldo/tests/5.jpg
geraldo/tests/__init__.py
geraldo/tests/ftltlt.ttf
geraldo/tests/handgotb.ttf
geraldo/tests/handgotl.ttf
geraldo/tests/photo.jpg
geraldo/tests/output/README
reporting/__init__.py
reporting/models.py
reporting/templates/reporting/base.html
reporting/templates/reporting/index.html
reporting/templatetags/__init__.py
reporting/templatetags/reporting_tags.py
site/fonts/SketchRockwell-Bold.ttf
site/layout/icon.gif
site/layout/layout.xcf
site/layout/top.xcf
site/layout/top_middle.xcf
site/newsite/temp.txt
site/newsite/update.sh
site/newsite/site-geraldo/__init__.py
site/newsite/site-geraldo/app.yaml
site/newsite/site-geraldo/index.yaml
site/newsite/site-geraldo/main.py
site/newsite/site-geraldo/manage.py
site/newsite/site-geraldo/markdown.py
site/newsite/site-geraldo/runserver.sh
site/newsite/site-geraldo/settings.py
site/newsite/site-geraldo/urls.py
site/newsite/site-geraldo/views.py
site/newsite/site-geraldo/appengine_django/__init__.py
site/newsite/site-geraldo/appengine_django/mail.py
site/newsite/site-geraldo/appengine_django/models.py
site/newsite/site-geraldo/appengine_django/replacement_imp.py
site/newsite/site-geraldo/appengine_django/auth/__init__.py
site/newsite/site-geraldo/appengine_django/auth/decorators.py
site/newsite/site-geraldo/appengine_django/auth/middleware.py
site/newsite/site-geraldo/appengine_django/auth/models.py
site/newsite/site-geraldo/appengine_django/auth/templatetags.py
site/newsite/site-geraldo/appengine_django/auth/tests.py
site/newsite/site-geraldo/appengine_django/conf/app_template/__init__.py
site/newsite/site-geraldo/appengine_django/conf/app_template/models.py
site/newsite/site-geraldo/appengine_django/conf/app_template/views.py
site/newsite/site-geraldo/appengine_django/db/__init__.py
site/newsite/site-geraldo/appengine_django/db/base.py
site/newsite/site-geraldo/appengine_django/db/creation.py
site/newsite/site-geraldo/appengine_django/management/__init__.py
site/newsite/site-geraldo/appengine_django/management/commands/__init__.py
site/newsite/site-geraldo/appengine_django/management/commands/flush.py
site/newsite/site-geraldo/appengine_django/management/commands/reset.py
site/newsite/site-geraldo/appengine_django/management/commands/rollback.py
site/newsite/site-geraldo/appengine_django/management/commands/runserver.py
site/newsite/site-geraldo/appengine_django/management/commands/startapp.py
site/newsite/site-geraldo/appengine_django/management/commands/testserver.py
site/newsite/site-geraldo/appengine_django/management/commands/update.py
site/newsite/site-geraldo/appengine_django/management/commands/vacuum_indexes.py
site/newsite/site-geraldo/appengine_django/serializer/__init__.py
site/newsite/site-geraldo/appengine_django/serializer/python.py
site/newsite/site-geraldo/appengine_django/serializer/xml.py
site/newsite/site-geraldo/appengine_django/sessions/__init__.py
site/newsite/site-geraldo/appengine_django/sessions/models.py
site/newsite/site-geraldo/appengine_django/sessions/backends/__init__.py
site/newsite/site-geraldo/appengine_django/sessions/backends/db.py
site/newsite/site-geraldo/appengine_django/tests/__init__.py
site/newsite/site-geraldo/appengine_django/tests/commands_test.py
site/newsite/site-geraldo/appengine_django/tests/core_test.py
site/newsite/site-geraldo/appengine_django/tests/db_test.py
site/newsite/site-geraldo/appengine_django/tests/memcache_test.py
site/newsite/site-geraldo/appengine_django/tests/model_test.py
site/newsite/site-geraldo/appengine_django/tests/serialization_test.py
site/newsite/site-geraldo/common/__init__.py
site/newsite/site-geraldo/common/appengine_utilities/__init__.py
site/newsite/site-geraldo/common/appengine_utilities/cache.py
site/newsite/site-geraldo/common/appengine_utilities/event.py
site/newsite/site-geraldo/common/appengine_utilities/flash.py
site/newsite/site-geraldo/common/appengine_utilities/sessions.py
site/newsite/site-geraldo/common/appengine_utilities/django/__init__.py
site/newsite/site-geraldo/common/appengine_utilities/django/middleware.py
site/newsite/site-geraldo/django/__init__.py
site/newsite/site-geraldo/django/bin/__init__.py
site/newsite/site-geraldo/django/bin/compile-messages.py
site/newsite/site-geraldo/django/bin/daily_cleanup.py
site/newsite/site-geraldo/django/bin/django-admin.py
site/newsite/site-geraldo/django/bin/make-messages.py
site/newsite/site-geraldo/django/bin/unique-messages.py
site/newsite/site-geraldo/django/bin/profiling/__init__.py
site/newsite/site-geraldo/django/bin/profiling/gather_profile_stats.py
site/newsite/site-geraldo/django/conf/__init__.py
site/newsite/site-geraldo/django/conf/global_settings.py
site/newsite/site-geraldo/django/conf/app_template/__init__.py
site/newsite/site-geraldo/django/conf/app_template/models.py
site/newsite/site-geraldo/django/conf/app_template/views.py
site/newsite/site-geraldo/django/conf/locale/ar/LC_MESSAGES/django.mo
site/newsite/site-geraldo/django/conf/locale/ar/LC_MESSAGES/django.po
site/newsite/site-geraldo/django/conf/locale/ar/LC_MESSAGES/djangojs.mo
site/newsite/site-geraldo/django/conf/locale/ar/LC_MESSAGES/djangojs.po
site/newsite/site-geraldo/django/conf/locale/bg/LC_MESSAGES/django.mo
site/newsite/site-geraldo/django/conf/locale/bg/LC_MESSAGES/django.po
site/newsite/site-geraldo/django/conf/locale/bg/LC_MESSAGES/djangojs.mo
site/newsite/site-geraldo/django/conf/locale/bg/LC_MESSAGES/djangojs.po
site/newsite/site-geraldo/django/conf/locale/bn/LC_MESSAGES/django.mo
site/newsite/site-geraldo/django/conf/locale/bn/LC_MESSAGES/django.po
site/newsite/site-geraldo/django/conf/locale/bn/LC_MESSAGES/djangojs.mo
site/newsite/site-geraldo/django/conf/locale/bn/LC_MESSAGES/djangojs.po
site/newsite/site-geraldo/django/conf/locale/ca/LC_MESSAGES/django.mo
site/newsite/site-geraldo/django/conf/locale/ca/LC_MESSAGES/django.po
site/newsite/site-geraldo/django/conf/locale/ca/LC_MESSAGES/djangojs.mo
site/newsite/site-geraldo/django/conf/locale/ca/LC_MESSAGES/djangojs.po
site/newsite/site-geraldo/django/conf/locale/cs/LC_MESSAGES/django.mo
site/newsite/site-geraldo/django/conf/locale/cs/LC_MESSAGES/django.po
site/newsite/site-geraldo/django/conf/locale/cs/LC_MESSAGES/djangojs.mo
site/newsite/site-geraldo/django/conf/locale/cs/LC_MESSAGES/djangojs.po
site/newsite/site-geraldo/django/conf/locale/cy/LC_MESSAGES/django.mo
site/newsite/site-geraldo/django/conf/locale/cy/LC_MESSAGES/django.po
site/newsite/site-geraldo/django/conf/locale/cy/LC_MESSAGES/djangojs.mo
site/newsite/site-geraldo/django/conf/locale/cy/LC_MESSAGES/djangojs.po
site/newsite/site-geraldo/django/conf/locale/da/LC_MESSAGES/django.mo
site/newsite/site-geraldo/django/conf/locale/da/LC_MESSAGES/django.po
site/newsite/site-geraldo/django/conf/locale/da/LC_MESSAGES/djangojs.mo
site/newsite/site-geraldo/django/conf/locale/da/LC_MESSAGES/djangojs.po
site/newsite/site-geraldo/django/conf/locale/de/LC_MESSAGES/django.mo
site/newsite/site-geraldo/django/conf/locale/de/LC_MESSAGES/django.po
site/newsite/site-geraldo/django/conf/locale/de/LC_MESSAGES/djangojs.mo
site/newsite/site-geraldo/django/conf/locale/de/LC_MESSAGES/djangojs.po
site/newsite/site-geraldo/django/conf/locale/el/LC_MESSAGES/django.mo
site/newsite/site-geraldo/django/conf/locale/el/LC_MESSAGES/django.po
site/newsite/site-geraldo/django/conf/locale/el/LC_MESSAGES/djangojs.mo
site/newsite/site-geraldo/django/conf/locale/el/LC_MESSAGES/djangojs.po
site/newsite/site-geraldo/django/conf/locale/en/LC_MESSAGES/django.mo
site/newsite/site-geraldo/django/conf/locale/en/LC_MESSAGES/django.po
site/newsite/site-geraldo/django/conf/locale/en/LC_MESSAGES/djangojs.mo
site/newsite/site-geraldo/django/conf/locale/en/LC_MESSAGES/djangojs.po
site/newsite/site-geraldo/django/conf/locale/es/LC_MESSAGES/django.mo
site/newsite/site-geraldo/django/conf/locale/es/LC_MESSAGES/django.po
site/newsite/site-geraldo/django/conf/locale/es/LC_MESSAGES/djangojs.mo
site/newsite/site-geraldo/django/conf/locale/es/LC_MESSAGES/djangojs.po
site/newsite/site-geraldo/django/conf/locale/es_AR/LC_MESSAGES/django.mo
site/newsite/site-geraldo/django/conf/locale/es_AR/LC_MESSAGES/django.po
site/newsite/site-geraldo/django/conf/locale/es_AR/LC_MESSAGES/djangojs.mo
site/newsite/site-geraldo/django/conf/locale/es_AR/LC_MESSAGES/djangojs.po
site/newsite/site-geraldo/django/conf/locale/et/LC_MESSAGES/django.mo
site/newsite/site-geraldo/django/conf/locale/et/LC_MESSAGES/django.po
site/newsite/site-geraldo/django/conf/locale/et/LC_MESSAGES/djangojs.mo
site/newsite/site-geraldo/django/conf/locale/et/LC_MESSAGES/djangojs.po
site/newsite/site-geraldo/django/conf/locale/eu/LC_MESSAGES/django.mo
site/newsite/site-geraldo/django/conf/locale/eu/LC_MESSAGES/django.po
site/newsite/site-geraldo/django/conf/locale/eu/LC_MESSAGES/djangojs.mo
site/newsite/site-geraldo/django/conf/locale/eu/LC_MESSAGES/djangojs.po
site/newsite/site-geraldo/django/conf/locale/fa/LC_MESSAGES/django.mo
site/newsite/site-geraldo/django/conf/locale/fa/LC_MESSAGES/django.po
site/newsite/site-geraldo/django/conf/locale/fa/LC_MESSAGES/djangojs.mo
site/newsite/site-geraldo/django/conf/locale/fa/LC_MESSAGES/djangojs.po
site/newsite/site-geraldo/django/conf/locale/fi/LC_MESSAGES/django.mo
site/newsite/site-geraldo/django/conf/locale/fi/LC_MESSAGES/django.po
site/newsite/site-geraldo/django/conf/locale/fi/LC_MESSAGES/djangojs.mo
site/newsite/site-geraldo/django/conf/locale/fi/LC_MESSAGES/djangojs.po
site/newsite/site-geraldo/django/conf/locale/fr/LC_MESSAGES/django.mo
site/newsite/site-geraldo/django/conf/locale/fr/LC_MESSAGES/django.po
site/newsite/site-geraldo/django/conf/locale/fr/LC_MESSAGES/djangojs.mo
site/newsite/site-geraldo/django/conf/locale/fr/LC_MESSAGES/djangojs.po
site/newsite/site-geraldo/django/conf/locale/ga/LC_MESSAGES/django.mo
site/newsite/site-geraldo/django/conf/locale/ga/LC_MESSAGES/django.po
site/newsite/site-geraldo/django/conf/locale/ga/LC_MESSAGES/djangojs.mo
site/newsite/site-geraldo/django/conf/locale/ga/LC_MESSAGES/djangojs.po
site/newsite/site-geraldo/django/conf/locale/gl/LC_MESSAGES/django.mo
site/newsite/site-geraldo/django/conf/locale/gl/LC_MESSAGES/django.po
site/newsite/site-geraldo/django/conf/locale/gl/LC_MESSAGES/djangojs.mo
site/newsite/site-geraldo/django/conf/locale/gl/LC_MESSAGES/djangojs.po
site/newsite/site-geraldo/django/conf/locale/he/LC_MESSAGES/django.mo
site/newsite/site-geraldo/django/conf/locale/he/LC_MESSAGES/django.po
site/newsite/site-geraldo/django/conf/locale/he/LC_MESSAGES/djangojs.mo
site/newsite/site-geraldo/django/conf/locale/he/LC_MESSAGES/djangojs.po
site/newsite/site-geraldo/django/conf/locale/hr/LC_MESSAGES/django.mo
site/newsite/site-geraldo/django/conf/locale/hr/LC_MESSAGES/django.po
site/newsite/site-geraldo/django/conf/locale/hr/LC_MESSAGES/djangojs.mo
site/newsite/site-geraldo/django/conf/locale/hr/LC_MESSAGES/djangojs.po
site/newsite/site-geraldo/django/conf/locale/hu/LC_MESSAGES/django.mo
site/newsite/site-geraldo/django/conf/locale/hu/LC_MESSAGES/django.po
site/newsite/site-geraldo/django/conf/locale/hu/LC_MESSAGES/djangojs.mo
site/newsite/site-geraldo/django/conf/locale/hu/LC_MESSAGES/djangojs.po
site/newsite/site-geraldo/django/conf/locale/is/LC_MESSAGES/django.mo
site/newsite/site-geraldo/django/conf/locale/is/LC_MESSAGES/django.po
site/newsite/site-geraldo/django/conf/locale/is/LC_MESSAGES/djangojs.mo
site/newsite/site-geraldo/django/conf/locale/is/LC_MESSAGES/djangojs.po
site/newsite/site-geraldo/django/conf/locale/it/LC_MESSAGES/django.mo
site/newsite/site-geraldo/django/conf/locale/it/LC_MESSAGES/django.po
site/newsite/site-geraldo/django/conf/locale/it/LC_MESSAGES/djangojs.mo
site/newsite/site-geraldo/django/conf/locale/it/LC_MESSAGES/djangojs.po
site/newsite/site-geraldo/django/conf/locale/ja/LC_MESSAGES/django.mo
site/newsite/site-geraldo/django/conf/locale/ja/LC_MESSAGES/django.po
site/newsite/site-geraldo/django/conf/locale/ja/LC_MESSAGES/djangojs.mo
site/newsite/site-geraldo/django/conf/locale/ja/LC_MESSAGES/djangojs.po
site/newsite/site-geraldo/django/conf/locale/ka/LC_MESSAGES/django.mo
site/newsite/site-geraldo/django/conf/locale/ka/LC_MESSAGES/django.po
site/newsite/site-geraldo/django/conf/locale/ka/LC_MESSAGES/djangojs.mo
site/newsite/site-geraldo/django/conf/locale/ka/LC_MESSAGES/djangojs.po
site/newsite/site-geraldo/django/conf/locale/km/LC_MESSAGES/django.mo
site/newsite/site-geraldo/django/conf/locale/km/LC_MESSAGES/django.po
site/newsite/site-geraldo/django/conf/locale/km/LC_MESSAGES/djangojs.mo
site/newsite/site-geraldo/django/conf/locale/km/LC_MESSAGES/djangojs.po
site/newsite/site-geraldo/django/conf/locale/kn/LC_MESSAGES/django.mo
site/newsite/site-geraldo/django/conf/locale/kn/LC_MESSAGES/django.po
site/newsite/site-geraldo/django/conf/locale/kn/LC_MESSAGES/djangojs.mo
site/newsite/site-geraldo/django/conf/locale/kn/LC_MESSAGES/djangojs.po
site/newsite/site-geraldo/django/conf/locale/ko/LC_MESSAGES/django.mo
site/newsite/site-geraldo/django/conf/locale/ko/LC_MESSAGES/django.po
site/newsite/site-geraldo/django/conf/locale/ko/LC_MESSAGES/djangojs.mo
site/newsite/site-geraldo/django/conf/locale/ko/LC_MESSAGES/djangojs.po
site/newsite/site-geraldo/django/conf/locale/lt/LC_MESSAGES/django.mo
site/newsite/site-geraldo/django/conf/locale/lt/LC_MESSAGES/django.po
site/newsite/site-geraldo/django/conf/locale/lt/LC_MESSAGES/djangojs.mo
site/newsite/site-geraldo/django/conf/locale/lt/LC_MESSAGES/djangojs.po
site/newsite/site-geraldo/django/conf/locale/lv/LC_MESSAGES/django.mo
site/newsite/site-geraldo/django/conf/locale/lv/LC_MESSAGES/django.po
site/newsite/site-geraldo/django/conf/locale/lv/LC_MESSAGES/djangojs.mo
site/newsite/site-geraldo/django/conf/locale/lv/LC_MESSAGES/djangojs.po
site/newsite/site-geraldo/django/conf/locale/mk/LC_MESSAGES/django.mo
site/newsite/site-geraldo/django/conf/locale/mk/LC_MESSAGES/django.po
site/newsite/site-geraldo/django/conf/locale/mk/LC_MESSAGES/djangojs.mo
site/newsite/site-geraldo/django/conf/locale/mk/LC_MESSAGES/djangojs.po
site/newsite/site-geraldo/django/conf/locale/nl/LC_MESSAGES/django.mo
site/newsite/site-geraldo/django/conf/locale/nl/LC_MESSAGES/django.po
site/newsite/site-geraldo/django/conf/locale/nl/LC_MESSAGES/djangojs.mo
site/newsite/site-geraldo/django/conf/locale/nl/LC_MESSAGES/djangojs.po
site/newsite/site-geraldo/django/conf/locale/no/LC_MESSAGES/django.mo
site/newsite/site-geraldo/django/conf/locale/no/LC_MESSAGES/django.po
site/newsite/site-geraldo/django/conf/locale/no/LC_MESSAGES/djangojs.mo
site/newsite/site-geraldo/django/conf/locale/no/LC_MESSAGES/djangojs.po
site/newsite/site-geraldo/django/conf/locale/pl/LC_MESSAGES/django.mo
site/newsite/site-geraldo/django/conf/locale/pl/LC_MESSAGES/django.po
site/newsite/site-geraldo/django/conf/locale/pl/LC_MESSAGES/djangojs.mo
site/newsite/site-geraldo/django/conf/locale/pl/LC_MESSAGES/djangojs.po
site/newsite/site-geraldo/django/conf/locale/pt/LC_MESSAGES/django.mo
site/newsite/site-geraldo/django/conf/locale/pt/LC_MESSAGES/django.po
site/newsite/site-geraldo/django/conf/locale/pt/LC_MESSAGES/djangojs.mo
site/newsite/site-geraldo/django/conf/locale/pt/LC_MESSAGES/djangojs.po
site/newsite/site-geraldo/django/conf/locale/pt_BR/LC_MESSAGES/django.mo
site/newsite/site-geraldo/django/conf/locale/pt_BR/LC_MESSAGES/django.po
site/newsite/site-geraldo/django/conf/locale/pt_BR/LC_MESSAGES/djangojs.mo
site/newsite/site-geraldo/django/conf/locale/pt_BR/LC_MESSAGES/djangojs.po
site/newsite/site-geraldo/django/conf/locale/ro/LC_MESSAGES/django.mo
site/newsite/site-geraldo/django/conf/locale/ro/LC_MESSAGES/django.po
site/newsite/site-geraldo/django/conf/locale/ro/LC_MESSAGES/djangojs.mo
site/newsite/site-geraldo/django/conf/locale/ro/LC_MESSAGES/djangojs.po
site/newsite/site-geraldo/django/conf/locale/ru/LC_MESSAGES/django.mo
site/newsite/site-geraldo/django/conf/locale/ru/LC_MESSAGES/django.po
site/newsite/site-geraldo/django/conf/locale/ru/LC_MESSAGES/djangojs.mo
site/newsite/site-geraldo/django/conf/locale/ru/LC_MESSAGES/djangojs.po
site/newsite/site-geraldo/django/conf/locale/sk/LC_MESSAGES/django.mo
site/newsite/site-geraldo/django/conf/locale/sk/LC_MESSAGES/django.po
site/newsite/site-geraldo/django/conf/locale/sk/LC_MESSAGES/djangojs.mo
site/newsite/site-geraldo/django/conf/locale/sk/LC_MESSAGES/djangojs.po
site/newsite/site-geraldo/django/conf/locale/sl/LC_MESSAGES/django.mo
site/newsite/site-geraldo/django/conf/locale/sl/LC_MESSAGES/django.po
site/newsite/site-geraldo/django/conf/locale/sl/LC_MESSAGES/djangojs.mo
site/newsite/site-geraldo/django/conf/locale/sl/LC_MESSAGES/djangojs.po
site/newsite/site-geraldo/django/conf/locale/sr/LC_MESSAGES/django.mo
site/newsite/site-geraldo/django/conf/locale/sr/LC_MESSAGES/django.po
site/newsite/site-geraldo/django/conf/locale/sr/LC_MESSAGES/djangojs.mo
site/newsite/site-geraldo/django/conf/locale/sr/LC_MESSAGES/djangojs.po
site/newsite/site-geraldo/django/conf/locale/sv/LC_MESSAGES/django.mo
site/newsite/site-geraldo/django/conf/locale/sv/LC_MESSAGES/django.po
site/newsite/site-geraldo/django/conf/locale/sv/LC_MESSAGES/djangojs.mo
site/newsite/site-geraldo/django/conf/locale/sv/LC_MESSAGES/djangojs.po
site/newsite/site-geraldo/django/conf/locale/ta/LC_MESSAGES/django.mo
site/newsite/site-geraldo/django/conf/locale/ta/LC_MESSAGES/django.po
site/newsite/site-geraldo/django/conf/locale/ta/LC_MESSAGES/djangojs.mo
site/newsite/site-geraldo/django/conf/locale/ta/LC_MESSAGES/djangojs.po
site/newsite/site-geraldo/django/conf/locale/te/LC_MESSAGES/django.mo
site/newsite/site-geraldo/django/conf/locale/te/LC_MESSAGES/django.po
site/newsite/site-geraldo/django/conf/locale/te/LC_MESSAGES/djangojs.mo
site/newsite/site-geraldo/django/conf/locale/te/LC_MESSAGES/djangojs.po
site/newsite/site-geraldo/django/conf/locale/tr/LC_MESSAGES/django.mo
site/newsite/site-geraldo/django/conf/locale/tr/LC_MESSAGES/django.po
site/newsite/site-geraldo/django/conf/locale/tr/LC_MESSAGES/djangojs.mo
site/newsite/site-geraldo/django/conf/locale/tr/LC_MESSAGES/djangojs.po
site/newsite/site-geraldo/django/conf/locale/uk/LC_MESSAGES/django.mo
site/newsite/site-geraldo/django/conf/locale/uk/LC_MESSAGES/django.po
site/newsite/site-geraldo/django/conf/locale/uk/LC_MESSAGES/djangojs.mo
site/newsite/site-geraldo/django/conf/locale/uk/LC_MESSAGES/djangojs.po
site/newsite/site-geraldo/django/conf/locale/zh_CN/LC_MESSAGES/django.mo
site/newsite/site-geraldo/django/conf/locale/zh_CN/LC_MESSAGES/django.po
site/newsite/site-geraldo/django/conf/locale/zh_CN/LC_MESSAGES/djangojs.mo
site/newsite/site-geraldo/django/conf/locale/zh_CN/LC_MESSAGES/djangojs.po
site/newsite/site-geraldo/django/conf/locale/zh_TW/LC_MESSAGES/django.mo
site/newsite/site-geraldo/django/conf/locale/zh_TW/LC_MESSAGES/django.po
site/newsite/site-geraldo/django/conf/locale/zh_TW/LC_MESSAGES/djangojs.mo
site/newsite/site-geraldo/django/conf/locale/zh_TW/LC_MESSAGES/djangojs.po
site/newsite/site-geraldo/django/conf/project_template/__init__.py
site/newsite/site-geraldo/django/conf/project_template/manage.py
site/newsite/site-geraldo/django/conf/project_template/settings.py
site/newsite/site-geraldo/django/conf/project_template/urls.py
site/newsite/site-geraldo/django/conf/urls/__init__.py
site/newsite/site-geraldo/django/conf/urls/defaults.py
site/newsite/site-geraldo/django/conf/urls/i18n.py
site/newsite/site-geraldo/django/conf/urls/shortcut.py
site/newsite/site-geraldo/django/contrib/__init__.py
site/newsite/site-geraldo/django/contrib/admindocs/__init__.py
site/newsite/site-geraldo/django/contrib/admindocs/urls.py
site/newsite/site-geraldo/django/contrib/admindocs/utils.py
site/newsite/site-geraldo/django/contrib/admindocs/views.py
site/newsite/site-geraldo/django/contrib/admindocs/templates/admin_doc/bookmarklets.html
site/newsite/site-geraldo/django/contrib/admindocs/templates/admin_doc/index.html
site/newsite/site-geraldo/django/contrib/admindocs/templates/admin_doc/missing_docutils.html
site/newsite/site-geraldo/django/contrib/admindocs/templates/admin_doc/model_detail.html
site/newsite/site-geraldo/django/contrib/admindocs/templates/admin_doc/model_index.html
site/newsite/site-geraldo/django/contrib/admindocs/templates/admin_doc/template_detail.html
site/newsite/site-geraldo/django/contrib/admindocs/templates/admin_doc/template_filter_index.html
site/newsite/site-geraldo/django/contrib/admindocs/templates/admin_doc/template_tag_index.html
site/newsite/site-geraldo/django/contrib/admindocs/templates/admin_doc/view_detail.html
site/newsite/site-geraldo/django/contrib/admindocs/templates/admin_doc/view_index.html
site/newsite/site-geraldo/django/contrib/auth/__init__.py
site/newsite/site-geraldo/django/contrib/auth/admin.py
site/newsite/site-geraldo/django/contrib/auth/backends.py
site/newsite/site-geraldo/django/contrib/auth/create_superuser.py
site/newsite/site-geraldo/django/contrib/auth/decorators.py
site/newsite/site-geraldo/django/contrib/auth/forms.py
site/newsite/site-geraldo/django/contrib/auth/middleware.py
site/newsite/site-geraldo/django/contrib/auth/models.py
site/newsite/site-geraldo/django/contrib/auth/tokens.py
site/newsite/site-geraldo/django/contrib/auth/urls.py
site/newsite/site-geraldo/django/contrib/auth/views.py
site/newsite/site-geraldo/django/contrib/auth/fixtures/authtestdata.json
site/newsite/site-geraldo/django/contrib/auth/handlers/__init__.py
site/newsite/site-geraldo/django/contrib/auth/handlers/modpython.py
site/newsite/site-geraldo/django/contrib/auth/management/__init__.py
site/newsite/site-geraldo/django/contrib/auth/management/commands/__init__.py
site/newsite/site-geraldo/django/contrib/auth/management/commands/createsuperuser.py
site/newsite/site-geraldo/django/contrib/auth/tests/__init__.py
site/newsite/site-geraldo/django/contrib/auth/tests/basic.py
site/newsite/site-geraldo/django/contrib/auth/tests/forms.py
site/newsite/site-geraldo/django/contrib/auth/tests/tokens.py
site/newsite/site-geraldo/django/contrib/auth/tests/views.py
site/newsite/site-geraldo/django/contrib/auth/tests/templates/registration/login.html
site/newsite/site-geraldo/django/contrib/contenttypes/__init__.py
site/newsite/site-geraldo/django/contrib/contenttypes/generic.py
site/newsite/site-geraldo/django/contrib/contenttypes/management.py
site/newsite/site-geraldo/django/contrib/contenttypes/models.py
site/newsite/site-geraldo/django/contrib/contenttypes/tests.py
site/newsite/site-geraldo/django/contrib/csrf/__init__.py
site/newsite/site-geraldo/django/contrib/csrf/middleware.py
site/newsite/site-geraldo/django/contrib/formtools/__init__.py
site/newsite/site-geraldo/django/contrib/formtools/models.py
site/newsite/site-geraldo/django/contrib/formtools/preview.py
site/newsite/site-geraldo/django/contrib/formtools/test_urls.py
site/newsite/site-geraldo/django/contrib/formtools/tests.py
site/newsite/site-geraldo/django/contrib/formtools/utils.py
site/newsite/site-geraldo/django/contrib/formtools/wizard.py
site/newsite/site-geraldo/django/contrib/formtools/templates/formtools/form.html
site/newsite/site-geraldo/django/contrib/formtools/templates/formtools/preview.html
site/newsite/site-geraldo/django/contrib/humanize/__init__.py
site/newsite/site-geraldo/django/contrib/humanize/templatetags/__init__.py
site/newsite/site-geraldo/django/contrib/humanize/templatetags/humanize.py
site/newsite/site-geraldo/django/contrib/localflavor/__init__.py
site/newsite/site-geraldo/django/contrib/localflavor/ar/__init__.py
site/newsite/site-geraldo/django/contrib/localflavor/ar/ar_provinces.py
site/newsite/site-geraldo/django/contrib/localflavor/ar/forms.py
site/newsite/site-geraldo/django/contrib/localflavor/at/__init__.py
site/newsite/site-geraldo/django/contrib/localflavor/at/at_states.py
site/newsite/site-geraldo/django/contrib/localflavor/at/forms.py
site/newsite/site-geraldo/django/contrib/localflavor/au/__init__.py
site/newsite/site-geraldo/django/contrib/localflavor/au/au_states.py
site/newsite/site-geraldo/django/contrib/localflavor/au/forms.py
site/newsite/site-geraldo/django/contrib/localflavor/br/__init__.py
site/newsite/site-geraldo/django/contrib/localflavor/br/br_states.py
site/newsite/site-geraldo/django/contrib/localflavor/br/forms.py
site/newsite/site-geraldo/django/contrib/localflavor/ca/__init__.py
site/newsite/site-geraldo/django/contrib/localflavor/ca/ca_provinces.py
site/newsite/site-geraldo/django/contrib/localflavor/ca/forms.py
site/newsite/site-geraldo/django/contrib/localflavor/ch/__init__.py
site/newsite/site-geraldo/django/contrib/localflavor/ch/ch_states.py
site/newsite/site-geraldo/django/contrib/localflavor/ch/forms.py
site/newsite/site-geraldo/django/contrib/localflavor/cl/__init__.py
site/newsite/site-geraldo/django/contrib/localflavor/cl/cl_regions.py
site/newsite/site-geraldo/django/contrib/localflavor/cl/forms.py
site/newsite/site-geraldo/django/contrib/localflavor/de/__init__.py
site/newsite/site-geraldo/django/contrib/localflavor/de/de_states.py
site/newsite/site-geraldo/django/contrib/localflavor/de/forms.py
site/newsite/site-geraldo/django/contrib/localflavor/es/__init__.py
site/newsite/site-geraldo/django/contrib/localflavor/es/es_provinces.py
site/newsite/site-geraldo/django/contrib/localflavor/es/es_regions.py
site/newsite/site-geraldo/django/contrib/localflavor/es/forms.py
site/newsite/site-geraldo/django/contrib/localflavor/fi/__init__.py
site/newsite/site-geraldo/django/contrib/localflavor/fi/fi_municipalities.py
site/newsite/site-geraldo/django/contrib/localflavor/fi/forms.py
site/newsite/site-geraldo/django/contrib/localflavor/fr/__init__.py
site/newsite/site-geraldo/django/contrib/localflavor/fr/forms.py
site/newsite/site-geraldo/django/contrib/localflavor/fr/fr_department.py
site/newsite/site-geraldo/django/contrib/localflavor/generic/__init__.py
site/newsite/site-geraldo/django/contrib/localflavor/generic/forms.py
site/newsite/site-geraldo/django/contrib/localflavor/in_/__init__.py
site/newsite/site-geraldo/django/contrib/localflavor/in_/forms.py
site/newsite/site-geraldo/django/contrib/localflavor/in_/in_states.py
site/newsite/site-geraldo/django/contrib/localflavor/is_/__init__.py
site/newsite/site-geraldo/django/contrib/localflavor/is_/forms.py
site/newsite/site-geraldo/django/contrib/localflavor/is_/is_postalcodes.py
site/newsite/site-geraldo/django/contrib/localflavor/it/__init__.py
site/newsite/site-geraldo/django/contrib/localflavor/it/forms.py
site/newsite/site-geraldo/django/contrib/localflavor/it/it_province.py
site/newsite/site-geraldo/django/contrib/localflavor/it/it_region.py
site/newsite/site-geraldo/django/contrib/localflavor/it/util.py
site/newsite/site-geraldo/django/contrib/localflavor/jp/__init__.py
site/newsite/site-geraldo/django/contrib/localflavor/jp/forms.py
site/newsite/site-geraldo/django/contrib/localflavor/jp/jp_prefectures.py
site/newsite/site-geraldo/django/contrib/localflavor/mx/__init__.py
site/newsite/site-geraldo/django/contrib/localflavor/mx/forms.py
site/newsite/site-geraldo/django/contrib/localflavor/mx/mx_states.py
site/newsite/site-geraldo/django/contrib/localflavor/nl/__init__.py
site/newsite/site-geraldo/django/contrib/localflavor/nl/forms.py
site/newsite/site-geraldo/django/contrib/localflavor/nl/nl_provinces.py
site/newsite/site-geraldo/django/contrib/localflavor/no/__init__.py
site/newsite/site-geraldo/django/contrib/localflavor/no/forms.py
site/newsite/site-geraldo/django/contrib/localflavor/no/no_municipalities.py
site/newsite/site-geraldo/django/contrib/localflavor/pe/__init__.py
site/newsite/site-geraldo/django/contrib/localflavor/pe/forms.py
site/newsite/site-geraldo/django/contrib/localflavor/pe/pe_region.py
site/newsite/site-geraldo/django/contrib/localflavor/pl/__init__.py
site/newsite/site-geraldo/django/contrib/localflavor/pl/forms.py
site/newsite/site-geraldo/django/contrib/localflavor/pl/pl_administrativeunits.py
site/newsite/site-geraldo/django/contrib/localflavor/pl/pl_voivodeships.py
site/newsite/site-geraldo/django/contrib/localflavor/ro/__init__.py
site/newsite/site-geraldo/django/contrib/localflavor/ro/forms.py
site/newsite/site-geraldo/django/contrib/localflavor/ro/ro_counties.py
site/newsite/site-geraldo/django/contrib/localflavor/sk/__init__.py
site/newsite/site-geraldo/django/contrib/localflavor/sk/forms.py
site/newsite/site-geraldo/django/contrib/localflavor/sk/sk_districts.py
site/newsite/site-geraldo/django/contrib/localflavor/sk/sk_regions.py
site/newsite/site-geraldo/django/contrib/localflavor/uk/__init__.py
site/newsite/site-geraldo/django/contrib/localflavor/uk/forms.py
site/newsite/site-geraldo/django/contrib/localflavor/uk/uk_regions.py
site/newsite/site-geraldo/django/contrib/localflavor/us/__init__.py
site/newsite/site-geraldo/django/contrib/localflavor/us/forms.py
site/newsite/site-geraldo/django/contrib/localflavor/us/models.py
site/newsite/site-geraldo/django/contrib/localflavor/us/us_states.py
site/newsite/site-geraldo/django/contrib/localflavor/za/__init__.py
site/newsite/site-geraldo/django/contrib/localflavor/za/forms.py
site/newsite/site-geraldo/django/contrib/localflavor/za/za_provinces.py
site/newsite/site-geraldo/django/contrib/markup/__init__.py
site/newsite/site-geraldo/django/contrib/markup/models.py
site/newsite/site-geraldo/django/contrib/markup/tests.py
site/newsite/site-geraldo/django/contrib/markup/templatetags/__init__.py
site/newsite/site-geraldo/django/contrib/markup/templatetags/markup.py
site/newsite/site-geraldo/django/contrib/redirects/__init__.py
site/newsite/site-geraldo/django/contrib/redirects/admin.py
site/newsite/site-geraldo/django/contrib/redirects/middleware.py
site/newsite/site-geraldo/django/contrib/redirects/models.py
site/newsite/site-geraldo/django/contrib/sessions/__init__.py
site/newsite/site-geraldo/django/contrib/sessions/middleware.py
site/newsite/site-geraldo/django/contrib/sessions/models.py
site/newsite/site-geraldo/django/contrib/sessions/tests.py
site/newsite/site-geraldo/django/contrib/sessions/backends/__init__.py
site/newsite/site-geraldo/django/contrib/sessions/backends/base.py
site/newsite/site-geraldo/django/contrib/sessions/backends/cache.py
site/newsite/site-geraldo/django/contrib/sessions/backends/db.py
site/newsite/site-geraldo/django/contrib/sessions/backends/file.py
site/newsite/site-geraldo/django/contrib/sitemaps/__init__.py
site/newsite/site-geraldo/django/contrib/sitemaps/views.py
site/newsite/site-geraldo/django/contrib/sitemaps/management/__init__.py
site/newsite/site-geraldo/django/contrib/sitemaps/management/commands/__init__.py
site/newsite/site-geraldo/django/contrib/sitemaps/management/commands/ping_google.py
site/newsite/site-geraldo/django/contrib/sitemaps/templates/sitemap.xml
site/newsite/site-geraldo/django/contrib/sitemaps/templates/sitemap_index.xml
site/newsite/site-geraldo/django/contrib/sites/__init__.py
site/newsite/site-geraldo/django/contrib/sites/admin.py
site/newsite/site-geraldo/django/contrib/sites/management.py
site/newsite/site-geraldo/django/contrib/sites/managers.py
site/newsite/site-geraldo/django/contrib/sites/models.py
site/newsite/site-geraldo/django/contrib/sites/tests.py
site/newsite/site-geraldo/django/contrib/syndication/__init__.py
site/newsite/site-geraldo/django/contrib/syndication/feeds.py
site/newsite/site-geraldo/django/contrib/syndication/views.py
site/newsite/site-geraldo/django/contrib/webdesign/__init__.py
site/newsite/site-geraldo/django/contrib/webdesign/lorem_ipsum.py
site/newsite/site-geraldo/django/contrib/webdesign/models.py
site/newsite/site-geraldo/django/contrib/webdesign/tests.py
site/newsite/site-geraldo/django/contrib/webdesign/templatetags/__init__.py
site/newsite/site-geraldo/django/contrib/webdesign/templatetags/webdesign.py
site/newsite/site-geraldo/django/core/__init__.py
site/newsite/site-geraldo/django/core/context_processors.py
site/newsite/site-geraldo/django/core/exceptions.py
site/newsite/site-geraldo/django/core/mail.py
site/newsite/site-geraldo/django/core/paginator.py
site/newsite/site-geraldo/django/core/signals.py
site/newsite/site-geraldo/django/core/template_loader.py
site/newsite/site-geraldo/django/core/urlresolvers.py
site/newsite/site-geraldo/django/core/xheaders.py
site/newsite/site-geraldo/django/core/cache/__init__.py
site/newsite/site-geraldo/django/core/cache/backends/__init__.py
site/newsite/site-geraldo/django/core/cache/backends/base.py
site/newsite/site-geraldo/django/core/cache/backends/db.py
site/newsite/site-geraldo/django/core/cache/backends/dummy.py
site/newsite/site-geraldo/django/core/cache/backends/filebased.py
site/newsite/site-geraldo/django/core/cache/backends/locmem.py
site/newsite/site-geraldo/django/core/cache/backends/memcached.py
site/newsite/site-geraldo/django/core/files/__init__.py
site/newsite/site-geraldo/django/core/files/base.py
site/newsite/site-geraldo/django/core/files/images.py
site/newsite/site-geraldo/django/core/files/locks.py
site/newsite/site-geraldo/django/core/files/move.py
site/newsite/site-geraldo/django/core/files/storage.py
site/newsite/site-geraldo/django/core/files/temp.py
site/newsite/site-geraldo/django/core/files/uploadedfile.py
site/newsite/site-geraldo/django/core/files/uploadhandler.py
site/newsite/site-geraldo/django/core/handlers/__init__.py
site/newsite/site-geraldo/django/core/handlers/base.py
site/newsite/site-geraldo/django/core/handlers/modpython.py
site/newsite/site-geraldo/django/core/handlers/profiler-hotshot.py
site/newsite/site-geraldo/django/core/handlers/wsgi.py
site/newsite/site-geraldo/django/core/management/__init__.py
site/newsite/site-geraldo/django/core/management/base.py
site/newsite/site-geraldo/django/core/management/color.py
site/newsite/site-geraldo/django/core/management/sql.py
site/newsite/site-geraldo/django/core/management/validation.py
site/newsite/site-geraldo/django/core/management/commands/__init__.py
site/newsite/site-geraldo/django/core/management/commands/cleanup.py
site/newsite/site-geraldo/django/core/management/commands/compilemessages.py
site/newsite/site-geraldo/django/core/management/commands/createcachetable.py
site/newsite/site-geraldo/django/core/management/commands/dbshell.py
site/newsite/site-geraldo/django/core/management/commands/diffsettings.py
site/newsite/site-geraldo/django/core/management/commands/dumpdata.py
site/newsite/site-geraldo/django/core/management/commands/flush.py
site/newsite/site-geraldo/django/core/management/commands/inspectdb.py
site/newsite/site-geraldo/django/core/management/commands/loaddata.py
site/newsite/site-geraldo/django/core/management/commands/makemessages.py
site/newsite/site-geraldo/django/core/management/commands/reset.py
site/newsite/site-geraldo/django/core/management/commands/runfcgi.py
site/newsite/site-geraldo/django/core/management/commands/runserver-profiler3.diff
site/newsite/site-geraldo/django/core/management/commands/runserver.py
site/newsite/site-geraldo/django/core/management/commands/runserver.py.orig
site/newsite/site-geraldo/django/core/management/commands/shell.py
site/newsite/site-geraldo/django/core/management/commands/sql.py
site/newsite/site-geraldo/django/core/management/commands/sqlall.py
site/newsite/site-geraldo/django/core/management/commands/sqlclear.py
site/newsite/site-geraldo/django/core/management/commands/sqlcustom.py
site/newsite/site-geraldo/django/core/management/commands/sqlflush.py
site/newsite/site-geraldo/django/core/management/commands/sqlindexes.py
site/newsite/site-geraldo/django/core/management/commands/sqlinitialdata.py
site/newsite/site-geraldo/django/core/management/commands/sqlreset.py
site/newsite/site-geraldo/django/core/management/commands/sqlsequencereset.py
site/newsite/site-geraldo/django/core/management/commands/startapp.py
site/newsite/site-geraldo/django/core/management/commands/startproject.py
site/newsite/site-geraldo/django/core/management/commands/syncdb.py
site/newsite/site-geraldo/django/core/management/commands/test.py
site/newsite/site-geraldo/django/core/management/commands/testserver.py
site/newsite/site-geraldo/django/core/management/commands/validate.py
site/newsite/site-geraldo/django/core/serializers/__init__.py
site/newsite/site-geraldo/django/core/serializers/base.py
site/newsite/site-geraldo/django/core/serializers/json.py
site/newsite/site-geraldo/django/core/serializers/python.py
site/newsite/site-geraldo/django/core/serializers/pyyaml.py
site/newsite/site-geraldo/django/core/serializers/xml_serializer.py
site/newsite/site-geraldo/django/core/servers/__init__.py
site/newsite/site-geraldo/django/core/servers/basehttp.py
site/newsite/site-geraldo/django/core/servers/fastcgi.py
site/newsite/site-geraldo/django/db/__init__.py
site/newsite/site-geraldo/django/db/transaction.py
site/newsite/site-geraldo/django/db/backends/__init__.py
site/newsite/site-geraldo/django/db/backends/creation.py
site/newsite/site-geraldo/django/db/backends/util.py
site/newsite/site-geraldo/django/db/backends/dummy/__init__.py
site/newsite/site-geraldo/django/db/backends/dummy/base.py
site/newsite/site-geraldo/django/db/backends/mysql/__init__.py
site/newsite/site-geraldo/django/db/backends/mysql/base.py
site/newsite/site-geraldo/django/db/backends/mysql/client.py
site/newsite/site-geraldo/django/db/backends/mysql/creation.py
site/newsite/site-geraldo/django/db/backends/mysql/introspection.py
site/newsite/site-geraldo/django/db/backends/mysql/validation.py
site/newsite/site-geraldo/django/db/backends/oracle/__init__.py
site/newsite/site-geraldo/django/db/backends/oracle/base.py
site/newsite/site-geraldo/django/db/backends/oracle/client.py
site/newsite/site-geraldo/django/db/backends/oracle/creation.py
site/newsite/site-geraldo/django/db/backends/oracle/introspection.py
site/newsite/site-geraldo/django/db/backends/oracle/query.py
site/newsite/site-geraldo/django/db/backends/postgresql/__init__.py
site/newsite/site-geraldo/django/db/backends/postgresql/base.py
site/newsite/site-geraldo/django/db/backends/postgresql/client.py
site/newsite/site-geraldo/django/db/backends/postgresql/creation.py
site/newsite/site-geraldo/django/db/backends/postgresql/introspection.py
site/newsite/site-geraldo/django/db/backends/postgresql/operations.py
site/newsite/site-geraldo/django/db/backends/postgresql/version.py
site/newsite/site-geraldo/django/db/backends/postgresql_psycopg2/__init__.py
site/newsite/site-geraldo/django/db/backends/postgresql_psycopg2/base.py
site/newsite/site-geraldo/django/db/backends/postgresql_psycopg2/introspection.py
site/newsite/site-geraldo/django/db/backends/sqlite3/__init__.py
site/newsite/site-geraldo/django/db/backends/sqlite3/base.py
site/newsite/site-geraldo/django/db/backends/sqlite3/client.py
site/newsite/site-geraldo/django/db/backends/sqlite3/creation.py
site/newsite/site-geraldo/django/db/backends/sqlite3/introspection.py
site/newsite/site-geraldo/django/db/models/__init__.py
site/newsite/site-geraldo/django/db/models/base.py
site/newsite/site-geraldo/django/db/models/loading.py
site/newsite/site-geraldo/django/db/models/manager.py
site/newsite/site-geraldo/django/db/models/options.py
site/newsite/site-geraldo/django/db/models/query.py
site/newsite/site-geraldo/django/db/models/query_utils.py
site/newsite/site-geraldo/django/db/models/related.py
site/newsite/site-geraldo/django/db/models/signals.py
site/newsite/site-geraldo/django/db/models/fields/__init__.py
site/newsite/site-geraldo/django/db/models/fields/files.py
site/newsite/site-geraldo/django/db/models/fields/proxy.py
site/newsite/site-geraldo/django/db/models/fields/related.py
site/newsite/site-geraldo/django/db/models/fields/subclassing.py
site/newsite/site-geraldo/django/db/models/sql/__init__.py
site/newsite/site-geraldo/django/db/models/sql/constants.py
site/newsite/site-geraldo/django/db/models/sql/datastructures.py
site/newsite/site-geraldo/django/db/models/sql/query.py
site/newsite/site-geraldo/django/db/models/sql/subqueries.py
site/newsite/site-geraldo/django/db/models/sql/where.py
site/newsite/site-geraldo/django/dispatch/__init__.py
site/newsite/site-geraldo/django/dispatch/dispatcher.py
site/newsite/site-geraldo/django/dispatch/license.txt
site/newsite/site-geraldo/django/dispatch/saferef.py
site/newsite/site-geraldo/django/forms/__init__.py
site/newsite/site-geraldo/django/forms/fields.py
site/newsite/site-geraldo/django/forms/forms.py
site/newsite/site-geraldo/django/forms/formsets.py
site/newsite/site-geraldo/django/forms/models.py
site/newsite/site-geraldo/django/forms/util.py
site/newsite/site-geraldo/django/forms/widgets.py
site/newsite/site-geraldo/django/forms/extras/__init__.py
site/newsite/site-geraldo/django/forms/extras/widgets.py
site/newsite/site-geraldo/django/http/__init__.py
site/newsite/site-geraldo/django/http/multipartparser.py
site/newsite/site-geraldo/django/http/utils.py
site/newsite/site-geraldo/django/middleware/__init__.py
site/newsite/site-geraldo/django/middleware/cache.py
site/newsite/site-geraldo/django/middleware/common.py
site/newsite/site-geraldo/django/middleware/doc.py
site/newsite/site-geraldo/django/middleware/gzip.py
site/newsite/site-geraldo/django/middleware/http.py
site/newsite/site-geraldo/django/middleware/locale.py
site/newsite/site-geraldo/django/middleware/transaction.py
site/newsite/site-geraldo/django/shortcuts/__init__.py
site/newsite/site-geraldo/django/template/__init__.py
site/newsite/site-geraldo/django/template/context.py
site/newsite/site-geraldo/django/template/debug.py
site/newsite/site-geraldo/django/template/defaultfilters.py
site/newsite/site-geraldo/django/template/defaulttags.py
site/newsite/site-geraldo/django/template/loader.py
site/newsite/site-geraldo/django/template/loader_tags.py
site/newsite/site-geraldo/django/template/loaders/__init__.py
site/newsite/site-geraldo/django/template/loaders/app_directories.py
site/newsite/site-geraldo/django/template/loaders/eggs.py
site/newsite/site-geraldo/django/template/loaders/filesystem.py
site/newsite/site-geraldo/django/templatetags/__init__.py
site/newsite/site-geraldo/django/templatetags/cache.py
site/newsite/site-geraldo/django/templatetags/i18n.py
site/newsite/site-geraldo/django/test/__init__.py
site/newsite/site-geraldo/django/test/_doctest.py
site/newsite/site-geraldo/django/test/client.py
site/newsite/site-geraldo/django/test/signals.py
site/newsite/site-geraldo/django/test/simple.py
site/newsite/site-geraldo/django/test/testcases.py
site/newsite/site-geraldo/django/test/utils.py
site/newsite/site-geraldo/django/utils/__init__.py
site/newsite/site-geraldo/django/utils/_decimal.py
site/newsite/site-geraldo/django/utils/_os.py
site/newsite/site-geraldo/django/utils/_threading_local.py
site/newsite/site-geraldo/django/utils/autoreload.py
site/newsite/site-geraldo/django/utils/cache.py
site/newsite/site-geraldo/django/utils/checksums.py
site/newsite/site-geraldo/django/utils/daemonize.py
site/newsite/site-geraldo/django/utils/datastructures.py
site/newsite/site-geraldo/django/utils/dateformat.py
site/newsite/site-geraldo/django/utils/dates.py
site/newsite/site-geraldo/django/utils/datetime_safe.py
site/newsite/site-geraldo/django/utils/decorators.py
site/newsite/site-geraldo/django/utils/encoding.py
site/newsite/site-geraldo/django/utils/feedgenerator.py
site/newsite/site-geraldo/django/utils/functional.py
site/newsite/site-geraldo/django/utils/hashcompat.py
site/newsite/site-geraldo/django/utils/html.py
site/newsite/site-geraldo/django/utils/http.py
site/newsite/site-geraldo/django/utils/itercompat.py
site/newsite/site-geraldo/django/utils/regex_helper.py
site/newsite/site-geraldo/django/utils/safestring.py
site/newsite/site-geraldo/django/utils/stopwords.py
site/newsite/site-geraldo/django/utils/synch.py
site/newsite/site-geraldo/django/utils/termcolors.py
site/newsite/site-geraldo/django/utils/text.py
site/newsite/site-geraldo/django/utils/thread_support.py
site/newsite/site-geraldo/django/utils/timesince.py
site/newsite/site-geraldo/django/utils/tree.py
site/newsite/site-geraldo/django/utils/tzinfo.py
site/newsite/site-geraldo/django/utils/version.py
site/newsite/site-geraldo/django/utils/xmlutils.py
site/newsite/site-geraldo/django/utils/simplejson/LICENSE.txt
site/newsite/site-geraldo/django/utils/simplejson/__init__.py
site/newsite/site-geraldo/django/utils/simplejson/decoder.py
site/newsite/site-geraldo/django/utils/simplejson/encoder.py
site/newsite/site-geraldo/django/utils/simplejson/scanner.py
site/newsite/site-geraldo/django/utils/simplejson/tool.py
site/newsite/site-geraldo/django/utils/translation/__init__.py
site/newsite/site-geraldo/django/utils/translation/trans_null.py
site/newsite/site-geraldo/django/utils/translation/trans_real.py
site/newsite/site-geraldo/django/views/__init__.py
site/newsite/site-geraldo/django/views/debug.py
site/newsite/site-geraldo/django/views/defaults.py
site/newsite/site-geraldo/django/views/i18n.py
site/newsite/site-geraldo/django/views/static.py
site/newsite/site-geraldo/django/views/decorators/__init__.py
site/newsite/site-geraldo/django/views/decorators/cache.py
site/newsite/site-geraldo/django/views/decorators/gzip.py
site/newsite/site-geraldo/django/views/decorators/http.py
site/newsite/site-geraldo/django/views/decorators/vary.py
site/newsite/site-geraldo/django/views/generic/__init__.py
site/newsite/site-geraldo/django/views/generic/create_update.py
site/newsite/site-geraldo/django/views/generic/date_based.py
site/newsite/site-geraldo/django/views/generic/list_detail.py
site/newsite/site-geraldo/django/views/generic/simple.py
site/newsite/site-geraldo/docs/authors.html
site/newsite/site-geraldo/docs/backward-incompatible-changes.html
site/newsite/site-geraldo/docs/barcodes.html
site/newsite/site-geraldo/docs/basic.html
site/newsite/site-geraldo/docs/caching.html
site/newsite/site-geraldo/docs/cross-reference.html
site/newsite/site-geraldo/docs/generators.html
site/newsite/site-geraldo/docs/genindex.html
site/newsite/site-geraldo/docs/graphics.html
site/newsite/site-geraldo/docs/index.html
site/newsite/site-geraldo/docs/installation.html
site/newsite/site-geraldo/docs/installing.html
site/newsite/site-geraldo/docs/next-steps.html
site/newsite/site-geraldo/docs/objects.inv
site/newsite/site-geraldo/docs/search.html
site/newsite/site-geraldo/docs/searchindex.js
site/newsite/site-geraldo/docs/tutorial-1.html
site/newsite/site-geraldo/docs/tutorial-2.html
site/newsite/site-geraldo/docs/tutorial-django.html
site/newsite/site-geraldo/docs/tutorial-hello-world.html
site/newsite/site-geraldo/docs/tutorial-web2py.html
site/newsite/site-geraldo/docs/utils.html
site/newsite/site-geraldo/docs/widgets.html
site/newsite/site-geraldo/docs/_sources/authors.txt
site/newsite/site-geraldo/docs/_sources/backward-incompatible-changes.txt
site/newsite/site-geraldo/docs/_sources/barcodes.txt
site/newsite/site-geraldo/docs/_sources/basic.txt
site/newsite/site-geraldo/docs/_sources/caching.txt
site/newsite/site-geraldo/docs/_sources/cross-reference.txt
site/newsite/site-geraldo/docs/_sources/generators.txt
site/newsite/site-geraldo/docs/_sources/graphics.txt
site/newsite/site-geraldo/docs/_sources/index.txt
site/newsite/site-geraldo/docs/_sources/installation.txt
site/newsite/site-geraldo/docs/_sources/installing.txt
site/newsite/site-geraldo/docs/_sources/next-steps.txt
site/newsite/site-geraldo/docs/_sources/tutorial-1.txt
site/newsite/site-geraldo/docs/_sources/tutorial-2.txt
site/newsite/site-geraldo/docs/_sources/tutorial-django.txt
site/newsite/site-geraldo/docs/_sources/tutorial-hello-world.txt
site/newsite/site-geraldo/docs/_sources/tutorial-web2py.txt
site/newsite/site-geraldo/docs/_sources/utils.txt
site/newsite/site-geraldo/docs/_sources/widgets.txt
site/newsite/site-geraldo/docs/_sources/examples/additional-fonts.txt
site/newsite/site-geraldo/docs/_sources/examples/auto-expand-bands.txt
site/newsite/site-geraldo/docs/_sources/examples/barcodes.txt
site/newsite/site-geraldo/docs/_sources/examples/cairoplot.txt
site/newsite/site-geraldo/docs/_sources/examples/child-bands.txt
site/newsite/site-geraldo/docs/_sources/examples/composition.txt
site/newsite/site-geraldo/docs/_sources/examples/cross-reference-tables.txt
site/newsite/site-geraldo/docs/_sources/examples/graphics-report.txt
site/newsite/site-geraldo/docs/_sources/examples/grouping.txt
site/newsite/site-geraldo/docs/_sources/examples/groupping.txt
site/newsite/site-geraldo/docs/_sources/examples/in-multiprocessing.txt
site/newsite/site-geraldo/docs/_sources/examples/index.txt
site/newsite/site-geraldo/docs/_sources/examples/inheritance.txt
site/newsite/site-geraldo/docs/_sources/examples/inline-detail.txt
site/newsite/site-geraldo/docs/_sources/examples/inline-subreport.txt
site/newsite/site-geraldo/docs/_sources/examples/intermediary-report.txt
site/newsite/site-geraldo/docs/_sources/examples/matplotlib.txt
site/newsite/site-geraldo/docs/_sources/examples/simple-report.txt
site/newsite/site-geraldo/docs/_sources/examples/subreport.txt
site/newsite/site-geraldo/docs/_sources/examples/two-reports-at-once.txt
site/newsite/site-geraldo/docs/_sources/examples/using-events.txt
site/newsite/site-geraldo/docs/_sources/examples/without-django.txt
site/newsite/site-geraldo/docs/_static/basic.css
site/newsite/site-geraldo/docs/_static/default.css
site/newsite/site-geraldo/docs/_static/doctools.js
site/newsite/site-geraldo/docs/_static/file.png
site/newsite/site-geraldo/docs/_static/jquery.js
site/newsite/site-geraldo/docs/_static/minus.png
site/newsite/site-geraldo/docs/_static/plus.png
site/newsite/site-geraldo/docs/_static/pygments.css
site/newsite/site-geraldo/docs/_static/searchtools.js
site/newsite/site-geraldo/docs/cheat-sheet/cheat-sheet.html
site/newsite/site-geraldo/docs/cheat-sheet/cheat-sheet.png
site/newsite/site-geraldo/docs/cheat-sheet/logo-black.png
site/newsite/site-geraldo/docs/examples/additional-fonts.html
site/newsite/site-geraldo/docs/examples/auto-expand-bands.html
site/newsite/site-geraldo/docs/examples/barcodes.html
site/newsite/site-geraldo/docs/examples/cairoplot.html
site/newsite/site-geraldo/docs/examples/child-bands.html
site/newsite/site-geraldo/docs/examples/composition.html
site/newsite/site-geraldo/docs/examples/cross-reference-tables.html
site/newsite/site-geraldo/docs/examples/graphics-report.html
site/newsite/site-geraldo/docs/examples/grouping.html
site/newsite/site-geraldo/docs/examples/groupping.html
site/newsite/site-geraldo/docs/examples/in-multiprocessing.html
site/newsite/site-geraldo/docs/examples/index.html
site/newsite/site-geraldo/docs/examples/inheritance.html
site/newsite/site-geraldo/docs/examples/inline-detail.html
site/newsite/site-geraldo/docs/examples/inline-subreport.html
site/newsite/site-geraldo/docs/examples/intermediary-report.html
site/newsite/site-geraldo/docs/examples/matplotlib.html
site/newsite/site-geraldo/docs/examples/simple-report.html
site/newsite/site-geraldo/docs/examples/subreport.html
site/newsite/site-geraldo/docs/examples/two-reports-at-once.html
site/newsite/site-geraldo/docs/examples/using-events.html
site/newsite/site-geraldo/docs/examples/without-django.html
site/newsite/site-geraldo/gae_blog/__init__.py
site/newsite/site-geraldo/gae_blog/app_settings.py
site/newsite/site-geraldo/gae_blog/feeds.py
site/newsite/site-geraldo/gae_blog/forms.py
site/newsite/site-geraldo/gae_blog/migration.py
site/newsite/site-geraldo/gae_blog/models.py
site/newsite/site-geraldo/gae_blog/tests.py
site/newsite/site-geraldo/gae_blog/views.py
site/newsite/site-geraldo/gae_blog/management/__init__.py
site/newsite/site-geraldo/gae_blog/management/commands/__init__.py
site/newsite/site-geraldo/gae_blog/management/commands/import_entries.py
site/newsite/site-geraldo/gae_blog/templates/admin/gae_blog/base.html
site/newsite/site-geraldo/gae_blog/templates/admin/gae_blog/index.html
site/newsite/site-geraldo/gae_blog/templates/admin/gae_blog/entry/edit.html
site/newsite/site-geraldo/gae_blog/templates/admin/gae_blog/entry/import.html
site/newsite/site-geraldo/gae_blog/templates/feeds/latest_description.html
site/newsite/site-geraldo/gae_blog/templates/gae_blog/base.html
site/newsite/site-geraldo/gae_blog/templates/gae_blog/base_blog.html
site/newsite/site-geraldo/gae_blog/templates/gae_blog/base_list.html
site/newsite/site-geraldo/gae_blog/templates/gae_blog/entry.html
site/newsite/site-geraldo/gae_blog/templates/gae_blog/export_all.txt
site/newsite/site-geraldo/gae_blog/templates/gae_blog/export_entry.txt
site/newsite/site-geraldo/gae_blog/templates/gae_blog/index.html
site/newsite/site-geraldo/gae_blog/templates/gae_blog/render_description.html
site/newsite/site-geraldo/gae_blog/templates/gae_blog/render_text.html
site/newsite/site-geraldo/gae_blog/templates/gae_blog/sequence.html
site/newsite/site-geraldo/gae_blog/templates/gae_blog/tag_index.html
site/newsite/site-geraldo/gae_blog/templates/gae_blog/tag_link.html
site/newsite/site-geraldo/gae_blog/templates/gae_blog/year_index.html
site/newsite/site-geraldo/gae_blog/templatetags/__init__.py
site/newsite/site-geraldo/gae_blog/templatetags/blog_tags.py
site/newsite/site-geraldo/gae_blog/urls/__init__.py
site/newsite/site-geraldo/gae_blog/urls/admin.py
site/newsite/site-geraldo/gae_blog/urls/blog.py
site/newsite/site-geraldo/gae_wiki/__init__.py
site/newsite/site-geraldo/gae_wiki/app_settings.py
site/newsite/site-geraldo/gae_wiki/feeds.py
site/newsite/site-geraldo/gae_wiki/forms.py
site/newsite/site-geraldo/gae_wiki/models.py
site/newsite/site-geraldo/gae_wiki/tests.py
site/newsite/site-geraldo/gae_wiki/views.py
site/newsite/site-geraldo/gae_wiki/templates/admin/gae_wiki/base.html
site/newsite/site-geraldo/gae_wiki/templates/admin/gae_wiki/index.html
site/newsite/site-geraldo/gae_wiki/templates/admin/gae_wiki/wiki/edit.html
site/newsite/site-geraldo/gae_wiki/templates/feeds/latest_description.html
site/newsite/site-geraldo/gae_wiki/templates/gae_wiki/base.html
site/newsite/site-geraldo/gae_wiki/templates/gae_wiki/base_wiki.html
site/newsite/site-geraldo/gae_wiki/templates/gae_wiki/box_wiki.html
site/newsite/site-geraldo/gae_wiki/templates/gae_wiki/export_all.txt
site/newsite/site-geraldo/gae_wiki/templates/gae_wiki/export_wiki.txt
site/newsite/site-geraldo/gae_wiki/templates/gae_wiki/index.html
site/newsite/site-geraldo/gae_wiki/templates/gae_wiki/render_wiki.html
site/newsite/site-geraldo/gae_wiki/templates/gae_wiki/sequence.html
site/newsite/site-geraldo/gae_wiki/templates/gae_wiki/wiki-sem-lateral.html
site/newsite/site-geraldo/gae_wiki/templates/gae_wiki/wiki.html
site/newsite/site-geraldo/gae_wiki/templatetags/__init__.py
site/newsite/site-geraldo/gae_wiki/templatetags/wiki_tags.py
site/newsite/site-geraldo/gae_wiki/urls/__init__.py
site/newsite/site-geraldo/gae_wiki/urls/admin.py
site/newsite/site-geraldo/gae_wiki/urls/wiki.py
site/newsite/site-geraldo/gallery/__init__.py
site/newsite/site-geraldo/gallery/app_settings.py
site/newsite/site-geraldo/gallery/forms.py
site/newsite/site-geraldo/gallery/models.py
site/newsite/site-geraldo/gallery/tests.py
site/newsite/site-geraldo/gallery/views.py
site/newsite/site-geraldo/gallery/templates/admin/gallery/base.html
site/newsite/site-geraldo/gallery/templates/admin/gallery/index.html
site/newsite/site-geraldo/gallery/templates/admin/gallery/item/edit.html
site/newsite/site-geraldo/gallery/templates/gallery/index.html
site/newsite/site-geraldo/gallery/templates/gallery/item_info.html
site/newsite/site-geraldo/gallery/templatetags/__init__.py
site/newsite/site-geraldo/gallery/templatetags/gallery_tags.py
site/newsite/site-geraldo/gallery/urls/__init__.py
site/newsite/site-geraldo/gallery/urls/admin.py
site/newsite/site-geraldo/gallery/urls/gallery.py
site/newsite/site-geraldo/media/css/layout.css
site/newsite/site-geraldo/media/examples/example-1.jpg
site/newsite/site-geraldo/media/examples/example-2.jpg
site/newsite/site-geraldo/media/examples/example-3.jpg
site/newsite/site-geraldo/media/examples/example-4.jpg
site/newsite/site-geraldo/media/examples/example-5.jpg
site/newsite/site-geraldo/media/examples/example-6.jpg
site/newsite/site-geraldo/media/examples/example-7.jpg
site/newsite/site-geraldo/media/examples/tuto-image-1.jpg
site/newsite/site-geraldo/media/examples/tuto-image-2.jpg
site/newsite/site-geraldo/media/examples/tuto-image-3.jpg
site/newsite/site-geraldo/media/examples/tuto-image-4.jpg
site/newsite/site-geraldo/media/examples/tuto-image-5.jpg
site/newsite/site-geraldo/media/img/arrow-left.png
site/newsite/site-geraldo/media/img/arrow-right.png
site/newsite/site-geraldo/media/img/djangopowered126x54.gif
site/newsite/site-geraldo/media/img/icon-cases.png
site/newsite/site-geraldo/media/img/icon-getting-started.png
site/newsite/site-geraldo/media/img/icon-how-to-contribute.png
site/newsite/site-geraldo/media/img/icon-printshots.png
site/newsite/site-geraldo/media/img/icon.gif
site/newsite/site-geraldo/media/img/left-bottom.jpg
site/newsite/site-geraldo/media/img/left-middle.jpg
site/newsite/site-geraldo/media/img/left-shadow.jpg
site/newsite/site-geraldo/media/img/left-top.jpg
site/newsite/site-geraldo/media/img/postit.png
site/newsite/site-geraldo/media/img/printshots-bg.png
site/newsite/site-geraldo/media/img/right-bottom.jpg
site/newsite/site-geraldo/media/img/right-middle.jpg
site/newsite/site-geraldo/media/img/right-shadow.jpg
site/newsite/site-geraldo/media/img/right-top.jpg
site/newsite/site-geraldo/media/img/top.jpg
site/newsite/site-geraldo/media/img/twitter.png
site/newsite/site-geraldo/media/js/jquery.js
site/newsite/site-geraldo/media/js/pngfix.js
site/newsite/site-geraldo/pagination/__init__.py
site/newsite/site-geraldo/pagination/middleware.py
site/newsite/site-geraldo/pagination/models.py
site/newsite/site-geraldo/pagination/tests.py
site/newsite/site-geraldo/pagination/locale/de/LC_MESSAGES/django.po
site/newsite/site-geraldo/pagination/templates/pagination/pagination.html
site/newsite/site-geraldo/pagination/templatetags/__init__.py
site/newsite/site-geraldo/pagination/templatetags/pagination_tags.py
site/newsite/site-geraldo/templates/404.html
site/newsite/site-geraldo/templates/500.html
site/newsite/site-geraldo/templates/admin_user_required.html
site/newsite/site-geraldo/templates/background.html
site/newsite/site-geraldo/templates/base.html
site/newsite/site-geraldo/templates/base_admin.html
site/newsite/site-geraldo/templates/base_site.html
site/newsite/site-geraldo/templates/contact.html
site/newsite/site-geraldo/templates/fc_barra.html
site/newsite/site-geraldo/templates/fc_comments.html
site/newsite/site-geraldo/templates/index.html
site/newsite/site-geraldo/templates/robots.txt
site/newsite/site-geraldo/templates/search.html
site/newsite/site-geraldo/templates/admin/index.html
site/newsite/site-geraldo/templates/friends_connect/canvas.html
site/newsite/site-geraldo/templates/friends_connect/rpc_relay.html
site/newsite/site-geraldo/utils/__init__.py
site/newsite/site-geraldo/utils/context_processors.py
site/newsite/site-geraldo/utils/custom_models.py
site/newsite/site-geraldo/utils/decorators.py
site/newsite/site-geraldo/utils/middleware.py
site/newsite/site-geraldo/utils/serialization.py
site/newsite/site-geraldo/utils/shortcuts.py
site/newsite/site-geraldo/utils/users.py
site/online/index.html
site/online/css/all.css
site/online/css/layout.css
site/online/css/print.css
site/online/docs/authors.html
site/online/docs/backward-incompatible-changes.html
site/online/docs/barcodes.html
site/online/docs/basic.html
site/online/docs/caching.html
site/online/docs/generators.html
site/online/docs/genindex.html
site/online/docs/graphics.html
site/online/docs/index.html
site/online/docs/installation.html
site/online/docs/installing.html
site/online/docs/next-steps.html
site/online/docs/objects.inv
site/online/docs/search.html
site/online/docs/searchindex.js
site/online/docs/tutorial-1.html
site/online/docs/tutorial-2.html
site/online/docs/utils.html
site/online/docs/widgets.html
site/online/docs/_sources/authors.txt
site/online/docs/_sources/backward-incompatible-changes.txt
site/online/docs/_sources/barcodes.txt
site/online/docs/_sources/basic.txt
site/online/docs/_sources/caching.txt
site/online/docs/_sources/generators.txt
site/online/docs/_sources/graphics.txt
site/online/docs/_sources/index.txt
site/online/docs/_sources/installation.txt
site/online/docs/_sources/installing.txt
site/online/docs/_sources/next-steps.txt
site/online/docs/_sources/tutorial-1.txt
site/online/docs/_sources/tutorial-2.txt
site/online/docs/_sources/utils.txt
site/online/docs/_sources/widgets.txt
site/online/docs/_sources/examples/additional-fonts.txt
site/online/docs/_sources/examples/auto-expand-bands.txt
site/online/docs/_sources/examples/barcodes.txt
site/online/docs/_sources/examples/cairoplot.txt
site/online/docs/_sources/examples/child-bands.txt
site/online/docs/_sources/examples/composition.txt
site/online/docs/_sources/examples/cross-reference-tables.txt
site/online/docs/_sources/examples/graphics-report.txt
site/online/docs/_sources/examples/grouping.txt
site/online/docs/_sources/examples/groupping.txt
site/online/docs/_sources/examples/in-multiprocessing.txt
site/online/docs/_sources/examples/index.txt
site/online/docs/_sources/examples/inheritance.txt
site/online/docs/_sources/examples/inline-detail.txt
site/online/docs/_sources/examples/inline-subreport.txt
site/online/docs/_sources/examples/intermediary-report.txt
site/online/docs/_sources/examples/matplotlib.txt
site/online/docs/_sources/examples/simple-report.txt
site/online/docs/_sources/examples/subreport.txt
site/online/docs/_sources/examples/two-reports-at-once.txt
site/online/docs/_sources/examples/using-events.txt
site/online/docs/_sources/examples/without-django.txt
site/online/docs/_static/basic.css
site/online/docs/_static/default.css
site/online/docs/_static/doctools.js
site/online/docs/_static/file.png
site/online/docs/_static/jquery.js
site/online/docs/_static/minus.png
site/online/docs/_static/plus.png
site/online/docs/_static/pygments.css
site/online/docs/_static/searchtools.js
site/online/docs/examples/additional-fonts.html
site/online/docs/examples/auto-expand-bands.html
site/online/docs/examples/barcodes.html
site/online/docs/examples/cairoplot.html
site/online/docs/examples/child-bands.html
site/online/docs/examples/composition.html
site/online/docs/examples/cross-reference-tables.html
site/online/docs/examples/graphics-report.html
site/online/docs/examples/grouping.html
site/online/docs/examples/groupping.html
site/online/docs/examples/in-multiprocessing.html
site/online/docs/examples/index.html
site/online/docs/examples/inheritance.html
site/online/docs/examples/inline-detail.html
site/online/docs/examples/inline-subreport.html
site/online/docs/examples/intermediary-report.html
site/online/docs/examples/matplotlib.html
site/online/docs/examples/simple-report.html
site/online/docs/examples/subreport.html
site/online/docs/examples/two-reports-at-once.html
site/online/docs/examples/using-events.html
site/online/docs/examples/without-django.html
site/online/img/logo-footer.gif
site/online/img/logo.gif
site/online/img/reports-panel-back.gif
site/online/img/reports-panel.jpg