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
Add 'alto' to your INSTALLED_APPS
Make sure TEMPLATE_LOADERS includes ‘django.template.loaders.app_directories.Loader’.
Make sure STATICFILES_FINDERS includes ‘django.contrib.staticfiles.finders.AppDirectoriesFinder’.
Add url(r'^_alto/', include('alto.urls')) to your urlpatterns
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
File details
Details for the file alto-0.3.0.tar.gz
.
File metadata
- Download URL: alto-0.3.0.tar.gz
- Upload date:
- Size: 497.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 27172d7b9bfad5558fcb9c7374e4f6a8693bb33a7414f28bbf6c7aeb5f33c2ef |
|
MD5 | 3b0ceeb8b6777ef1d006abd01af3f5a4 |
|
BLAKE2b-256 | 0b9b6c3a30ebbd09de600095024b8c0ce2d9c5e85c9f8b78aac9b31dae299e4f |