GitXplorerGitXplorer
t

ViMango

public
13 stars
2 forks
4 issues

Commits

List of commits on branch master.
Unverified
97a4d154765f270fa5aff9a10385f3ac44b0e6e9

but who will test the tests?

ttuxcanfly committed 14 years ago
Unverified
ac4fd86b17c61ae0b91328457b8328a3de94f0ab

prepare for testing

ttuxcanfly committed 14 years ago
Unverified
9fe509e877ca19f34880a79dcab9f515c05a4394

template trailing slash

ttuxcanfly committed 14 years ago
Unverified
5f90a335d0c2e40d9afb7353a482a7ebb7b0716f

bug fix for app urls

ttuxcanfly committed 14 years ago
Unverified
dc8912e382b38f3009b11f39d3b42dd18cc4a573

package for pathogen

ttuxcanfly committed 14 years ago
Unverified
eebba0b161fc330c0a13f8cc2a3b88159f85e42d

enable custom command

ttuxcanfly committed 14 years ago

README

The README file for this repository.

Install:

  • Put vimango.vim in $VIMRUNTIME/plugin
  • Put vimango.py in $PYTHONPATH

Pressing <F2> on any urls.py line:

  • r'^url/$', 'app.views.func', ...
    will take you to func in app/views.py

  • r'^app$', include('app.urls'), ...
    will take you to app/urls.py

  • r'index', direct_to_template, {'template_name': 'app/index.html'}, ...
    will take you to templates/app/index.html

No settings are imported and no django modules used.

Have fun!