/djake

djake = Django + make, where make is your manage.py script

Primary LanguageShellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

djake

djake = Django + make where make is your manage.py script ran in activated virtual environment.

Requirements

  • Unix-based OS
  • Django 1.0 or higher

Installation

To install use:

$ sudo make install

By default, djake installed to /usr/local, but you should overwrite this approach, by setting PREFIX environment var. For example, if you want to install djake to home directory, execute:

$ make PREFIX=~ install

To uninstall use:

$ sudo make uninstall

Or if you use customized PREFIX:

$ make PREFIX=~ uninstall

License

djake is licensed under the BSD License.

Usage

$ cd /path/to/django-project
$ djake --help
$ djake syncdb --noinput
$ djake test --failfast app