vladimirnani / DjangoCommands

ST2/ST3 plugin for managing django project
29 stars 14 forks source link

 ____  _                           __  __                                           
|  _ \(_) __ _ _ __   __ _  ___   |  \/  | __ _ _ __   __ _  __ _  ___              
| | | | |/ _` | '_ \ / _` |/ _ \  | |\/| |/ _` | '_ \ / _` |/ _` |/ _ \             
| |_| | | (_| | | | | (_| | (_) | | |  | | (_| | | | | (_| | (_| |  __/             
|____// |\__,_|_| |_|\__, |\___/  |_|  |_|\__,_|_| |_|\__,_|\__, |\___|             
    |__/             |___/                                  |___/                   
  ____                                          _                                   
 / ___|___  _ __ ___  _ __ ___   __ _ _ __   __| |___                               
| |   / _ \| '_ ` _ \| '_ ` _ \ / _` | '_ \ / _` / __|                              
| |__| (_) | | | | | | | | | | | (_| | | | | (_| \__ \                              
 \____\___/|_| |_| |_|_| |_| |_|\__,_|_| |_|\__,_|___/                              

#########################################################################################

Django manage commands

The best tool for your django development.

Overview

This tool is a Sublime Text wrapper around django manage.py commands.

So you can create new Django projects and apps directly from Sublime text like this

new project

Make migrations, migrate the database or run tests

migrations

And run the test server

runserver

Even run tests

Tests

You can also run Django: Custom Command to access other manage.py commands. Try Django: Help and you will get full list of commands provided by each application.

Or you can choose to use Django: Other Command to list and run all commands available to manage.py

other

Currently tested on Windows 7/8/10, Mac OS, Ubuntu and many other linux distros.

Everything tested and running!

Installation

Package Control

The easiest way to install this is with Package Control.

Package Control will automatically keep plugin up to date with the latest version.

Use

Commands

Currently supports following commands:

Django:

Virtual Environment:

Settings


Each setting has it's own explanation and some examples of use at the default settings file.

*It's important to set your envs directories

*The folders in this list should be the parent folder of the virtualenv folder, not the virtualenv folder itself

**Default is x-terminal-emulator with a fallback to xterm

***Default is Terminal

Please report any issue, bug, enhacement or comment here

We'll be glad to read and work on all of them