Skip to main content

A high-level code browser for Django projects.

Project description

This Django app 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.

Requirements

  • Python 2.7

  • Django 1.4

Other versions may work, but have not been tested.

Installation

pip install alto

Setup

  1. Add 'alto' to your INSTALLED_APPS

  2. Make sure TEMPLATE_LOADERS includes ‘django.template.loaders.app_directories.Loader’.

  3. Make sure STATICFILES_FINDERS includes ‘django.contrib.staticfiles.finders.AppDirectoriesFinder’.

  4. Add url(r'^_alto/', include('alto.urls')) to your urlaptterns

  5. Visit http://127.0.0.1:8000/_alto/

Optional: Add ALTO_URL_SCHEME = 'txmt' to your settings for TextMate support. The default is 'mvim'.

Thanks

Alto is inspired by Bret Victor’s talk, “Inventing on Principle” and by Light Table.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

alto-0.2.tar.gz (495.1 kB view details)

Uploaded Source

File details

Details for the file alto-0.2.tar.gz.

File metadata

  • Download URL: alto-0.2.tar.gz
  • Upload date:
  • Size: 495.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for alto-0.2.tar.gz
Algorithm Hash digest
SHA256 7e2ff3b04c38243137be68550e994ae7a196e5297be2bfd15565aa8b38ed8aa5
MD5 8b0783ab6515d24090b72daa66df8c14
BLAKE2b-256 38de234bb569595b3e24b9b24117480a88bcc3ba48003a914ce9522f40ed800e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page