This package contains python-django.el
- Author: Fabián Ezequiel Gallina
- Contact: fabian at anue dot biz
- Project homepage: http://github.com/fgallina/python-django.el
- My Blog: http://www.from-the-cloud.com
- Downloads page: http://github.com/fgallina/python.el/downloads
A Jazzy package for managing Django projects.
Django project management package with the goodies you would expect and then some. The project buffer workings is pretty much inspired by the good ol’ `magit-status’ buffer.
See the header of python-django.el for more information.
This package relies heavily in fgallina’s `python.el’ available in stock Emacs>=24.3 (or https://github.com/fgallina/python.el).
Add this to your .emacs:
(add-to-list 'load-path "/folder/containing/file") (require 'python-django)
See this blog post for a detailed quick start: http://web.archive.org/web/20131010005338/http://from-the-cloud.com/en/emacs/2013/01/28_emacs-as-a-django-ide-with-python-djangoel.html
If you find a bug please report it in the github tracker.
python-django.el is free software under the GPL v3, see LICENSE file for details.