Changeset [19a55d8097e1b99e408b3c77b81578982b026c33] by Ben Adida

December 13th, 2008 @ 07:39 PM

began the move to django structure http://github.com/benadida/helio...

Committed by Ben Adida

  • M Cheetah/CacheRegion.py
  • M Cheetah/CacheStore.py
  • M Cheetah/CheetahWrapper.py
  • M Cheetah/Compiler.py
  • M Cheetah/DummyTransaction.py
  • M Cheetah/ErrorCatchers.py
  • M Cheetah/FileUtils.py
  • M Cheetah/Filters.py
  • M Cheetah/ImportHooks.py
  • M Cheetah/ImportManager.py
  • M Cheetah/Macros/I18n.py
  • M Cheetah/Macros/__init__.py
  • M Cheetah/NameMapper.py
  • M Cheetah/Parser.py
  • M Cheetah/Servlet.py
  • M Cheetah/SettingsManager.py
  • M Cheetah/SourceReader.py
  • M Cheetah/Template.py
  • M Cheetah/TemplateCmdLineIface.py
  • M Cheetah/Templates/SkeletonPage.py
  • M Cheetah/Templates/SkeletonPage.tmpl
  • M Cheetah/Templates/_SkeletonPage.py
  • M Cheetah/Templates/__init__.py
  • M Cheetah/Tools/CGITemplate.py
  • M Cheetah/Tools/MondoReport.py
  • M Cheetah/Tools/MondoReportDoc.txt
  • M Cheetah/Tools/RecursiveNull.py
  • M Cheetah/Tools/SiteHierarchy.py
  • M Cheetah/Tools/__init__.py
  • M Cheetah/Unspecified.py
  • M Cheetah/Utils/Indenter.py
  • M Cheetah/Utils/Misc.py
  • M Cheetah/Utils/VerifyType.py
  • M Cheetah/Utils/WebInputMixin.py
  • M Cheetah/Utils/__init__.py
  • M Cheetah/Utils/htmlDecode.py
  • M Cheetah/Utils/htmlEncode.py
  • M Cheetah/Utils/memcache.py
  • M Cheetah/Utils/optik/__init__.py
  • M Cheetah/Utils/optik/errors.py
  • M Cheetah/Utils/optik/option.py
  • M Cheetah/Utils/optik/option_parser.py
  • M Cheetah/Version.py
  • M Cheetah/__init__.py
  • M Cheetah/_namemapper.py
  • M Cheetah/convertTmplPathToModuleName.py
  • M cherrypy/LICENSE.txt
  • M cherrypy/__init__.py
  • M cherrypy/_cpcgifs.py
  • M cherrypy/_cpchecker.py
  • M cherrypy/_cpconfig.py
  • M cherrypy/_cpdispatch.py
  • M cherrypy/_cperror.py
  • M cherrypy/_cplogging.py
  • M cherrypy/_cpmodpy.py
  • M cherrypy/_cprequest.py
  • M cherrypy/_cpserver.py
  • M cherrypy/_cpthreadinglocal.py
  • M cherrypy/_cptools.py
  • M cherrypy/_cptree.py
  • M cherrypy/_cpwsgi.py
  • M cherrypy/_cpwsgi_server.py
  • M cherrypy/cherryd
  • M cherrypy/favicon.ico
  • M cherrypy/lib/__init__.py
  • M cherrypy/lib/auth.py
  • M cherrypy/lib/caching.py
  • M cherrypy/lib/covercp.py
  • M cherrypy/lib/cptools.py
  • M cherrypy/lib/encoding.py
  • M cherrypy/lib/http.py
  • M cherrypy/lib/httpauth.py
  • M cherrypy/lib/profiler.py
  • M cherrypy/lib/safemime.py
  • M cherrypy/lib/sessions.py
  • M cherrypy/lib/static.py
  • M cherrypy/lib/tidy.py
  • M cherrypy/lib/wsgiapp.py
  • M cherrypy/lib/xmlrpc.py
  • M cherrypy/process/__init__.py
  • M cherrypy/process/plugins.py
  • M cherrypy/process/servers.py
  • M cherrypy/process/win32.py
  • M cherrypy/process/wspbus.py
  • M cherrypy/scaffold/example.conf
  • M cherrypy/scaffold/site.conf
  • M cherrypy/scaffold/static/made_with_cherrypy_small.png
  • M cherrypy/test/__init__.py
  • M cherrypy/test/benchmark.py
  • M cherrypy/test/checkerdemo.py
  • M cherrypy/test/helper.py
  • M cherrypy/test/logtest.py
  • M cherrypy/test/modpy.py
  • M cherrypy/test/modwsgi.py
  • M cherrypy/test/py25.py
  • M cherrypy/test/static/dirback.jpg
  • M cherrypy/test/static/index.html
  • M cherrypy/test/style.css
  • M cherrypy/test/test.pem
  • M cherrypy/test/test.py
  • M cherrypy/test/test_caching.py
  • M cherrypy/test/test_config.py
  • M cherrypy/test/test_conn.py
  • M cherrypy/test/test_core.py
  • M cherrypy/test/test_encoding.py
  • M cherrypy/test/test_etags.py
  • M cherrypy/test/test_http.py
  • M cherrypy/test/test_httpauth.py
  • M cherrypy/test/test_httplib.py
  • M cherrypy/test/test_logging.py
  • M cherrypy/test/test_misc_tools.py
  • M cherrypy/test/test_objectmapping.py
  • M cherrypy/test/test_proxy.py
  • M cherrypy/test/test_refleaks.py
  • M cherrypy/test/test_routes.py
  • M cherrypy/test/test_safe_multipart.py
  • M cherrypy/test/test_session.py
  • M cherrypy/test/test_sessionauthenticate.py
  • M cherrypy/test/test_states.py
  • M cherrypy/test/test_states_demo.py
  • M cherrypy/test/test_static.py
  • M cherrypy/test/test_tidy.py
  • M cherrypy/test/test_tools.py
  • M cherrypy/test/test_tutorials.py
  • M cherrypy/test/test_virtualhost.py
  • M cherrypy/test/test_wsgi_ns.py
  • M cherrypy/test/test_wsgi_vhost.py
  • M cherrypy/test/test_wsgiapps.py
  • M cherrypy/test/test_xmlrpc.py
  • M cherrypy/test/webtest.py
  • M cherrypy/tutorial/README.txt
  • M cherrypy/tutorial/__init__.py
  • M cherrypy/tutorial/bonus-sqlobject.py
  • M cherrypy/tutorial/custom_error.html
  • M cherrypy/tutorial/pdf_file.pdf
  • M cherrypy/tutorial/tut01_helloworld.py
  • M cherrypy/tutorial/tut02_expose_methods.py
  • M cherrypy/tutorial/tut03_get_and_post.py
  • M cherrypy/tutorial/tut04_complex_site.py
  • M cherrypy/tutorial/tut05_derived_objects.py
  • M cherrypy/tutorial/tut06_default_method.py
  • M cherrypy/tutorial/tut07_sessions.py
  • M cherrypy/tutorial/tut08_generators_and_yield.py
  • M cherrypy/tutorial/tut09_files.py
  • M cherrypy/tutorial/tut10_http_errors.py
  • M cherrypy/tutorial/tutorial.conf
  • M cherrypy/wsgiserver/__init__.py
  • M helios/models.py
  • M helios/urls.py
  • M helios/views.py
  • M manage.py
  • M settings.py
  • M testdata.txt
  • M urls.py
New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

the Helios Voting System