A high-level code browser for Django projects.
Project description
This Django app allows you to browse the urlpatterns, views, and templates for your project, see their source code, and open that code in your favorite editor [*].
Planned features include the ability to browse and search for models, template tags, filters, and celery tasks.
At some point, Alto may become a Light Table plugin.
Alto is ALPHA software. It may or may not work with your project. Bug reports without patches are unlikely to be fixed for now, so 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
Add 'alto' to your INSTALLED_APPS
Add 'alto.middleware.AltoMiddleware' to your MIDDLEWARE_CLASSES
Configuration
Set ALTO_URL_SCHEME in your Django settings. The default is 'mvim' for opening files in MacVim. 'txmt' will work for TextMate, and if you install SublHandler, 'subl' will open Sublime Text 2.
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
File details
Details for the file alto-0.4.tar.gz
.
File metadata
- Download URL: alto-0.4.tar.gz
- Upload date:
- Size: 498.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 860e33a605d001486bac17e64f9c10fdd613f10730a667456fbfab82b18b5ee7 |
|
MD5 | c2a3600d10e7878162f94911d8e277c6 |
|
BLAKE2b-256 | 33c2d0bd8a8de2ea8dc713b3b8b1441f5578ef71df12e19286dee32c420e8774 |