alto

A high-level code browser for Django projects
Download

alto Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Joseph Kocherhans

alto Tags


alto Description

alto is a Django app that allows you to browse the urlpatterns for your project, see the source code of each view, and open that code in your favorite editor.Planned features include the ability to browse and search for apps, models, templates, tags, filters, and celery tasks.Possibly planned features are for Alto to become a Light Table plugin.Alto is PRE-ALPHA software. It probably won't work with your project. There is no support. Unless you're ready to work on it, you should hold off for a few releases.Installationpip install altoSetup1. Add 'alto' to your INSTALLED_APPS2. Add url(r'^_alto/', include('alto.urls')) to your urlaptterns3. Visit http://127.0.0.1:8000/_alto/4. Add ALTO_URL_SCHEME = 'txmt' to your settings for TextMate support. The default is 'mvim'.This will expose the source code of your site, so be sure to take proper precautions like only enabling the url pattern if DEBUG=True.Product's homepage


alto Related Software