louiseGrandjonc / python-django.el

An Emacs package for managing Django projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This package contains python-django.el

Info

Introduction

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.

Requirements

This package relies heavily in fgallina’s `python.el’ available in stock Emacs>=24.3 (or https://github.com/fgallina/python.el).

Installation/Usage

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

Bug Reports

If you find a bug please report it in the github tracker.

License

python-django.el is free software under the GPL v3, see LICENSE file for details.

About

An Emacs package for managing Django projects.

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%